Package ca.phon.phonex
Class IntraWordPauseMatcher
java.lang.Object
ca.phon.phonex.IntraWordPauseMatcher
- All Implemented Interfaces:
PhoneMatcher
-
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.toString()
-
Constructor Details
-
IntraWordPauseMatcher
public IntraWordPauseMatcher()
-
-
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
-
toString
-