Class IntraWordPauseMatcher
java.lang.Object
ca.phon.phonex.IntraWordPauseMatcher
- All Implemented Interfaces:
PhoneMatcher
Matcher for intra-word pauses. Intra-word pauses are represented by a caret (^)
in an IPA string. The phonex representation is
\p.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPerform test on given phone.booleanDoes 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:PhoneMatcherPerform test on given phone.- Specified by:
matchesin interfacePhoneMatcher
-
matchesAnything
public boolean matchesAnything()Description copied from interface:PhoneMatcherDoes this matcher match anything? Used at runtime to help determine proper backtracking paths.- Specified by:
matchesAnythingin interfacePhoneMatcher
-
toString
-