RiTa.Wordnet

a Wordnet library for Processing

     FEATURES:

  • Provides simple access to the Wordnet ontology:

    • Synonyms, Antonyms, Hypernyms, & Hyponyms
    • Holonyms, Meronyms, Coordinates, & Similars
    • Nominalizations, Verb-Groups, & Derived-terms
    • Glosses, See-Alsos, Examples, & Descriptions
    • Support for pattern-matching, soundex, anagrams, etc.

  • Wraps Jawbone/JWNL functionality for Processing
  • Provides distance metrics between terms
  • Assigns unique IDs for each word sense/pos
  • Supports version 2.x-3.0 across platforms
  • Support for both applications and applets

     Installation:

  • To install the Rita Wordnet library, unzip RitaWN.zip
    and place the 'ritaWN' folder inside the Processing 'libraries'
    folder or in your 'sketchbook' folder.

     Examples:

 

                    [ download ]   [ questions ]

 

 Author: Daniel C. Howe
 Version: Alpha [019]
 Acknowledgements: John Didion(JWNL)
Mike Wallace(Jawbone)
Oliver Steele(JWordnet)
Braxon Soderman
Matthew Stone
[RiWordnet]

RiWordnet
ADJ
ADV
NOUN
VERB
exists()
getAllAlsoSees()
getAllAntonyms()
getAllCoordinates()
getAllDerivedTerms()
getAllExamples()
getAllGlosses()
getAllHolonyms()
getAllHypernyms()
getAllHyponyms()
getAllMeronyms()
getAllNominalizations()
getAllSimilar()
getAllSynonyms()
getAllSynsets()
getAllVerbGroups()
getAlsoSees()
getAnagrams()
getAntonyms()
getAnyExample()
getBestPos()
getCommonParent()
getCommonParents()
getContains()
getCoordinates()
getDerivedTerms()
getDescription()
getDistance()
getEndsWith()
getExamples()
getGloss()
getHolonyms()
getHypernyms()
getHypernymTree()
getHyponyms()
getHyponymTree()
getMeronyms()
getNominalizations()
getPos()
getRandomExample()
getRandomExamples()
getRandomWord()
getRandomWords()
getRegexMatch()
getSenseCount()
getSenseIds()
getSimilar()
getSoundsLike()
getStartsWith()
getStems()
getSynonyms()
getSynset()
getVerbGroup()
getWildcardMatch()
ignoreCompoundWords()
ignoreUpperCaseWords()
isAdjective()
isAdverb()
isIgnoringCompoundWords()
isIgnoringUpperCaseWords()
isNoun()
isStem()
isVerb()
printHypernymTree()
printHyponymTree()