Package | Description |
---|---|
it.uniroma1.lcl.babelfy.commons | |
it.uniroma1.lcl.babelfy.commons.annotation | |
it.uniroma1.lcl.babelfy.core |
Modifier and Type | Method and Description |
---|---|
java.util.List<SemanticAnnotation> |
IBabelfy.babelfy(java.util.List<? extends BabelfyToken> tokenizedText,
it.uniroma1.lcl.jlt.util.Language lang)
Given a tokenized text and a language, returns a list of semantic annotations.
|
java.util.List<SemanticAnnotation> |
IBabelfy.babelfy(java.util.List<? extends BabelfyToken> tokenizedText,
it.uniroma1.lcl.jlt.util.Language lang,
BabelfyConstraints constraints)
Given a tokenized text and a language, returns a list of semantic annotations on the given
constraints.
|
java.util.List<SemanticAnnotation> |
IBabelfy.babelfy(java.lang.String text,
it.uniroma1.lcl.jlt.util.Language lang)
Given a text and a language, returns a list of semantic annotations.
|
java.util.List<SemanticAnnotation> |
IBabelfy.babelfy(java.lang.String text,
it.uniroma1.lcl.jlt.util.Language lang,
BabelfyConstraints constraints)
Given a text and a language, returns a list of semantic annotations on the given constraints.
|
java.util.Set<SemanticAnnotation> |
BabelfyConstraints.getAnnotatedFragments()
Returns the
SemanticAnnotation s for fragments in context provided as disambiguation
aid |
Modifier and Type | Method and Description |
---|---|
boolean |
BabelfyConstraints.addAnnotatedFragments(SemanticAnnotation... annotatedFragment)
Provides
SemanticAnnotation s for fragments in context |
Modifier and Type | Method and Description |
---|---|
int |
SemanticAnnotation.compareTo(SemanticAnnotation o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SemanticAnnotation> |
Babelfy.babelfy(java.util.List<? extends BabelfyToken> taggedSentence,
it.uniroma1.lcl.jlt.util.Language lang) |
java.util.List<SemanticAnnotation> |
Babelfy.babelfy(java.util.List<? extends BabelfyToken> taggedSentence,
it.uniroma1.lcl.jlt.util.Language lang,
BabelfyConstraints constraints) |
java.util.List<SemanticAnnotation> |
Babelfy.babelfy(java.lang.String sentence,
it.uniroma1.lcl.jlt.util.Language lang) |
java.util.List<SemanticAnnotation> |
Babelfy.babelfy(java.lang.String sentence,
it.uniroma1.lcl.jlt.util.Language lang,
BabelfyConstraints constraints) |