Class: Datasets::SudachiSynonymDictionary::Synonym
- Inherits:
-
Struct
- Object
- Struct
- Datasets::SudachiSynonymDictionary::Synonym
- Defined in:
- lib/datasets/sudachi-synonym-dictionary.rb
Instance Attribute Summary collapse
-
#acronym_type ⇒ Object
Returns the value of attribute acronym_type.
-
#categories ⇒ Object
Returns the value of attribute categories.
-
#expansion_type ⇒ Object
Returns the value of attribute expansion_type.
-
#form_type ⇒ Object
Returns the value of attribute form_type.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#is_noun ⇒ Object
(also: #noun?)
Returns the value of attribute is_noun.
-
#lexeme_id ⇒ Object
Returns the value of attribute lexeme_id.
-
#notation ⇒ Object
Returns the value of attribute notation.
-
#variant_type ⇒ Object
Returns the value of attribute variant_type.
Instance Attribute Details
#acronym_type ⇒ Object
Returns the value of attribute acronym_type
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def acronym_type @acronym_type end |
#categories ⇒ Object
Returns the value of attribute categories
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def categories @categories end |
#expansion_type ⇒ Object
Returns the value of attribute expansion_type
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def expansion_type @expansion_type end |
#form_type ⇒ Object
Returns the value of attribute form_type
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def form_type @form_type end |
#group_id ⇒ Object
Returns the value of attribute group_id
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def group_id @group_id end |
#is_noun ⇒ Object Also known as: noun?
Returns the value of attribute is_noun
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def is_noun @is_noun end |
#lexeme_id ⇒ Object
Returns the value of attribute lexeme_id
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def lexeme_id @lexeme_id end |
#notation ⇒ Object
Returns the value of attribute notation
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def notation @notation end |
#variant_type ⇒ Object
Returns the value of attribute variant_type
7 8 9 |
# File 'lib/datasets/sudachi-synonym-dictionary.rb', line 7 def variant_type @variant_type end |