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
41 42 43 |
# File 'lib/daidai/deinflector.rb', line 41 def heuristic @heuristic end |
#id ⇒ Object
Returns the value of attribute id
41 42 43 |
# File 'lib/daidai/deinflector.rb', line 41 def id @id end |
#name ⇒ Object
Returns the value of attribute name
41 42 43 |
# File 'lib/daidai/deinflector.rb', line 41 def name @name end |
#rules ⇒ Object
Returns the value of attribute rules
41 42 43 |
# File 'lib/daidai/deinflector.rb', line 41 def rules @rules end |