Package | Description |
---|---|
dkpro.toolbox.corpus | |
dkpro.toolbox.corpus.analyzed | |
dkpro.toolbox.corpus.categorized | |
dkpro.toolbox.corpus.raw | |
dkpro.toolbox.corpus.special | |
dkpro.toolbox.corpus.util.merged |
Modifier and Type | Interface and Description |
---|---|
interface |
CachableCorpus |
Modifier and Type | Class and Description |
---|---|
class |
BrownCorpus
Tiger Corpus
|
class |
CorpusBase |
class |
DkproCorpus
A corpus that is backed by a DKPro reader which is provided in the constructor.
|
class |
MergedCorpus |
class |
SerializedCorpus
A corpus that has previously been serialized as a binary CAS.
|
class |
TazCorpus
A wrapper for the Taz newspaper corpus.
|
class |
TextCorpus
A corpus that does not come in a special format, but consists of text files.
|
class |
TigerCorpus
Tiger Corpus
|
class |
WackyCorpus
A wrapper for the WaCky large-scale Web corpora.
|
Constructor and Description |
---|
MergedCorpus(Corpus... corpora) |
Constructor and Description |
---|
MergedCorpus(List<Corpus> corpora) |
Modifier and Type | Class and Description |
---|---|
class |
AnalyzedCorpus
An
AnalyzedCorpus is a special object that is backed by a Corpus , but provides additional analysis methods. |
Modifier and Type | Method and Description |
---|---|
Corpus |
AnalyzedCorpus.getUnderlyingCorpus() |
Constructor and Description |
---|
AnalyzedCorpus(Corpus corpus) |
Modifier and Type | Interface and Description |
---|---|
interface |
CategorizedCorpus |
Modifier and Type | Class and Description |
---|---|
class |
CategorizedCorpusBase |
class |
FirstNamesCorpus |
class |
InauguralCorpus |
class |
UdhrCorpus |
class |
UserProvidedCategorizedCorpus
Reads a categorized corpus from plain text files provided by the user.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Corpus> |
CategorizedCorpusBase.categoryCorpusMap |
Modifier and Type | Method and Description |
---|---|
void |
CategorizedCorpusBase.addCorpus(String category,
Corpus corpus) |
Constructor and Description |
---|
CorpusBackedRawText(Corpus corpus) |
Modifier and Type | Class and Description |
---|---|
class |
CmuDict |
class |
ConllCorpus |
class |
SemCor |
class |
StopwordsCorpus |
class |
WordCorpus |
Modifier and Type | Field and Description |
---|---|
protected Queue<Corpus> |
MergedCorpusIterableBase.corpora |
Constructor and Description |
---|
MergedCorpusIterableBase(Queue<Corpus> corpora) |
MergedCorpusIterableBase(Queue<Corpus> corpora,
int maxItems) |
MergedSentenceIterable(Queue<Corpus> corpora) |
MergedSentenceIterable(Queue<Corpus> corpora,
int maxItems) |
MergedTaggedTokenIterable(Queue<Corpus> corpora) |
MergedTaggedTokenIterable(Queue<Corpus> corpora,
int maxItems) |
MergedTagsIterable(Queue<Corpus> corpora) |
MergedTagsIterable(Queue<Corpus> corpora,
int maxItems) |
MergedTextIterable(Queue<Corpus> corpora) |
MergedTokenIterable(Queue<Corpus> corpora) |
MergedTokenIterable(Queue<Corpus> corpora,
int maxItems) |
Copyright © 2011-2014. All Rights Reserved.