Class: Aws::Types::AnalysisOptions
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithmic_stemming ⇒ "none", ...
Returns the value of attribute algorithmic_stemming.
-
#japanese_tokenization_dictionary ⇒ ::String
Returns the value of attribute japanese_tokenization_dictionary.
-
#stemming_dictionary ⇒ ::String
Returns the value of attribute stemming_dictionary.
-
#stopwords ⇒ ::String
Returns the value of attribute stopwords.
-
#synonyms ⇒ ::String
Returns the value of attribute synonyms.
Instance Attribute Details
#algorithmic_stemming ⇒ "none", ...
Returns the value of attribute algorithmic_stemming.
22 23 24 |
# File 'sig/types.rbs', line 22 def algorithmic_stemming @algorithmic_stemming end |
#japanese_tokenization_dictionary ⇒ ::String
Returns the value of attribute japanese_tokenization_dictionary.
21 22 23 |
# File 'sig/types.rbs', line 21 def japanese_tokenization_dictionary @japanese_tokenization_dictionary end |
#stemming_dictionary ⇒ ::String
Returns the value of attribute stemming_dictionary.
20 21 22 |
# File 'sig/types.rbs', line 20 def stemming_dictionary @stemming_dictionary end |
#stopwords ⇒ ::String
Returns the value of attribute stopwords.
19 20 21 |
# File 'sig/types.rbs', line 19 def stopwords @stopwords end |
#synonyms ⇒ ::String
Returns the value of attribute synonyms.
18 19 20 |
# File 'sig/types.rbs', line 18 def synonyms @synonyms end |