diff --git a/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll-dep.properties b/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll-dep.properties index c68e145335..a49d552885 100644 --- a/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll-dep.properties +++ b/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll-dep.properties @@ -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 diff --git a/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll.properties b/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll.properties index c59e17b959..526f77f322 100644 --- a/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll.properties +++ b/src/edu/stanford/nlp/coref/hybrid/properties/dcoref-conll.properties @@ -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 @@ -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 diff --git a/src/edu/stanford/nlp/coref/statistical/properties/english-conll-training.properties b/src/edu/stanford/nlp/coref/statistical/properties/english-conll-training.properties index 33bee84b46..f95ba9821a 100644 --- a/src/edu/stanford/nlp/coref/statistical/properties/english-conll-training.properties +++ b/src/edu/stanford/nlp/coref/statistical/properties/english-conll-training.properties @@ -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/ diff --git a/src/edu/stanford/nlp/coref/statistical/properties/english-default-training.properties b/src/edu/stanford/nlp/coref/statistical/properties/english-default-training.properties index d7a1453950..dbe7307eb8 100644 --- a/src/edu/stanford/nlp/coref/statistical/properties/english-default-training.properties +++ b/src/edu/stanford/nlp/coref/statistical/properties/english-default-training.properties @@ -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/