Method: WordNet::Synset.postypes
- Defined in:
- lib/wordnet/synset.rb
.postypes ⇒ Object
Return the table of part-of-speech names to letter identifiers (both Symbols).
362 363 364 |
# File 'lib/wordnet/synset.rb', line 362 def self::postypes @postypes ||= self.postype_table.invert end |