Uses of Class
jcolibri.extensions.textual.IE.representation.Paragraph

Packages that use Paragraph
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 Paragraph in jcolibri.extensions.textual.IE.gate
 

Methods in jcolibri.extensions.textual.IE.gate with parameters of type Paragraph
protected  gate.Annotation IETextGate.getParagraphMapping(Paragraph par)
          Returns the annotation object for a given paragraph
protected  void IETextGate.setParagraphMapping(Paragraph par, gate.Annotation annot)
          Sets the annotation object for a given paragraph
 

Uses of Paragraph in jcolibri.extensions.textual.IE.opennlp
 

Methods in jcolibri.extensions.textual.IE.opennlp with parameters of type Paragraph
protected  org.jdom.Element IETextOpenNLP.getParagraphMapping(Paragraph par)
          Returns a mapping between a paragraph and the paragraph node in the DOM tree
protected  void IETextOpenNLP.setParagraphMapping(Paragraph par, org.jdom.Element annot)
          Sets a mapping between a paragraph and the paragraph node in the DOM tree
 

Uses of Paragraph in jcolibri.extensions.textual.IE.representation
 

Fields in jcolibri.extensions.textual.IE.representation with type parameters of type Paragraph
protected  java.util.List<Paragraph> IEText.paragraphs
           
 

Methods in jcolibri.extensions.textual.IE.representation that return types with arguments of type Paragraph
 java.util.List<Paragraph> IEText.getParagraphs()
          Returns the paragraphs
 

Methods in jcolibri.extensions.textual.IE.representation with parameters of type Paragraph
 void IEText.addParagraph(Paragraph paragraph)
          Adds a paragraph
 

Method parameters in jcolibri.extensions.textual.IE.representation with type arguments of type Paragraph
 void IEText.addParagraphs(java.util.List<Paragraph> paragraphs)
          Adds paragraphs
 


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es