Class: Daidai::Deinflector::TransformedText
- Inherits:
-
Struct
- Object
- Struct
- Daidai::Deinflector::TransformedText
- Defined in:
- lib/daidai/deinflector.rb
Overview
An intermediate (or final) deinflected form during the search.
Instance Attribute Summary collapse
-
#conditions ⇒ Object
Returns the value of attribute conditions.
-
#text ⇒ Object
Returns the value of attribute text.
-
#trace ⇒ Object
Returns the value of attribute trace.
Instance Attribute Details
#conditions ⇒ Object
Returns the value of attribute conditions
82 83 84 |
# File 'lib/daidai/deinflector.rb', line 82 def conditions @conditions end |
#text ⇒ Object
Returns the value of attribute text
82 83 84 |
# File 'lib/daidai/deinflector.rb', line 82 def text @text end |
#trace ⇒ Object
Returns the value of attribute trace
82 83 84 |
# File 'lib/daidai/deinflector.rb', line 82 def trace @trace end |