Skip to content

Commit

Permalink
Update some paths in some properties as well to point to the new /u/n…
Browse files Browse the repository at this point in the history
…lp/data/coref home
  • Loading branch information
AngledLuffa committed May 7, 2024
1 parent 8c51f4b commit d9f0e92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ annotators = segment, ssplit, pos, lemma, ner, parse, mention, coref
coref.algorithm = hybrid

# data paths
coref.data = /u/scr/nlp/data/conll-2012/
coref.data = /u/nlp/data/coref/conll-2012/
coref.conllOutputPath = /u/scr/nlp/coref/logs/
coref.scorer = /u/scr/nlp/data/conll-2012/scorer/v8.01/scorer.pl
coref.scorer = /u/nlp/data/coref/conll-2012/scorer/v8.01/scorer.pl

# coref options
coref.sieves = ChineseHeadMatch, ExactStringMatch, PreciseConstructs, StrictHeadMatch1, StrictHeadMatch2, StrictHeadMatch3, StrictHeadMatch4, PronounMatch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ coref.addMissingAnnotations = true
coref.specialCaseNewswire = true

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

# NER
ner.model = edu/stanford/nlp/models/ner/chinese.misc.distsim.crf.ser.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ coref.input.type = conll

# Evaluation
coref.path.output = /u/scr/nlp/coref/output/
coref.data = /u/scr/nlp/data/conll-2012/
coref.inputPath = /u/scr/nlp/data/conll-2012/v4/data/development/data/chinese/annotations
coref.scorer = /u/scr/nlp/data/conll-2012/scorer/v8.01/scorer.pl
coref.data = /u/nlp/data/coref/conll-2012/
coref.inputPath = /u/nlp/data/coref/conll-2012/v4/data/development/data/chinese/annotations
coref.scorer = /u/nlp/data/coref/conll-2012/scorer/v8.01/scorer.pl

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

0 comments on commit d9f0e92

Please sign in to comment.