org.cogroo
Class RuntimeLanguageLoader
java.lang.Object
org.cogroo.RuntimeLanguageLoader
- All Implemented Interfaces:
- LanguageLoader
public class RuntimeLanguageLoader
- extends Object
- implements LanguageLoader
SENT
public static final String SENT
- See Also:
- Constant Field Values
TOK
public static final String TOK
- See Also:
- Constant Field Values
PROP
public static final String PROP
- See Also:
- Constant Field Values
EXP
public static final String EXP
- See Also:
- Constant Field Values
CON
public static final String CON
- See Also:
- Constant Field Values
POS
public static final String POS
- See Also:
- Constant Field Values
CHK
public static final String CHK
- See Also:
- Constant Field Values
SP
public static final String SP
- See Also:
- Constant Field Values
RuntimeLanguageLoader
public RuntimeLanguageLoader()
getSentenceDetector
public opennlp.tools.sentdetect.SentenceDetector getSentenceDetector()
- Specified by:
getSentenceDetector
in interface LanguageLoader
getTokenizer
public opennlp.tools.tokenize.Tokenizer getTokenizer()
- Specified by:
getTokenizer
in interface LanguageLoader
getProperNameFinder
public opennlp.tools.namefind.TokenNameFinder getProperNameFinder()
- Specified by:
getProperNameFinder
in interface LanguageLoader
getExpressionFinder
public opennlp.tools.namefind.TokenNameFinder getExpressionFinder()
- Specified by:
getExpressionFinder
in interface LanguageLoader
getContractionFinder
public opennlp.tools.namefind.TokenNameFinder getContractionFinder()
- Specified by:
getContractionFinder
in interface LanguageLoader
getPOSTagger
public opennlp.tools.postag.POSTagger getPOSTagger()
- Specified by:
getPOSTagger
in interface LanguageLoader
getChunker
public opennlp.tools.chunker.Chunker getChunker()
- Specified by:
getChunker
in interface LanguageLoader
getShallowParser
public opennlp.tools.chunker.Chunker getShallowParser()
- Specified by:
getShallowParser
in interface LanguageLoader
Copyright © 2012-2013 CoGrOO. All Rights Reserved.