Class: Daidai::Deinflector::Transform
- Inherits:
-
Struct
- Object
- Struct
- Daidai::Deinflector::Transform
- Defined in:
- lib/daidai/deinflector.rb
Overview
A named group of rules (one grammatical transformation, e.g. “negative”).
Instance Attribute Summary collapse
-
#heuristic ⇒ Object
Returns the value of attribute heuristic.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rules ⇒ Object
Returns the value of attribute rules.
Instance Attribute Details
#heuristic ⇒ Object
Returns the value of attribute heuristic
79 80 81 |
# File 'lib/daidai/deinflector.rb', line 79 def heuristic @heuristic end |
#id ⇒ Object
Returns the value of attribute id
79 80 81 |
# File 'lib/daidai/deinflector.rb', line 79 def id @id end |
#name ⇒ Object
Returns the value of attribute name
79 80 81 |
# File 'lib/daidai/deinflector.rb', line 79 def name @name end |
#rules ⇒ Object
Returns the value of attribute rules
79 80 81 |
# File 'lib/daidai/deinflector.rb', line 79 def rules @rules end |