Skip to content

Commit afc2696

Browse files
committed
Reverted config files to default
1 parent 42d2dd1 commit afc2696

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

ner/config/ner-ontonotes.properties

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# If this matches the default names NER_CONLL or NER_ONTONOTES the labelTypes parameter doesn't have to be set
2-
modelName = OntoNotes-myonto
2+
modelName = OntoNotes
33

44
# A space-separated list of labels the model should predict
55
#labelTypes = PER ORG LOC MISC
66

77
# A path to the modes files. During training this will be the location where the models are stored.
88
# During testing this parameter can point to either a classpath or a local directory.
9-
pathToModelFile = ner/models-myonto
10-
11-
GazetteersFeatures = 0
12-
PredictionsLevel1 = 0
13-
9+
pathToModelFile = ner/models

ner/config/ner.properties

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# If this matches the default names NER_CONLL or NER_ONTONOTES the labelTypes parameter doesn't have to be set
2-
modelName = CoNLLMINE
2+
modelName = CoNLL
33

44
# A space-separated list of labels the model should predict
55
#labelTypes = PER ORG LOC MISC
66

77
# A path to the model files. During training this will be the location where the models are stored.
88
# During testing this parameter can point to either a classpath or a local directory.
9-
pathToModelFile = ner/models-conll
10-
11-
GazetteersFeatures = 0
12-
PredictionsLevel1 = 0
13-
BrownClusterPaths = 0
9+
pathToModelFile = ner/models-conll

0 commit comments

Comments
 (0)