Class: SegmentedWord
- Inherits:
-
Struct
- Object
- Struct
- SegmentedWord
- Defined in:
- lib/raramorph/raramorph.rb
Instance Attribute Summary collapse
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#stem ⇒ Object
Returns the value of attribute stem.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
Instance Attribute Details
#prefix ⇒ Object
Returns the value of attribute prefix
423 424 425 |
# File 'lib/raramorph/raramorph.rb', line 423 def prefix @prefix end |
#stem ⇒ Object
Returns the value of attribute stem
423 424 425 |
# File 'lib/raramorph/raramorph.rb', line 423 def stem @stem end |
#suffix ⇒ Object
Returns the value of attribute suffix
423 424 425 |
# File 'lib/raramorph/raramorph.rb', line 423 def suffix @suffix end |