Interface Syllabifier

All Known Implementing Classes:
BasicSyllabifier, OpGraphSyllabifier

public interface Syllabifier
Provides methods for applying the SyllableConstituentType annotations on IPAElements.
  • Method Details

    • getName

      String getName()
      Syllabifier name. Preferably unique for identify syllabifiers in the UI.
      Returns:
      name
    • getLanguage

      Language getLanguage()
      Syllabifier language.
      Returns:
      language for the syllabifier
    • syllabify

      void syllabify(List<IPAElement> phones)
      Apply consituent type annotations on given phones.
      Parameters:
      phones -