diff --git a/english-handparsed/readme.txt b/english-handparsed/readme.txt index 5e58efe..8f1a5e9 100644 --- a/english-handparsed/readme.txt +++ b/english-handparsed/readme.txt @@ -42,7 +42,7 @@ # english.conll: automatically converted using CoreNLP's conversion tool # some checking of the dependencies, features, etc would be useful though -# for i in `ls *.mrg | cut -d "." -f 1`; do echo $i; java edu.stanford.nlp.trees.ud.UniversalDependenciesConverter -treeFile $i.mrg -textFile $i.txt -outputRepresentation enhanced -addFeatures > $i.conll; done +# for i in `ls *.mrg | cut -d "." -f 1`; do echo $i; java edu.stanford.nlp.trees.ud.UniversalDependenciesConverter -treeFile $i.mrg -textFile $i.txt -outputRepresentation enhanced -addFeatures -combineMWTs > $i.conll; done # cat wsj*conll > english.conll