Skip to content

Commit b5dbf2f

Browse files
committed
Add the flag for combining MWTs
1 parent 6bde0ee commit b5dbf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

english-handparsed/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# english.conll: automatically converted using CoreNLP's conversion tool
4444
# 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
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 -combineMWTs > $i.conll; done
4646
# cat wsj*conll > english.conll
4747

4848

0 commit comments

Comments
 (0)