Class: StemDatabase::DbVerb

Inherits:
Db
  • Object
show all
Defined in:
lib/llt/db_handler/prometheus/db/models.rb

Instance Method Summary collapse

Methods inherited from Db

#type

Methods included from LLT::DbHandler::Prometheus::DbToLemma

#to_lemma

Instance Method Details

#base_lemmaObject



101
102
103
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 101

def base_lemma
  "#{lemma_stem}#{lemma_ending}"
end

#extensionObject



99
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 99

def extension; tempus_sign; end

#pfObject



98
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 98

def pf; pf_stem; end

#prObject



97
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 97

def pr; pr_stem; end