Package ca.phon.syllable.phonex
Class ToneNumberMatcher
java.lang.Object
ca.phon.syllable.phonex.ToneNumberMatcher
- All Implemented Interfaces:
PhoneMatcher
Matcher for tone information in
SyllabificationInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Perform test on given phone.boolean
Does this matcher match anything? Used at runtime to help determine proper backtracking paths.
-
Field Details
-
NO_TONE
- See Also:
-
-
Constructor Details
-
ToneNumberMatcher
-
-
Method Details
-
matches
Description copied from interface:PhoneMatcher
Perform test on given phone.- Specified by:
matches
in interfacePhoneMatcher
-
matchesAnything
public boolean matchesAnything()Description copied from interface:PhoneMatcher
Does this matcher match anything? Used at runtime to help determine proper backtracking paths.- Specified by:
matchesAnything
in interfacePhoneMatcher
-