Show
Ignore:
Timestamp:
09/05/08 12:47:11 (4 months ago)
Author:
deveiant
Message:
  • Fixing the publication constants in the Rakefile
  • Fixed typo in the RDoc for WordNet::Lexicon#lookup_synsets. Fixes #5.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/rakefile-work/lib/wordnet/lexicon.rb

    r93 r98  
    185185 
    186186 
    187     ### Look up sysets (Wordnet::Synset objects) matching +text+ as a 
     187    ### Look up synsets (Wordnet::Synset objects) matching +text+ as a 
    188188    ### +part_of_speech+, where +part_of_speech+ is one of +WordNet::Noun+, 
    189189    ### +WordNet::Verb+, +WordNet::Adjective+, or +WordNet::Adverb+. Without