Package | Description |
---|---|
it.uniroma1.lcl.babelfy.commons.annotation |
Modifier and Type | Method and Description |
---|---|
SemanticAnnotation.Source |
SemanticAnnotation.getSource()
Gets the
SemanticAnnotation.Source for the current SemanticAnnotation . |
static SemanticAnnotation.Source |
SemanticAnnotation.Source.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SemanticAnnotation.Source[] |
SemanticAnnotation.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SemanticAnnotation(TokenOffsetFragment tokenFragment,
java.lang.String babelNetSynsetID,
java.lang.String DBpediaURL,
SemanticAnnotation.Source source)
Creates a new
SemanticAnnotation with a Fragment |
SemanticAnnotation(TokenOffsetFragment tokenFragment,
java.lang.String babelNetSynsetID,
java.lang.String DBpediaURL,
SemanticAnnotation.Source source,
double score,
double coherenceScore)
Creates a new
SemanticAnnotation with a Fragment |