Skip to content

Commit

Permalink
I wouldn't have thought these would do it, but maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed May 17, 2024
1 parent 84c448a commit dc633aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ coref.path.trainData = /220/log-hcoref/forthesis/cleanup/small/train

## eval
#coref.path.evaldata = /scr/nlp/data/conll-2012/v4/data/development/data/english/annotations/
coref.path.evalData = /u/scr/nlp/data/conll-2012/v9/data/test/data/english/annotations
coref.path.evalData = /u/nlp/data/coref/conll-2012/v9/data/test/data/english/annotations
#coref.path.evaldata = /220/log-hcoref/forthesis/cleanup/small/eval


## scorer
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

## other data
coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ coref.path.trainData = /220/log-hcoref/forthesis/cleanup/small/train

## eval
#coref.path.evaldata = /scr/nlp/data/conll-2012/v4/data/development/data/english/annotations/
coref.path.testData = /u/scr/nlp/data/conll-2012/v9/data/test/data/english/annotations
coref.path.testData = /u/nlp/data/coref/conll-2012/v9/data/test/data/english/annotations
#coref.path.evaldata = /220/log-hcoref/forthesis/cleanup/small/eval


Expand All @@ -32,7 +32,7 @@ coref.path.serialized = /home/heeyoung/log-hcoref/ser/DIR/
coref.path.DIR=../forthesis/cleanup/ser/

## scorer
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

## other data
coref.big.gender.number = edu/stanford/nlp/models/dcoref/gender.data.gz
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coref.conll = true
coref.data = /u/scr/nlp/data/conll-2012/
coref.statistical.trainingPath = /u/scr/nlp/coref/training/
coref.data = /u/nlp/data/coref/conll-2012/
coref.statistical.trainingPath = /u/nlp/data/coref/training/
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coref.conll = false
coref.data = /u/scr/nlp/data/conll-2012/
coref.statistical.trainingPath = /u/scr/nlp/coref/training/
coref.data = /u/nlp/data/coref/conll-2012/
coref.statistical.trainingPath = /u/nlp/data/coref/training/

0 comments on commit dc633aa

Please sign in to comment.