dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

Support for caseless models #251

Closed reckart closed 9 years ago

reckart commented 9 years ago
From Stanford CoreNLP website:

Caseless Models
It is possible to run StanfordCoreNLP with tagger, parser, and NER models that ignore
capitalization. In order to do this, download the caseless models package. Then, set
the model properties as follows: 
-pos.model edu/stanford/nlp/models/pos-tagger/english-caseless-left3words-distsim.tagger
-parse.model edu/stanford/nlp/models/lexparser/englishPCFG.caseless.ser.gz -ner.model.3class
edu/stanford/nlp/models/ner/english.all.3class.caseless.distsim.crf.ser.gz -ner.model.7class
edu/stanford/nlp/models/ner/english.muc.7class.caseless.distsim.crf.ser.gz -ner.model.MISCclass
edu/stanford/nlp/models/ner/english.conll.4class.caseless.distsim.crf.ser.gz

These models should be supported/included with DKPro Core GPL as well.

Original issue reported on code.google.com by richard.eckart on 2013-09-22 15:06:03

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-03-26 10:51:39

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by pedrobssantos on 2014-09-04 09:04:35

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by pedrobssantos on 2014-09-26 17:56:11

reckart commented 9 years ago
Issue was updated by revision: https://code.google.com/p/dkpro-core-gpl/source/detail?r=542

Original issue reported on code.google.com by pedrobssantos on 2014-10-09 16:36:05

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by pedrobssantos on 2014-10-10 09:12:13