From 9fb4b41e870a2737af70f05821a87e7d7ea95ef9 Mon Sep 17 00:00:00 2001 From: Michael Gabilondo Date: Tue, 11 May 2010 22:53:04 +0200 Subject: academic/WordNet: Added to 12.1 repository --- academic/WordNet/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 academic/WordNet/README (limited to 'academic/WordNet/README') diff --git a/academic/WordNet/README b/academic/WordNet/README new file mode 100644 index 000000000000..fa8ad99e04c1 --- /dev/null +++ b/academic/WordNet/README @@ -0,0 +1,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. + + -- cgit v1.2.3