Package | Description |
---|---|
it.uniroma1.lcl.babelfy.commons | |
it.uniroma1.lcl.babelfy.commons.restful | |
it.uniroma1.lcl.babelfy.core |
Modifier and Type | Field and Description |
---|---|
static BabelfyToken |
BabelfyToken.EOS
End-Of-Sentence token to use as sentence separator, in order to avoid compounding across
sentences and/or languages.
|
Modifier and Type | Method and Description |
---|---|
int |
BabelfyToken.compareTo(BabelfyToken o) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends BabelfyToken> |
RFPacket.getTokenizedText() |
Modifier and Type | Method and Description |
---|---|
void |
RFPacket.setTokenizedText(java.util.List<? extends BabelfyToken> tokenizedText) |
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) |