Class: Aws::Types::AnalysisOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmic_stemming"none", ...

Returns the value of attribute algorithmic_stemming.

Returns:



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.

Returns:



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.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def stemming_dictionary
  @stemming_dictionary
end

#stopwords::String

Returns the value of attribute stopwords.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def stopwords
  @stopwords
end

#synonyms::String

Returns the value of attribute synonyms.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def synonyms
  @synonyms
end