Home » News » A JavaScript Visual Wordnet ...

News by JavaScriptSearch


A JavaScript Visual Wordnet

 

JavaScriptSearch
Wednesday, June 7, 2006; 05:42 AM

In case you didn't know, Wordnet is a Princeton-conceived "online lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory."  The original concept is coded into a desktop application that can be downloaded at wordnet.princeton.edu; there is a Java implementation at visualthesaurus.com; now a JavaScript take at the idea is available at kylescholz.com/projects/wordnet.

Kyle Sholz, author of the JavaScript Wordnet, qualifies his creation as a  "an exercise to see if Javascript-driven Force Directed Graphs might be useable in web application user interfaces for search, document navigation, etc. The display uses only the DOM (Document Object Model) with CSS (Cascading Style Sheets) for absolute positioning and ... being pretty."

The wordnet represents nouns, verbs, adjectives and adverbs organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets.  The structure is presented as a graphic (see below).

Known issues with the current build:

    * Performance: As currently implemented, the graphing engine consumes a lot of processing power, even after the graph has settled.
    * Scaling: The layout algorithm doesn't scale very well.
    * Graphs for words with a lot of synonyms, like "work" and "go", contain a lot of nodes. With the scaling problems, this drives performance to a near-stall.

 

 

 

The JavaScript Wordnet. 


 

Advertisement

Partners

Related Resources

Other Resources

arrow