Class: Poliqarp::Lemmata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initializeLemmata

Returns a new instance of Lemmata.



8
9
# File 'lib/poliqarpr/lemmata.rb', line 8

def initialize()
end

Instance Attribute Details

#base_formObject

Returns the value of attribute base_form.



7
8
9
# File 'lib/poliqarpr/lemmata.rb', line 7

def base_form
  @base_form
end

#tagsObject

Returns the value of attribute tags.



7
8
9
# File 'lib/poliqarpr/lemmata.rb', line 7

def tags
  @tags
end