We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bde0ee commit b5dbf2fCopy full SHA for b5dbf2f
english-handparsed/readme.txt
@@ -42,7 +42,7 @@
42
43
# english.conll: automatically converted using CoreNLP's conversion tool
44
# some checking of the dependencies, features, etc would be useful though
45
-# 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
46
# cat wsj*conll > english.conll
47
48
0 commit comments