Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Wordnet (Was Parsing Query)

 [1/1] from: tbrownell::l3technology::com at: 28-Feb-2003 9:47


For those who are following along, the example I'm using relates to results from a shell call to Wordnet http://www.cogsci.princeton.edu/~wn/ Once wordnet is installed (and a appropriate path added)... str: copy {} call/output "wn bug -hypen" str Where "bug" is the word you want to look up and "-hypen" returns all hypernyms (other options available, see wordnet docs.) There is an API to it as well. You may find it handy. TBrownell