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

Packages that use Token
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.IE.representation.info The objects of this package store auxiliar information extracted from texts. 
jcolibri.method.retrieve.NNretrieval.similarity.local.textual Textual similarity functions for the KNN method. 
 

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

Methods in jcolibri.extensions.textual.IE.gate with parameters of type Token
protected  gate.Annotation IETextGate.getTokenMapping(Token tok)
          Returns the annotation object for a given token
protected  void IETextGate.setTokenMapping(Token tok, gate.Annotation annot)
          Sets the annotation object for a given token
 

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

Methods in jcolibri.extensions.textual.IE.opennlp with parameters of type Token
protected  org.jdom.Element IETextOpenNLP.getTokenMapping(Token tok)
          Returns a mapping between a token and the token node in the DOM tree
protected  void IETextOpenNLP.setTokenMapping(Token tok, org.jdom.Element annot)
          Sets a mapping between a token and the token node in the DOM tree
 

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

Fields in jcolibri.extensions.textual.IE.representation with type parameters of type Token
protected  java.util.List<Token> Sentence.tokens
           
 

Methods in jcolibri.extensions.textual.IE.representation that return types with arguments of type Token
 java.util.List<Token> IEText.getAllTokens()
          Returs all the tokens of this texts iterating over all paragraphs and their contained sentences.
 java.util.List<Token> Sentence.getTokens()
          Returns the tokens
 

Methods in jcolibri.extensions.textual.IE.representation with parameters of type Token
 void Sentence.addToken(Token token)
          Adds a token
 

Method parameters in jcolibri.extensions.textual.IE.representation with type arguments of type Token
 void Sentence.addTokens(java.util.List<Token> tokens)
          Adds tokens
 

Uses of Token in jcolibri.extensions.textual.IE.representation.info
 

Methods in jcolibri.extensions.textual.IE.representation.info that return Token
 Token WeightedRelation.getDestination()
          Returns the destination token.
 Token WeightedRelation.getOrigin()
          Returns the origin token.
 

Constructors in jcolibri.extensions.textual.IE.representation.info with parameters of type Token
WeightedRelation(Token origin, Token destination, double weight)
          Constructor
 

Uses of Token in jcolibri.method.retrieve.NNretrieval.similarity.local.textual
 

Method parameters in jcolibri.method.retrieve.NNretrieval.similarity.local.textual with type arguments of type Token
static void TextualSimUtils.expandTokensSet(java.util.Collection<Token> caseTokens, java.util.Collection<Token> queryToken, java.util.Set<TextualSimUtils.WeightedString> caseSet, java.util.Set<TextualSimUtils.WeightedString> querySet)
          Expands the tokens collections recived containing the tokens of a case and a query.
static void TextualSimUtils.expandTokensSet(java.util.Collection<Token> caseTokens, java.util.Collection<Token> queryToken, java.util.Set<TextualSimUtils.WeightedString> caseSet, java.util.Set<TextualSimUtils.WeightedString> querySet)
          Expands the tokens collections recived containing the tokens of a case and a query.
 


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