Uses of Class
ca.phon.phonex.PhonexTransition
Package
Description
Classes implementing the phonex language.
-
Uses of PhonexTransition in ca.phon.phonex
Modifier and TypeClassDescriptionclass
class
Transition for matching beginning of tape input.class
class
Transition for matching end of tape input.class
Used to detect syllable boundaries.class
Transition for matching word boundaries.Modifier and TypeMethodDescriptionvoid
PhonexFSA.appendTransition
(PhonexTransition trans) Append the given transition to the machine.void
PhonexFSA.appendTransition
(PhonexTransition trans, Quantifier quantifier) void
PhonexFSA.makeBounded
(int xbound, int ybound, PhonexTransition transition) -
Uses of PhonexTransition in ca.phon.syllable.phonex
Modifier and TypeClassDescriptionclass
A transition which will match a full syllable unit or the remainder of a syllable.