| Modifier and Type | Method and Description |
|---|---|
Extraction |
Extractor.extract(PipeInputIterator source)
Performs extraction on a a set of raw documents.
|
Extraction |
CRFExtractor.extract(PipeInputIterator source) |
InstanceList |
CRFExtractor.pipeInstances(PipeInputIterator source) |
| Modifier and Type | Class and Description |
|---|---|
class |
IteratorPipe
Unimplemented.
|
| Constructor and Description |
|---|
IteratorPipe(PipeInputIterator[] iterators) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipeInputIterator |
class |
ArrayDataAndTargetIterator |
class |
ArrayIterator |
class |
CsvIterator |
class |
FileIterator
An iterator that generates instances from an initial
directory or set of directories.
|
class |
FileListIterator
An iterator that generates instances for a pipe from a list of filenames.
|
class |
FileUriIterator |
class |
InstanceListIterator
This method feeds a pipeline from another InstanceList.
|
class |
LineGroupIterator
Iterate over groups of lines of text, separated by lines that
match a regular expression.
|
class |
LineIterator |
class |
NestedIterator |
class |
ParenGroupIterator
Iterator that takes a Reader, breaks up the input into
top-level parenthesized expressions.
|
class |
PatternMatchIterator
Iterates over matching regular expresions.
|
class |
PipeExtendedIterator
Provides a
PipeExtendedIterator that applies a Pipe to
the Instances returned by a given PipeExtendedIterator,
It is intended to encapsulate preprocessing that should not belong to the
input Pipe of a Classifier or Transducer. |
class |
RandomFeatureVectorIterator |
class |
RandomTokenSequenceIterator |
class |
SegmentIterator
|
class |
SimpleFileIterator |
| Constructor and Description |
|---|
NestedIterator(PipeInputIterator[] iterators) |
PipeExtendedIterator(PipeInputIterator iterator,
Pipe pipe)
Creates a new
PipeExtendedIterator instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
PagedInstanceList.add(PipeInputIterator pi)
Adds to this list every instance generated by the iterator,
passing each one through this list's pipe.
|
void |
InstanceList.add(PipeInputIterator pi)
Adds to this list every instance generated by the iterator,
passing each one through this list's pipe.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MentionPairIterator |
| Modifier and Type | Class and Description |
|---|---|
class |
LineGroupIterator2
Iterate over groups of lines of text, separated by lines that
match a regular expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeClusterPairIterator
Generates instances of NodeClusterPairs by one of two ways: (1)
randomly clustering the data following the Chinese-restaurant style
generative process, or (2) given the true clustering, generate
NodeClusterPairs by sampling from the true clusters.
|
class |
VenuePaperClusterIterator
Iterates over PaperVenueClusters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodePairIterator |
class |
PubCitIterator |
| Modifier and Type | Class and Description |
|---|---|
static class |
TUI_CorefIE.ClusterListIterator |
| Modifier and Type | Method and Description |
|---|---|
static Classification[] |
MaxEntShell.classify(Classifier classifier,
PipeInputIterator data)
Compute the maxent classifications for unlabeled instances given
by an iterator.
|
static double |
MaxEntShell.test(Classifier classifier,
PipeInputIterator data)
Test a maxent classifier.
|
static Classifier |
MaxEntShell.train(PipeInputIterator data,
double var,
File save)
Train a maxent classifier.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.