Skip to content

Commit f61a7ed

Browse files
committed
Restored original commented-out NER files.
1 parent aec1814 commit f61a7ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/StanfordCoreNLP.example.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ annotators = tokenize, ssplit, pos, lemma, ner, parse, dcoref
2525
# ner.model.MISCclass are also added in the order named.
2626
# Any of the ner.model properties can be a comma separated list of names,
2727
# in which case each of the models in the comma separated list is added.
28-
ner.model = .../stanford-core-nlp/stanford-ner-2012-07-09/classifiers/english.muc.7class.distsim.crf.ser.gz
29-
ner.model.3class =
30-
ner.model.7class =
31-
ner.model.MISCclass =
28+
# ner.model = .../stanford-core-nlp/stanford-ner-2012-07-09/classifiers/english.muc.7class.distsim.crf.ser.gz
29+
#ner.model.3class = .../stanford-core-nlpu/data/ner/goodClassifiers/all.3class.distsim.crf.ser.gz
30+
#ner.model.7class = .../stanford-core-nlp/data/ner/goodClassifiers/muc.distsim.crf.ser.gz
31+
#ner.model.MISCclass = .../stanford/core-nlp/data/ner/goodClassifiers/conll.distsim.crf.ser.gz
3232

3333
#regexner.mapping = /u/nlp/data/TAC-KBP2010/sentence_extraction/type_map_clean
3434
#regexner.ignorecase = false

0 commit comments

Comments
 (0)