public interface Corpus
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getLanguage() |
String |
getName() |
Iterable<Sentence> |
getSentences() |
Iterable<Sentence> |
getSentences(int maxItems) |
Iterable<TaggedToken> |
getTaggedTokens() |
Iterable<TaggedToken> |
getTaggedTokens(int maxItems) |
Iterable<Tag> |
getTags() |
Iterable<Tag> |
getTags(int maxItems) |
Tag.Tagset |
getTagset() |
Iterable<Text> |
getTexts() |
Iterable<String> |
getTokens() |
Iterable<String> |
getTokens(int maxItems) |
Iterable<String> getTokens() throws CorpusException
CorpusException
Iterable<String> getTokens(int maxItems) throws CorpusException
CorpusException
Iterable<TaggedToken> getTaggedTokens() throws CorpusException
CorpusException
Iterable<TaggedToken> getTaggedTokens(int maxItems) throws CorpusException
CorpusException
Iterable<Sentence> getSentences() throws CorpusException
CorpusException
Iterable<Sentence> getSentences(int maxItems) throws CorpusException
CorpusException
Iterable<Tag> getTags() throws CorpusException
CorpusException
Iterable<Tag> getTags(int maxItems) throws CorpusException
CorpusException
Iterable<Text> getTexts() throws CorpusException
CorpusException
Tag.Tagset getTagset() throws CorpusException
CorpusException
String getLanguage()
String getName()
String getDescription()
Copyright © 2011-2014. All Rights Reserved.