Skip to content

Commit

Permalink
Add the flag for combining MWTs
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Nov 9, 2023
1 parent 6bde0ee commit b5dbf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion english-handparsed/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit b5dbf2f

Please sign in to comment.