Class SuffixDiacriticPhoneMatcher

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

public class SuffixDiacriticPhoneMatcher extends DiacriticPhoneMatcher
  • Constructor Details

    • SuffixDiacriticPhoneMatcher

      public SuffixDiacriticPhoneMatcher(String phonex)
    • SuffixDiacriticPhoneMatcher

      public SuffixDiacriticPhoneMatcher(PhoneMatcher matcher)
  • 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.