Uses of Class
jcolibri.datatypes.Text

Packages that use Text
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. 
jcolibri.extensions.textual.lucene Apache Lucene extension. 
jcolibri.test.recommenders.rec7 Single-Shot restaurants recommender using profiles and KNN retrieval. 
 

Uses of Text in jcolibri.extensions.textual.IE.gate
 

Subclasses of Text in jcolibri.extensions.textual.IE.gate
 class IETextGate
           
 

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

Subclasses of Text in jcolibri.extensions.textual.IE.opennlp
 class IETextOpenNLP
          Represents an IEText implemented using the OpenNLP package.
 

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

Subclasses of Text in jcolibri.extensions.textual.IE.representation
 class IEText
          Represents a Textual attribute that will be processed to extract information.
 

Uses of Text in jcolibri.extensions.textual.lucene
 

Methods in jcolibri.extensions.textual.lucene with parameters of type Text
 void LuceneDocument.addContentField(java.lang.String fieldname, Text content)
           
 

Uses of Text in jcolibri.test.recommenders.rec7
 

Methods in jcolibri.test.recommenders.rec7 that return Text
 Text RestaurantDescription.getDescription()
           
 

Methods in jcolibri.test.recommenders.rec7 with parameters of type Text
 void RestaurantDescription.setDescription(Text description)
           
 


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