Interface ReadingAttribute

  • All Superinterfaces:
    Attribute
    All Known Implementing Classes:
    ReadingAttributeImpl

    public interface ReadingAttribute
    extends Attribute
    Attribute for Kuromoji reading data

    Note: in some cases this value may not be applicable, and will be null.

    • Method Detail

      • getReading

        String getReading()
      • getPronunciation

        String getPronunciation()
      • setToken

        void setToken​(Token token)