# File lib/wordnet/synset.rb, line 384
                def words
                        @mutex.synchronize( Sync::SH ) {
                                self.wordlist.split( SubDelimRe ).collect do |word|
                                        word.gsub( /_/, ' ' ).sub( /%.*$/, '' )
                                end
                        }
                end