Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 815cc32

Browse files
committedMay 11, 2024·
test still failing for some reason
1 parent d9f0e92 commit 815cc32

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed
 

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ coref.conll = true
1919

2020
## conll 2012
2121
## train
22-
coref.path.trainData = /u/scr/nlp/data/conll-2012/v4/data/train/data/english/annotations/
22+
coref.path.trainData = /u/nlp/data/coref/conll-2012/v4/data/train/data/english/annotations/
2323
#coref.path.traindata = /scr/nlp/data/conll-2012/v4/data/train+dev/
2424

2525
## eval
2626
#coref.path.evaldata = /scr/nlp/data/conll-2012/v4/data/development/data/english/annotations/
27-
coref.path.testData = /u/scr/nlp/data/conll-2012/v9/data/test/data/english/annotations
27+
coref.path.testData = /u/nlp/data/coref/conll-2012/v9/data/test/data/english/annotations
2828

2929

3030
## models
31-
coref.path.serialized = /u/scr/nlp/data/coref/models/hybrid-conll-dep
31+
coref.path.serialized = /u/nlp/data/coref/models/hybrid-conll-dep
3232

3333
## other data
3434
coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
35-
coref.path.word2vec = /u/scr/nlp/data/coref/wordvectors/en/vectors.txt.gz
35+
coref.path.word2vec = /u/nlp/data/coref/wordvectors/en/vectors.txt.gz
3636

3737
#############################################################################
3838
# mention detection

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ coref.conll = true
1919

2020
## conll 2012
2121
## train
22-
coref.path.trainData = /u/scr/nlp/data/conll-2012/v4/data/train/data/english/annotations/
22+
coref.path.trainData = /u/nlp/data/coref/conll-2012/v4/data/train/data/english/annotations/
2323
#coref.path.traindata = /scr/nlp/data/conll-2012/v4/data/train+dev/
2424

2525
## eval
2626
#coref.path.evaldata = /scr/nlp/data/conll-2012/v4/data/development/data/english/annotations/
27-
coref.path.testData = /u/scr/nlp/data/conll-2012/v9/data/test/data/english/annotations
27+
coref.path.testData = /u/nlp/data/coref/conll-2012/v9/data/test/data/english/annotations
2828

2929

3030
## models
31-
coref.path.serialized = /u/scr/nlp/data/coref/models/hybrid-conll/
31+
coref.path.serialized = /u/nlp/data/coref/models/hybrid-conll/
3232

3333
## other data
3434
coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
35-
coref.path.word2vec = /u/scr/nlp/data/coref/wordvectors/en/vectors.txt.gz
35+
coref.path.word2vec = /u/nlp/data/coref/wordvectors/en/vectors.txt.gz
3636

3737
#############################################################################
3838
# mention detection

‎src/edu/stanford/nlp/coref/hybrid/properties/coref-default-dep.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ coref.sieves = SpeakerMatch, PreciseConstructs, pp-rf, cc-rf, pc-rf, ll-rf, pr-r
77

88
coref.useConstituencyParse = false
99
coref.conll = false
10-
coref.path.trainData = /u/scr/nlp/data/conll-2012/v4/data/train/data/english/annotations/
10+
coref.path.trainData = /u/nlp/data/coref/conll-2012/v4/data/train/data/english/annotations/
1111

1212
#############################################################################
1313
# data & model path
@@ -18,7 +18,7 @@ coref.path.serialized = edu/stanford/nlp/models/hcoref/
1818

1919
## other data
2020
coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
21-
coref.path.word2vec = /u/scr/nlp/data/coref/wordvectors/en/vectors.txt.gz
21+
coref.path.word2vec = /u/nlp/data/coref/wordvectors/en/vectors.txt.gz
2222
coref.path.word2vecSerialized = edu/stanford/nlp/models/word2vec/vectors.ser
2323

2424
#############################################################################

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coref.algorithm = hybrid
44

55
# data paths
66
coref.data = /u/nlp/data/coref/conll-2012/
7-
coref.conllOutputPath = /u/scr/nlp/coref/logs/
7+
coref.conllOutputPath = /u/nlp/data/coref/logs/
88
coref.scorer = /u/nlp/data/coref/conll-2012/scorer/v8.01/scorer.pl
99

1010
# coref options

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ coref.specialCaseNewswire = true
2222
coref.input.type = conll
2323

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

0 commit comments

Comments
 (0)
Please sign in to comment.