diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 00:31:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 00:31:30 +0000 |
commit | 3da0d2adadcf333281f01f8ee81cddf5230e8c93 (patch) | |
tree | 2ab9b42218a12124fdcaaf5c2bfb0cd8fa50665f /textproc/p5-WordNet-QueryData/pkg-descr | |
parent | cb27d133b9ededb7ded508d5dba19379050f8b60 (diff) |
Notes
Diffstat (limited to 'textproc/p5-WordNet-QueryData/pkg-descr')
-rw-r--r-- | textproc/p5-WordNet-QueryData/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-WordNet-QueryData/pkg-descr b/textproc/p5-WordNet-QueryData/pkg-descr new file mode 100644 index 000000000000..39f886398892 --- /dev/null +++ b/textproc/p5-WordNet-QueryData/pkg-descr @@ -0,0 +1,11 @@ +From the README: + +WordNet::QueryData provides a direct interface to the WordNet database files. +It requires the WordNet package (http://www.cogsci.princeton.edu/~wn/). It +allows the user direct access to the full WordNet semantic lexicon. All parts +of speech are supported and access is generally very efficient because the +index and morphical exclusion tables are loaded at initialization. This +initialization step is slow (appx. 10-15 seconds), but queries are very fast +thereafter---thousands of queries can be completed every second. + +WWW: http://www.ai.mit.edu/people/jrennie/WordNet/ |