Package ca.phon.syllable.phonex
Class SyllableConstituentMatcher
java.lang.Object
ca.phon.syllable.phonex.SyllableConstituentMatcher
- All Implemented Interfaces:
PhoneMatcher
,CombinableMatcher
public final class SyllableConstituentMatcher
extends Object
implements PhoneMatcher, CombinableMatcher
Syllable constituent type matcher for phonex.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
combineMatcher
(PhoneMatcher matcher) Access to the allowed types listAccess to the disallowed types listboolean
Perform test on given phone.boolean
Does this matcher match anything? Used at runtime to help determine proper backtracking paths.toString()
-
Constructor Details
-
SyllableConstituentMatcher
public SyllableConstituentMatcher()Constructor
-
-
Method Details
-
getAllowedTypes
Access to the allowed types list -
getDisallowedTypes
Access to the disallowed types list -
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
-
toString
-
combineMatcher
- Specified by:
combineMatcher
in interfaceCombinableMatcher
-