Uses of Package
org.eyelanguage.rl.reading

Packages that use org.eyelanguage.rl.reading
org.eyelanguage.rl.analysis Tools to extract data from the adaptive reading agent's logfile for later processing. 
org.eyelanguage.rl.reading Code for the Adaptive Reading Agent; see ReadingMain for parameters and default values. 
 

Classes in org.eyelanguage.rl.reading used by org.eyelanguage.rl.analysis
ReadingMain
          A class configured by a textfile called "reading.prop" that can be run from the command line to initiate a reinforcement learning simulation on a reading problem; all variables below can be specified in the reading.prop file, e.g.
SentenceWorld
          Describes how states evolve in response to actions in a serial attention and word identification model.
 

Classes in org.eyelanguage.rl.reading used by org.eyelanguage.rl.reading
Corpus
           
ReadingAction
           
ReadingPolicy
           
ReadingReinforcementFunction
           
ReadingState
          This class represents the State of a reading Agent -- scroll down to Field Detail to see more detailed on information for each dimension of the state.
ReadingStateFactory
           
ReadingStateParallelRelative
          In parallel states, we have to keep track of which words of the sentence have been identified already but for default compatability with earlier states we return information about the first word in the window for length, ID and whether the word is identified.
ReadingStateRelative
          Inherits from ReadingState, but several methods have been altered so that the model of the environment is word-centric instead of absolute in the sentence (this allows for generalization to new circumstances).
SentenceWorld
          Describes how states evolve in response to actions in a serial attention and word identification model.
Word