File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# A space-separated list of labels the model should predict
5
5
# labelTypes = PER ORG LOC MISC
6
6
7
7
# A path to the modes files. During training this will be the location where the models are stored.
8
8
# 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
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
# A space-separated list of labels the model should predict
5
5
# labelTypes = PER ORG LOC MISC
6
6
7
7
# A path to the model files. During training this will be the location where the models are stored.
8
8
# 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
You can’t perform that action at this time.
0 commit comments