diff options
author | Patrick Simianer <p@simianer.de> | 2012-03-13 09:41:31 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2012-03-13 09:41:31 +0100 |
commit | 89211ab30937672d84a54fac8fa435805499e38d (patch) | |
tree | 713f68043e8ec454cfcfc0fb17c20a3fdfbab498 | |
parent | 057d5e824c308ce3c2ffe696f20a733299ce10d6 (diff) |
readme
-rw-r--r-- | dtrain/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dtrain/README.md b/dtrain/README.md index de6a726b..e28bebe7 100644 --- a/dtrain/README.md +++ b/dtrain/README.md @@ -21,7 +21,9 @@ Additionally you need to give dtrain a file with references (--refs). The input for use with hadoop streaming looks like this: +``` <sid>\t<source>\t<ref>\t<grammar rules separated by \t> +``` To convert a psg to this format you need to replace all "\n" by "\t". Make sure there are no tabs in your data. |