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
416 417 418 |
# File 'lib/raramorph/raramorph.rb', line 416 def prefix @prefix end |
#stem ⇒ Object
Returns the value of attribute stem
416 417 418 |
# File 'lib/raramorph/raramorph.rb', line 416 def stem @stem end |
#suffix ⇒ Object
Returns the value of attribute suffix
416 417 418 |
# File 'lib/raramorph/raramorph.rb', line 416 def suffix @suffix end |