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 5bf5c7d commit 817f621Copy full SHA for 817f621
scripts/srparser/Makefile
@@ -49,8 +49,8 @@ SPANISH_DEV2 = /u/nlp/data/spanish/ldc/ldc-NW.dev
49
SPANISH_DEV3 = /u/nlp/data/spanish/ldc/ldc-DF.dev
50
SPANISH_DEV_TMP = /u/nlp/data/spanish/all.dev.tmp
51
SPANISH_TEST = /u/nlp/data/spanish/ancora/ancora.test
52
-SPANISH_TEST2 = /u/nlp/data/spanish/ldc/ldc-NW.train
53
-SPANISH_TEST3 = /u/nlp/data/spanish/ldc/ldc-DF.train
+SPANISH_TEST2 = /u/nlp/data/spanish/ldc/ldc-NW.test
+SPANISH_TEST3 = /u/nlp/data/spanish/ldc/ldc-DF.test
54
SPANISH_TAGGER= /u/nlp/data/pos-tagger/distrib/spanish-distsim.tagger
55
SPANISH_TLPP = edu.stanford.nlp.parser.lexparser.SpanishTreebankParserParams
56
0 commit comments