[Lunar-commits] <moonbase> WordNet: initial import, and a optional_depends for koffice4.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu Mar 12 15:34:32 CET 2009
commit 93ec60ca641bf6c51ea5366c66adc6ec444b2649
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu Mar 12 10:34:32 2009 -0400
WordNet: initial import, and a optional_depends for koffice4.
---
editors/WordNet/DEPENDS | 2 ++
editors/WordNet/DETAILS | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/editors/WordNet/DEPENDS b/editors/WordNet/DEPENDS
new file mode 100644
index 0000000..a4ac8f7
--- /dev/null
+++ b/editors/WordNet/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends "tcl" "--with-tcl=/usr/lib/" "--without-tcl" "for tcl support"
+optional_depends "tk" "--with-tk=/usr/lib/" "--without-tk" "for tk support"
diff --git a/editors/WordNet/DETAILS b/editors/WordNet/DETAILS
new file mode 100644
index 0000000..02b03b4
--- /dev/null
+++ b/editors/WordNet/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=WordNet
+ VERSION=3.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://wordnet.princeton.edu/$VERSION/
+ SOURCE_VFY=sha1:aeb7887cb4935756cf77deb1ea86973dff0e32fb
+ WEB_SITE=http://wordnet.princeton.edu/
+ ENTERED=20090312
+ UPDATED=20090312
+ SHORT="lexical database of English"
+
+cat << EOF
+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's structure makes it a useful tool for computational
+linguistics and natural language processing.
+EOF
More information about the Lunar-commits
mailing list