public class SerializedCorpus extends CorpusBase
Modifier and Type | Field and Description |
---|---|
protected org.apache.uima.collection.CollectionReaderDescription |
reader |
Constructor and Description |
---|
SerializedCorpus(String corpusPath) |
SerializedCorpus(String corpusPath,
String... patterns) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getLanguage() |
String |
getName() |
protected org.apache.uima.collection.CollectionReaderDescription |
getReader() |
Tag.Tagset |
getTagset() |
getSentences, getSentences, getTaggedTokens, getTaggedTokens, getTags, getTags, getTexts, getTokens, getTokens, setUseCaching
public SerializedCorpus(String corpusPath) throws CorpusException
CorpusException
public SerializedCorpus(String corpusPath, String... patterns) throws CorpusException
CorpusException
protected org.apache.uima.collection.CollectionReaderDescription getReader()
getReader
in class CorpusBase
public Tag.Tagset getTagset()
public String getLanguage()
public String getName()
public String getDescription()
Copyright © 2011-2014. All Rights Reserved.