Class: Daidai::Deinflector::Rule
- Inherits:
-
Struct
- Object
- Struct
- Daidai::Deinflector::Rule
- Defined in:
- lib/daidai/deinflector.rb
Overview
One deinflection rule: a test for the inflected form and how to undo it.
Instance Attribute Summary collapse
-
#conditions_in ⇒ Object
Returns the value of attribute conditions_in.
-
#conditions_out ⇒ Object
Returns the value of attribute conditions_out.
-
#deinflect ⇒ Object
Returns the value of attribute deinflect.
-
#is_inflected ⇒ Object
Returns the value of attribute is_inflected.
Instance Attribute Details
#conditions_in ⇒ Object
Returns the value of attribute conditions_in
76 77 78 |
# File 'lib/daidai/deinflector.rb', line 76 def conditions_in @conditions_in end |
#conditions_out ⇒ Object
Returns the value of attribute conditions_out
76 77 78 |
# File 'lib/daidai/deinflector.rb', line 76 def conditions_out @conditions_out end |
#deinflect ⇒ Object
Returns the value of attribute deinflect
76 77 78 |
# File 'lib/daidai/deinflector.rb', line 76 def deinflect @deinflect end |
#is_inflected ⇒ Object
Returns the value of attribute is_inflected
76 77 78 |
# File 'lib/daidai/deinflector.rb', line 76 def is_inflected @is_inflected end |