Class: Xberg::TokenReductionOptions
- Inherits:
-
Object
- Object
- Xberg::TokenReductionOptions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#mode ⇒ String
readonly
Returns the value of attribute mode.
-
#preserve_important_words ⇒ Boolean
readonly
Returns the value of attribute preserve_important_words.
Instance Method Summary collapse
-
#initialize ⇒ TokenReductionOptions
constructor
A new instance of TokenReductionOptions.
Constructor Details
#initialize ⇒ TokenReductionOptions
Returns a new instance of TokenReductionOptions.
2597 |
# File 'sig/types.rbs', line 2597
def initialize: (?mode: String, ?preserve_important_words: bool) -> void
|
Instance Attribute Details
#mode ⇒ String (readonly)
Returns the value of attribute mode.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def mode @mode end |
#preserve_important_words ⇒ Boolean (readonly)
Returns the value of attribute preserve_important_words.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def preserve_important_words @preserve_important_words end |