public class NamedEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NamedEntity.Type
Type of Named Entity
|
Modifier and Type | Field and Description |
---|---|
String |
rootName
Unique root name of entity
|
int |
startChar
Start char of the match
|
int |
startToken
Start token of the match
|
int |
stopChar
Stop char of the match
|
int |
stopToken
Stop token of the match
|
String |
stringMatched
The string that resulted in a match
|
NamedEntity.Type |
type
Type of Named Entity
|
Constructor and Description |
---|
NamedEntity() |
NamedEntity(String rootName,
NamedEntity.Type type) |
public NamedEntity.Type type
public String stringMatched
public int startToken
public int stopToken
public int startChar
public int stopChar
public NamedEntity()
public NamedEntity(String rootName, NamedEntity.Type type)