training-data

-added converter script
-added converted training data
This commit is contained in:
2015-12-25 10:18:47 +01:00
parent c41200cb6a
commit 74b55c0619
61 changed files with 374283 additions and 0 deletions

3
daten/convert.sh Normal file
View File

@@ -0,0 +1,3 @@
#/bin/bash
BIN="../workspace-build/HandyGames"
find . -name *.txt -print0 | xargs -0 $BIN