Class MorphologyOptions

java.lang.Object
com.basistech.rosette.apimodel.Options
com.basistech.rosette.apimodel.MorphologyOptions

public final class MorphologyOptions extends Options
Morphology options
  • Method Details

    • builder

    • getDisambiguate

      public Boolean getDisambiguate()
      Returns:
      whether the linguistics analysis should disambiguate results
    • getQuery

      public Boolean getQuery()
      DocumentRequest query processing. Linguistics analysis may change its behavior to reflect the fact that query input is often not in full sentences; Typically, this disables disambiguation.
      Returns:
      request query processing Linguistics analysis may change its behavior to reflect the fact that query input is often not in full sentences; Typically, this disables disambiguation.
    • getPartOfSpeechTagSet

      public com.basistech.util.PartOfSpeechTagSet getPartOfSpeechTagSet()
      Returns:
      the tag set used when returning part of speech tags. A null value indicates the default.
    • getModelType

      public MorphologyModelType getModelType()
      Returns:
      the model type
    • getDisambiguatorType

      public DisambiguatorType getDisambiguatorType()
      Returns:
      the disambiguator type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Options
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Options
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Options
    • toString

      public String toString()
      Overrides:
      toString in class Object