Package | Description |
---|---|
it.uniroma1.lcl.babelfy.commons | |
it.uniroma1.lcl.babelfy.commons.annotation |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CharOffsetFragment> |
BabelfyConstraints.getCharToDisambiguate()
Returns the set of fragments to be disambiguated
|
Modifier and Type | Method and Description |
---|---|
boolean |
BabelfyConstraints.addFragmentToDisambiguate(CharOffsetFragment... charOffsetToDisambiguate)
Sets the only fragments to disambiguate (used only if disambiguationConstraint !=
BabelfyParameters.DisambiguationConstraint.DISAMBIGUATE_ALL ) |
Modifier and Type | Method and Description |
---|---|
CharOffsetFragment |
SemanticAnnotation.getCharOffsetFragment() |
Modifier and Type | Method and Description |
---|---|
void |
SemanticAnnotation.setCharOffsetFragment(CharOffsetFragment charFragment)
Sets the
CharOffsetFragment fragment for this SemanticAnnotation . |