Package hu.birot.OTKit.learning

Classes representing approaches to learning a grammar.

See:
          Description

Class Summary
ConstraintMotion An approach to rearrange the constraints in a hierarchy, once a winner–loser pair is given to the learning algorithm.
ConstraintMotionExamples Includes a number of static methods that return instances of ConstraintMotion.
Learning A learning method, abstractly.
OfflineLearning An approach (method, way) to do Offline Learning.
OfflineLearningExamples Examples of offline learning algorithms.
OnlineLearning An online learning algorithm.
OnlineLearningExamples Provides concrete online learning algorithms.
 

Package hu.birot.OTKit.learning Description

Classes representing approaches to learning a grammar.