| Package | Description |
|---|---|
| it.uniroma1.lcl.babelfy.commons | |
| it.uniroma1.lcl.babelfy.commons.restful | |
| 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,
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,
BabelfyConstraints constraints)
Given a text and a language, returns a list of semantic annotations on the given constraints.
|
| Modifier and Type | Method and Description |
|---|---|
BabelfyConstraints |
RFPacket.getConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
RFPacket.setConstraints(BabelfyConstraints constraints) |
| 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,
BabelfyConstraints constraints) |
java.util.List<SemanticAnnotation> |
Babelfy.babelfy(java.lang.String sentence,
it.uniroma1.lcl.jlt.util.Language lang,
BabelfyConstraints constraints) |