Class: LLT::Stem::VerbStem

Inherits:
LLT::Stem show all
Defined in:
lib/llt/stem/verb_stem.rb

Instance Attribute Summary

Attributes inherited from LLT::Stem

#stem, #type

Instance Method Summary collapse

Methods inherited from LLT::Stem

#initialize

Constructor Details

This class inherits a constructor from LLT::Stem

Instance Method Details

#init_keysObject



4
5
6
# File 'lib/llt/stem/verb_stem.rb', line 4

def init_keys
  %i{ stem inflection_class deponens pf_composition }
end

#to_sObject



8
9
10
# File 'lib/llt/stem/verb_stem.rb', line 8

def to_s
  "#{@type}#{@inflection_class}#{dep_state.magenta} #{@stem}"
end