|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sentence | |
---|---|
jcolibri.extensions.textual.IE.gate | Textual CBR methods that use the GATE algorithms. |
jcolibri.extensions.textual.IE.opennlp | Textual CBR methods that use the Maximum Entropy algorithms implemented in the OpenNLP package. |
jcolibri.extensions.textual.IE.representation | Represents a Text that will be processed to extract its information. |
Uses of Sentence in jcolibri.extensions.textual.IE.gate |
---|
Methods in jcolibri.extensions.textual.IE.gate with parameters of type Sentence | |
---|---|
protected gate.Annotation |
IETextGate.getSentenceMapping(Sentence sent)
Returns the annotation object for a given sentence |
protected void |
IETextGate.setSentenceMapping(Sentence sent,
gate.Annotation annot)
Sets the annotation object for a given sentence |
Uses of Sentence in jcolibri.extensions.textual.IE.opennlp |
---|
Methods in jcolibri.extensions.textual.IE.opennlp with parameters of type Sentence | |
---|---|
protected org.jdom.Element |
IETextOpenNLP.getSentenceMapping(Sentence sent)
Returns a mapping between a sentence and the sentence node in the DOM tree |
protected void |
IETextOpenNLP.setSentenceMapping(Sentence sent,
org.jdom.Element annot)
Sets a mapping between a sentence and the sentence node in the DOM tree |
Uses of Sentence in jcolibri.extensions.textual.IE.representation |
---|
Fields in jcolibri.extensions.textual.IE.representation with type parameters of type Sentence | |
---|---|
protected java.util.List<Sentence> |
Paragraph.sentences
|
Methods in jcolibri.extensions.textual.IE.representation that return types with arguments of type Sentence | |
---|---|
java.util.List<Sentence> |
IEText.getAllSentences()
Returns all the sentences of this texts iterating over all paragraphs |
java.util.List<Sentence> |
Paragraph.getSentences()
Returns the sentences |
Methods in jcolibri.extensions.textual.IE.representation with parameters of type Sentence | |
---|---|
void |
Paragraph.addSentence(Sentence sentence)
Adds a sentence |
Method parameters in jcolibri.extensions.textual.IE.representation with type arguments of type Sentence | |
---|---|
void |
Paragraph.addSentences(java.util.List<Sentence> sentences)
Adds sentences |
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV NEXT | FRAMES NO FRAMES |