Uses of Class
com.textrazor.annotations.Word

Packages that use Word
com.textrazor.annotations   
 

Uses of Word in com.textrazor.annotations
 

Methods in com.textrazor.annotations that return Word
 Word Word.getParentWord()
           
 

Methods in com.textrazor.annotations that return types with arguments of type Word
 java.util.List<Word> Word.getChildren()
           
 java.util.List<Word> Entailment.getMatchedWords()
           
 java.util.List<Word> Entity.getMatchingWords()
           
 java.util.List<Word> RelationParam.getParamWords()
           
 java.util.List<Word> Relation.getPredicateWords()
           
 java.util.List<Word> Property.getPredicateWords()
           
 java.util.List<Word> Property.getPropertyWords()
           
 java.util.List<Word> Sentence.getWords()
           
 java.util.List<Word> Response.getWords()
           
 java.util.List<Word> NounPhrase.getWords()
           
 java.util.List<Word> Custom.BoundVariable.getWordValue()