From b5dbf2f301a7ac887bed99beb70b091d50ea1d96 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Wed, 8 Nov 2023 21:33:39 -0800 Subject: [PATCH] Add the flag for combining MWTs --- english-handparsed/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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