Package io.redlink.nlp.opennlp.en
Class LanguageEnglish
- java.lang.Object
-
- io.redlink.nlp.opennlp.pos.OpenNlpLanguageModel
-
- io.redlink.nlp.opennlp.en.LanguageEnglish
-
- All Implemented Interfaces:
Comparable<OpenNlpLanguageModel>
@Service public class LanguageEnglish extends OpenNlpLanguageModel
Implementation of English-specific tools for natural language processing.- Author:
- rupert.westenthaler@redlink.co
-
-
Field Summary
Fields Modifier and Type Field Description static io.redlink.nlp.model.tag.TagSet<io.redlink.nlp.model.pos.PosTag>ENGLISH_PENN_TREEBANKLinks to the Penn Treebank model as defined by the OLIA Ontology.
-
Constructor Summary
Constructors Constructor Description LanguageEnglish()
-
Method Summary
-
Methods inherited from class io.redlink.nlp.opennlp.pos.OpenNlpLanguageModel
activate, compareTo, deactivate, getLocale, getMinAvrgPosScore, getModelRanking, getName, getSplitter, getTagger, getTokenizer, isCaseSensitive, preprocessText, setCaseSensitive, setMinAvrgPosScore, split, supports, tag, tokenize
-
-
-
-
Field Detail
-
ENGLISH_PENN_TREEBANK
public static final io.redlink.nlp.model.tag.TagSet<io.redlink.nlp.model.pos.PosTag> ENGLISH_PENN_TREEBANK
Links to the Penn Treebank model as defined by the OLIA Ontology.- See Also:
English#ENGLISH
-
-