Method: WordNet::Synset.lexdomain_table
- Defined in:
- lib/wordnet/synset.rb
.lexdomain_table ⇒ Object
Return the table of lexical domains, keyed by id.
315 316 317 |
# File 'lib/wordnet/synset.rb', line 315 def self::lexdomain_table @lexdomain_table ||= self.db[:lexdomains].to_hash( :lexdomainid ) end |