Class: Coelacanth::Extractor::MorphologicalAnalyzer::Term
- Inherits:
-
Struct
- Object
- Struct
- Coelacanth::Extractor::MorphologicalAnalyzer::Term
- Defined in:
- lib/coelacanth/extractor/morphological_analyzer.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#key ⇒ Object
Returns the value of attribute key.
-
#language ⇒ Object
Returns the value of attribute language.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
61 62 63 |
# File 'lib/coelacanth/extractor/morphological_analyzer.rb', line 61 def components @components end |
#key ⇒ Object
Returns the value of attribute key
61 62 63 |
# File 'lib/coelacanth/extractor/morphological_analyzer.rb', line 61 def key @key end |
#language ⇒ Object
Returns the value of attribute language
61 62 63 |
# File 'lib/coelacanth/extractor/morphological_analyzer.rb', line 61 def language @language end |
#token ⇒ Object
Returns the value of attribute token
61 62 63 |
# File 'lib/coelacanth/extractor/morphological_analyzer.rb', line 61 def token @token end |