| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.ml.sequence |
The package containing all the infrastructure for Sequence objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSequenceLabelerContextGenerator
Class for determining contextual features for a tag/chunk style named-entity
recognizer.
|
| Modifier and Type | Field and Description |
|---|---|
protected SequenceLabelerContextGenerator |
SequenceLabelerME.contextGenerator |
| Modifier and Type | Method and Description |
|---|---|
SequenceLabelerContextGenerator |
SequenceLabelerFactory.createContextGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static List<opennlp.tools.ml.model.Event> |
SequenceLabelerEventStream.generateEvents(String[] sentence,
String[] outcomes,
SequenceLabelerContextGenerator cg) |
| Constructor and Description |
|---|
SequenceLabelerEventStream(opennlp.tools.util.ObjectStream<SequenceLabelSample> dataStream,
SequenceLabelerContextGenerator contextGenerator,
SequenceLabelerCodec<String> codec)
Creates a new name finder event stream using the specified data stream and
context generator.
|
SequenceLabelerSequenceStream(opennlp.tools.util.ObjectStream<SequenceLabelSample> psi,
SequenceLabelerContextGenerator pcg) |
SequenceLabelerSequenceStream(opennlp.tools.util.ObjectStream<SequenceLabelSample> psi,
SequenceLabelerContextGenerator pcg,
boolean useOutcomes) |
SequenceLabelerSequenceStream(opennlp.tools.util.ObjectStream<SequenceLabelSample> psi,
SequenceLabelerContextGenerator pcg,
boolean useOutcomes,
SequenceLabelerCodec<String> seqCodec) |
Copyright © 2017 IXA pipes. All rights reserved.