# File lib/wordnet/lexicon.rb, line 207 def morph( word, partOfSpeech ) return @morphDb[ self.makeWordKey(word, partOfSpeech) ] end