Skip to content

Commit d9f0e92

Browse files
committed
Update some paths in some properties as well to point to the new /u/nlp/data/coref home
1 parent 8c51f4b commit d9f0e92

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/edu/stanford/nlp/coref/hybrid/properties/zh-coref-default.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ annotators = segment, ssplit, pos, lemma, ner, parse, mention, coref
33
coref.algorithm = hybrid
44

55
# data paths
6-
coref.data = /u/scr/nlp/data/conll-2012/
6+
coref.data = /u/nlp/data/coref/conll-2012/
77
coref.conllOutputPath = /u/scr/nlp/coref/logs/
8-
coref.scorer = /u/scr/nlp/data/conll-2012/scorer/v8.01/scorer.pl
8+
coref.scorer = /u/nlp/data/coref/conll-2012/scorer/v8.01/scorer.pl
99

1010
# coref options
1111
coref.sieves = ChineseHeadMatch, ExactStringMatch, PreciseConstructs, StrictHeadMatch1, StrictHeadMatch2, StrictHeadMatch3, StrictHeadMatch4, PronounMatch

src/edu/stanford/nlp/coref/hybrid/properties/zh-dcoref-conll-no-output.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ coref.addMissingAnnotations = true
2020
coref.specialCaseNewswire = true
2121

2222
# Evaluation
23-
coref.path.scorer.conll = /u/scr/nlp/data/conll-2012/scorer/v8.01/scorer.pl
23+
coref.path.scorer.conll = /u/nlp/data/coref/conll-2012/scorer/v8.01/scorer.pl
2424
#coref.path.output = /scr/nlp/coref/output/
25-
coref.path.testData = /u/scr/nlp/data/conll-2012/v4/data/development/data/chinese/annotations/
25+
coref.path.testData = /u/nlp/data/coref/conll-2012/v4/data/development/data/chinese/annotations/
2626

2727
# NER
2828
ner.model = edu/stanford/nlp/models/ner/chinese.misc.distsim.crf.ser.gz

src/edu/stanford/nlp/coref/hybrid/properties/zh-dcoref-conll.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ coref.input.type = conll
2323

2424
# Evaluation
2525
coref.path.output = /u/scr/nlp/coref/output/
26-
coref.data = /u/scr/nlp/data/conll-2012/
27-
coref.inputPath = /u/scr/nlp/data/conll-2012/v4/data/development/data/chinese/annotations
28-
coref.scorer = /u/scr/nlp/data/conll-2012/scorer/v8.01/scorer.pl
26+
coref.data = /u/nlp/data/coref/conll-2012/
27+
coref.inputPath = /u/nlp/data/coref/conll-2012/v4/data/development/data/chinese/annotations
28+
coref.scorer = /u/nlp/data/coref/conll-2012/scorer/v8.01/scorer.pl
2929

3030
# NER
3131
ner.model = edu/stanford/nlp/models/ner/chinese.misc.distsim.crf.ser.gz

0 commit comments

Comments
 (0)