Class: StemDatabase::DbVerb
- Defined in:
- lib/llt/db_handler/prometheus/db/models.rb
Instance Method Summary collapse
Methods inherited from Db
Methods included from LLT::DbHandler::Prometheus::DbToLemma
Instance Method Details
#base_lemma ⇒ Object
101 102 103 |
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 101 def base_lemma "#{lemma_stem}#{lemma_ending}" end |
#extension ⇒ Object
99 |
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 99 def extension; tempus_sign; end |
#pf ⇒ Object
98 |
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 98 def pf; pf_stem; end |
#pr ⇒ Object
97 |
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 97 def pr; pr_stem; end |