Interface CombinableMatcher

All Known Implementing Classes:
SyllableConstituentMatcher

public interface CombinableMatcher
Interface for plug-in matchers which are able to be combined. This means that if the same plug-in matcher is specified multiple times, they are 'combined' into a single matcher. This is useful, for example, with the SyllableConstituentMatcher.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • combineMatcher

      void combineMatcher(PhoneMatcher matcher)