| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.nerc |
Package containing common code for tagging Named Entities.
|
| eus.ixa.ixa.pipe.nerc.lexer |
Package containing the Named Entity lexers.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
NameFactory.createName(String nameString,
String neType)
Constructs a
Name as a String with a class type (e.g. |
Name |
NameFactory.createName(String nameString,
String neType,
int offset,
int length)
Constructs a
Name as a String with corresponding offsets and length
from which to calculate start and end position of the Name. |
Name |
NameFactory.createName(String nameString,
String neType,
opennlp.tools.util.Span neSpan)
Constructs a
Name as a String with a type and a Span
specified in terms of the number of tokens it contains. |
Name |
NameFactory.createName(String nameString,
String neType,
opennlp.tools.util.Span neSpan,
int offset,
int length)
Constructs a Name as a String with corresponding offsets and length from
which to calculate start and end position of the Name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Name> |
DictionariesNameFinder.getNames(String[] tokens)
Dictionaries based Named Entity Detection and Classification. |
List<Name> |
NameFinder.getNames(String[] tokens)
Generates
Name objects for the given sequence, typically a
sentence. |
List<Name> |
NumericNameFinder.getNames(String[] tokens) |
List<Name> |
StatisticalNameFinder.getNames(String[] tokens)
Method to produce a list of the
Name objects classified by the
probabilistic model. |
List<Name> |
DictionariesNameFinder.getNamesFromSpans(opennlp.tools.util.Span[] neSpans,
String[] tokens)
Creates a list of
Name objects from spans and tokens. |
List<Name> |
NameFinder.getNamesFromSpans(opennlp.tools.util.Span[] neSpans,
String[] tokens)
Create a list of
Name objects from spans and tokens. |
List<Name> |
NumericNameFinder.getNamesFromSpans(opennlp.tools.util.Span[] neSpans,
String[] tokens) |
List<Name> |
StatisticalNameFinder.getNamesFromSpans(opennlp.tools.util.Span[] neSpans,
String[] tokens)
Creates a list of
Name objects from spans and tokens. |
| Modifier and Type | Method and Description |
|---|---|
Name |
NumericNameLexer.getNextToken()
Get the next token provided by yylex().
|
| Modifier and Type | Method and Description |
|---|---|
List<Name> |
NumericNameLexer.getNumericNames()
Returns found expressions as a List of names.
|
Copyright © 2015 IXA pipes. All rights reserved.