Class: Poliqarp::Lemmata
- Inherits:
-
Object
- Object
- Poliqarp::Lemmata
- Defined in:
- lib/poliqarpr/lemmata.rb
Overview
- Author
-
Aleksander Pohl ([email protected])
- License
-
MIT License
The lemmata contains the base form of the segment
Instance Attribute Summary collapse
-
#base_form ⇒ Object
Returns the value of attribute base_form.
Instance Method Summary collapse
-
#initialize ⇒ Lemmata
constructor
A new instance of Lemmata.
Constructor Details
#initialize ⇒ Lemmata
Returns a new instance of Lemmata.
8 9 |
# File 'lib/poliqarpr/lemmata.rb', line 8 def initialize() end |
Instance Attribute Details
#base_form ⇒ Object
Returns the value of attribute base_form.
7 8 9 |
# File 'lib/poliqarpr/lemmata.rb', line 7 def base_form @base_form end |