File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/edu/stanford/nlp/coref Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ coref.path.trainData = /220/log-hcoref/forthesis/cleanup/small/train
2323
2424# # eval
2525# coref.path.evaldata = /scr/nlp/data/conll-2012/v4/data/development/data/english/annotations/
26- coref.path.evalData = /u/scr/ nlp/data/conll-2012/v9/data/test/data/english/annotations
26+ coref.path.evalData = /u/nlp/data/coref /conll-2012/v9/data/test/data/english/annotations
2727# coref.path.evaldata = /220/log-hcoref/forthesis/cleanup/small/eval
2828
2929
3030# # scorer
31- coref.path.scorer.conll = /u/scr/ nlp/data/conll-2012/scorer/v8.01/scorer.pl
31+ coref.path.scorer.conll = /u/nlp/data/coref /conll-2012/scorer/v8.01/scorer.pl
3232
3333# # other data
3434coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ coref.path.trainData = /220/log-hcoref/forthesis/cleanup/small/train
2323
2424# # eval
2525# coref.path.evaldata = /scr/nlp/data/conll-2012/v4/data/development/data/english/annotations/
26- coref.path.testData = /u/scr/ nlp/data/conll-2012/v9/data/test/data/english/annotations
26+ coref.path.testData = /u/nlp/data/coref /conll-2012/v9/data/test/data/english/annotations
2727# coref.path.evaldata = /220/log-hcoref/forthesis/cleanup/small/eval
2828
2929
@@ -32,7 +32,7 @@ coref.path.serialized = /home/heeyoung/log-hcoref/ser/DIR/
3232coref.path.DIR =../forthesis/cleanup/ser/
3333
3434# # scorer
35- coref.path.scorer.conll = /u/scr/ nlp/data/conll-2012/scorer/v8.01/scorer.pl
35+ coref.path.scorer.conll = /u/nlp/data/coref /conll-2012/scorer/v8.01/scorer.pl
3636
3737# # other data
3838coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
Original file line number Diff line number Diff line change 11coref.conll = true
2- coref.data = /u/scr/ nlp/data/conll-2012/
3- coref.statistical.trainingPath = /u/scr/ nlp/coref/training/
2+ coref.data = /u/nlp/data/coref /conll-2012/
3+ coref.statistical.trainingPath = /u/nlp/data /coref/training/
Original file line number Diff line number Diff line change 11coref.conll = false
2- coref.data = /u/scr/ nlp/data/conll-2012/
3- coref.statistical.trainingPath = /u/scr/ nlp/coref/training/
2+ coref.data = /u/nlp/data/coref /conll-2012/
3+ coref.statistical.trainingPath = /u/nlp/data /coref/training/
You can’t perform that action at this time.
0 commit comments