Class PrefixDiacriticPhoneMatcher

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

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

    • PrefixDiacriticPhoneMatcher

      public PrefixDiacriticPhoneMatcher(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.