summaryrefslogtreecommitdiffstats
path: root/academic/WordNet/README
blob: fa8ad99e04c11e850799e6fde3b439440ad8c1d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
WordNet® is a large lexical database of English, developed under the
direction of George A. Miller. Nouns, verbs, adjectives and adverbs are
grouped into sets of cognitive synonyms (synsets), each expressing a
distinct concept. Synsets are interlinked by means of conceptual-semantic
and lexical relations. The resulting network of meaningfully related words
and concepts can be navigated with the browser. WordNet is also freely
and publicly available for download.  WordNet's structure makes it a
useful tool for computational linguistics and natural language processing.

WordNet requires Tcl/Tk, which is included with Slackware 12.1.

Since this package does not install to the default location, the WordNet
browser (wnb) requires the enviornmental variable WNHOME=/usr to be set,
so that it can find the database files. To do this for bash, you can add
"export WNHOME=/usr" to the end of ~/.bashrc, without the quotes.