org.cogroo
Class RuntimeLanguageLoader

java.lang.Object
  extended by org.cogroo.RuntimeLanguageLoader
All Implemented Interfaces:
LanguageLoader

public class RuntimeLanguageLoader
extends Object
implements LanguageLoader


Field Summary
static String CHK
           
static String CON
           
static String EXP
           
static String POS
           
static String PROP
           
static String SENT
           
static String SP
           
static String TOK
           
 
Constructor Summary
RuntimeLanguageLoader()
           
 
Method Summary
 opennlp.tools.chunker.Chunker getChunker()
           
 opennlp.tools.namefind.TokenNameFinder getContractionFinder()
           
 opennlp.tools.namefind.TokenNameFinder getExpressionFinder()
           
 opennlp.tools.postag.POSTagger getPOSTagger()
           
 opennlp.tools.namefind.TokenNameFinder getProperNameFinder()
           
 opennlp.tools.sentdetect.SentenceDetector getSentenceDetector()
           
 opennlp.tools.chunker.Chunker getShallowParser()
           
 opennlp.tools.tokenize.Tokenizer getTokenizer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RuntimeLanguageLoader

public RuntimeLanguageLoader()
Method Detail

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.