rwordnet 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.markdown +3 -0
- data/examples/full_hypernym.rb +5 -5
- data/examples/morphy.rb +20 -0
- data/examples/synset_find.rb +8 -0
- data/lib/wordnet/db.rb +11 -0
- data/lib/wordnet/lemma.rb +23 -2
- data/lib/wordnet/pointer.rb +19 -1
- data/lib/wordnet/synset.rb +186 -7
- data/lib/wordnet/version.rb +1 -1
- data/morphy/exceptions/adj.exc +1490 -0
- data/morphy/exceptions/adv.exc +7 -0
- data/morphy/exceptions/noun.exc +2054 -0
- data/morphy/exceptions/verb.exc +2401 -0
- data/test/test_helper.rb +19 -0
- data/test/unit/lemma_test.rb +1 -1
- data/test/unit/synset_test.rb +37 -1
- metadata +10 -4