| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.ml |
Package containing common code for training and evaluating IXA pipes models.
|
| eus.ixa.ixa.pipe.ml.lexer |
Package containing the lexers.
|
| eus.ixa.ixa.pipe.ml.nerc |
Package containing Named Entity Recognition and Classification classes.
|
| eus.ixa.ixa.pipe.ml.sequence |
The package containing all the infrastructure for Sequence objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<SequenceLabel> |
StatisticalSequenceLabeler.getLemmaSequences(String[] tokens) |
List<SequenceLabel> |
StatisticalSequenceLabeler.getLemmaSequencesFromSpans(String[] tokens,
Span[] seqSpans) |
List<SequenceLabel> |
StatisticalSequenceLabeler.getSequences(String[] tokens)
Produce a list of the
SequenceLabel objects classified by the
probabilistic model. |
List<SequenceLabel> |
StatisticalSequenceLabeler.getSequencesFromSpans(String[] tokens,
Span[] seqSpans)
Creates a list of
SequenceLabel objects from spans and tokens. |
| Modifier and Type | Method and Description |
|---|---|
SequenceLabel |
NumericNameLexer.getNextToken()
Get the next token provided by yylex().
|
| Modifier and Type | Method and Description |
|---|---|
List<SequenceLabel> |
NumericNameLexer.getNumericNames()
Returns found expressions as a List of names.
|
| Modifier and Type | Method and Description |
|---|---|
List<SequenceLabel> |
DictionariesNERTagger.getNames(String[] tokens)
Dictionaries based Named Entity Detection and Classification. |
List<SequenceLabel> |
NumericNERTagger.getNames(String[] tokens) |
List<SequenceLabel> |
DictionariesNERTagger.getNamesFromSpans(Span[] neSpans,
String[] tokens)
Creates a list of
SequenceLabel objects from spans and tokens. |
List<SequenceLabel> |
NumericNERTagger.getNamesFromSpans(Span[] neSpans,
String[] tokens) |
| Modifier and Type | Method and Description |
|---|---|
SequenceLabel |
SequenceLabelFactory.createSequence(String seqString,
String seqType)
Constructs a
SequenceLabel as a String with a class type (e.g. |
SequenceLabel |
SequenceLabelFactory.createSequence(String seqString,
String seqType,
int offset,
int length)
Constructs a
SequenceLabel as a String with corresponding offsets
and length from which to calculate start and end position of the Name. |
SequenceLabel |
SequenceLabelFactory.createSequence(String seqString,
String seqType,
Span seqSpan)
Constructs a
SequenceLabel as a String with a type and a
Span specified in terms of the number of tokens it contains. |
SequenceLabel |
SequenceLabelFactory.createSequence(String seqString,
String seqType,
Span seqSpan,
int offset,
int length)
Constructs a Sequence as a String with corresponding offsets and length
from which to calculate start and end position of the Sequence.
|
Copyright © 2017 IXA pipes. All rights reserved.