Interface BaseFormAttribute

  • All Superinterfaces:
    org.apache.lucene.util.Attribute
    All Known Implementing Classes:
    BaseFormAttributeImpl

    public interface BaseFormAttribute
    extends org.apache.lucene.util.Attribute
    Attribute for Token.getBaseForm().

    Note: depending on part of speech, this value may not be applicable, and will be null.

    • Method Detail

      • getBaseForm

        String getBaseForm()
      • setToken

        void setToken​(Token token)