Class CombiningDiacriticPhoneMatcher

java.lang.Object
ca.phon.phonex.plugins.DiacriticPhoneMatcher
ca.phon.phonex.plugins.CombiningDiacriticPhoneMatcher
All Implemented Interfaces:
PhoneMatcher

public class CombiningDiacriticPhoneMatcher extends DiacriticPhoneMatcher
Matches combining diacritic portion of the phone. Matches if any of the specified diacritics appear in the IPAElements combining diacritics.
  • Constructor Details

    • CombiningDiacriticPhoneMatcher

      public CombiningDiacriticPhoneMatcher(String input)
      Constructor
  • Method Details

    • matches

      public boolean matches(IPAElement p)
      Description copied from interface: PhoneMatcher
      Perform test on given phone.
    • matchesAnything

      public boolean matchesAnything()
      Description copied from interface: PhoneMatcher
      Does this matcher match anything? Used at runtime to help determine proper backtracking paths.