|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SemanticEnum | |
---|---|
opennlp.tools.coref.sim | Package related to the modeling mention similarity for coreference resolution. |
Uses of SemanticEnum in opennlp.tools.coref.sim |
---|
Fields in opennlp.tools.coref.sim declared as SemanticEnum | |
---|---|
static SemanticEnum |
SemanticEnum.COMPATIBLE
Semantically compatible. |
static SemanticEnum |
SemanticEnum.INCOMPATIBLE
Semantically incompatible. |
static SemanticEnum |
SemanticEnum.UNKNOWN
Semantic compatibility Unknown. |
Methods in opennlp.tools.coref.sim that return SemanticEnum | |
---|---|
SemanticEnum |
SemanticCompatibility.getType()
|
Constructors in opennlp.tools.coref.sim with parameters of type SemanticEnum | |
---|---|
SemanticCompatibility(SemanticEnum type,
double confidence)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |