Package hu.birot.OTKit.dataType

Classes representing basic pieces of information used to build OT components.

See:
          Description

Class Summary
BasicSteps Static methods returning "basic steps", that is, simple instances of MapForms.
Comparison A data structure that contains the typical result of comparing two candidates in Optimality Theory.
Form Data structure representing a linguistic form, such as the ones used for an underlying form, a surface form or an overt form.
FormValuePair A new immutable data type: a pair whose first element is a Form and whose second value is a double.
MapForm Realizes a probabilistic mapping from Form to Form.
MapFormExamples Offers a number of static methods returning MapForms.
 

Package hu.birot.OTKit.dataType Description

Classes representing basic pieces of information used to build OT components. Package dataType.violation also belongs here logically.

All the classes are meant to be immutable: once built, they do not change, unless a new one is built. For practical reasons, class Comparison is an exception to this rule.