Skip to content

Commit dc633aa

Browse files
committed
I wouldn't have thought these would do it, but maybe
1 parent 84c448a commit dc633aa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

+2-2
Original file line numberDiff line numberDiff 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
3434
coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz

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

+2-2
Original file line numberDiff line numberDiff 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/
3232
coref.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
3838
coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
coref.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 numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
coref.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/

0 commit comments

Comments
 (0)