public class DkproCorpus extends CorpusBase
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
language |
protected String |
name |
protected org.apache.uima.collection.CollectionReaderDescription |
serializedReader |
protected Tag.Tagset |
tagset |
Constructor and Description |
---|
DkproCorpus(String language,
Tag.Tagset tagset,
String name,
String description,
org.apache.uima.collection.CollectionReaderDescription reader) |
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
protected org.apache.uima.collection.CollectionReaderDescription serializedReader
protected Tag.Tagset tagset
protected String language
protected String name
protected String description
public DkproCorpus(String language, Tag.Tagset tagset, String name, String description, org.apache.uima.collection.CollectionReaderDescription reader) 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.