Uses of Class
org.eyelanguage.rl.reading.Word

Packages that use Word
org.eyelanguage.rl.reading Code for the Adaptive Reading Agent; see ReadingMain for parameters and default values. 
 

Uses of Word in org.eyelanguage.rl.reading
 

Methods in org.eyelanguage.rl.reading that return Word
 Word Word.getPreceedingWord()
           
 Word SentenceWorld.getWord(int id)
           
 Word SentenceWorld.getWordAtEyePosition(int eyePosition)
           
 Word Word.setID(int id)
           
 

Methods in org.eyelanguage.rl.reading with parameters of type Word
 int SentenceWorld.acuityIdentificationPenalty(Word w, int currentEyePosition)
           
 int SentenceWorld.getCenterOfWord(Word w)
           
 java.util.List<java.lang.Integer> SentenceWorld.getPossibleEyePositions(Word thisWord)
           
 java.util.List SentenceWorld.getPossibleEyePositionsSlow(Word thisWord)
           
 void Word.setPreceedingWord(Word preceedingWord)
           
protected  int SentenceWorld.totalIdentificationTimePlusAcuityEffect(Word w, int fromEyePosition)
           
 

Constructors in org.eyelanguage.rl.reading with parameters of type Word
Word(java.lang.String wordText, double frequency, Word preceedingWord, double predictability)