# File lib/wordnet/lexicon.rb, line 241 def createSynset( word, partOfSpeech ) return Synset::new( self, '', partOfSpeech, word ) end