Package ca.phon.phonex.plugins
Class DiacriticPhoneMatcher
java.lang.Object
ca.phon.phonex.plugins.DiacriticPhoneMatcher
- All Implemented Interfaces:
PhoneMatcher
- Direct Known Subclasses:
AnyDiacriticPhoneMatcher
,CombiningDiacriticPhoneMatcher
,PrefixDiacriticPhoneMatcher
,SuffixDiacriticPhoneMatcher
Base matcher for all diacritic phonex plug-ins. The matcher accepts either a
-
Constructor Summary
ConstructorDescriptionDiacriticPhoneMatcher
(PhoneMatcher matcher) DiacriticPhoneMatcher
(String phonex) Create a new diacritic matcher with the given phonex expression -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.phon.phonex.PhoneMatcher
matches, matchesAnything
-
Constructor Details
-
DiacriticPhoneMatcher
Create a new diacritic matcher with the given phonex expression- Parameters:
phonex
-- Throws:
PhonexPatternException
- if phonex has errors
-
DiacriticPhoneMatcher
-
-
Method Details
-
getMatcher
-
setMatcher
-