Class EntitiesOptions

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

public final class EntitiesOptions extends Options
EntityMention extraction options
  • Field Details

  • Method Details

    • builder

      public static EntitiesOptions.EntitiesOptionsBuilder builder()
    • getCalculateConfidence

      public Boolean getCalculateConfidence()
      Returns:
      the calculateConfidence flag.
    • getCalculateSalience

      public Boolean getCalculateSalience()
      Returns:
      the calculateSalience flag.
    • getLinkEntities

      public Boolean getLinkEntities()
      Returns:
      the linkEntities flag.
    • getLinkMentionMode

      public String getLinkMentionMode()
      Returns:
      the linkMentionMode mode.
    • getModelType

      public String getModelType()
      Returns:
      the modelType to use.
    • getIncludeDBpediaType

      @Deprecated public Boolean getIncludeDBpediaType()
      Deprecated.
      use includeDBpediaTypes instead.
      Returns:
      the includeDBpediaType flag.
    • getIncludeDBpediaTypes

      public Boolean getIncludeDBpediaTypes()
      Returns:
      the includeDBpediaType flag.
      Since:
      1.14.0 (19.08)
    • getIncludePermID

      public Boolean getIncludePermID()
      Returns:
      the includePermID flag.
    • getRtsDecoder

      public String getRtsDecoder()
      Returns:
      the RTS workspace id.
    • getCaseSensitivity

      public String getCaseSensitivity()
      Returns:
      case sensitivity of model to use. Can be one of caseSensitive, caseInsensitive or automatic.
    • getEnableStructuredRegion

      public Boolean getEnableStructuredRegion()
      Returns:
      the enableStructuredRegion flag.
    • getStructuredRegionProcessingType

      public String getStructuredRegionProcessingType()
      Returns:
      the structuredRegionProcessingType flag. Can be one of none, nerModel, nameClassifier
    • getRegexCurrencySplit

      public Boolean getRegexCurrencySplit()
      Returns:
      the regexCurrencySplit flag. If enabled, will cause MONEY regular expression entity extractions to be split into two: CURRENCY:AMT and CURRENCY: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