summaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update port: textproc/p5-WordNet-QueryData from 1.28 to 1.31Vanilla I. Shu2003-10-142-5/+4
| | | | | | | | | | grab maintainer PR: ports/58006 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=91193
* Load WordNet database files from the proper locations.Adam Weinberger2003-07-081-1/+7
| | | | Notes: svn path=/head/; revision=84424
* Add missing dir to pkg-plist. PORTREVISION bump.Adam Weinberger2003-07-082-0/+2
| | | | Notes: svn path=/head/; revision=84421
* Honor WNHOME if it's defined within the environment.Adam Weinberger2003-07-081-1/+3
| | | | Notes: svn path=/head/; revision=84420
* Add p5-WordNet-QueryDataAdam Weinberger2003-07-084-0/+41
WordNet::QueryData provides a direct interface to the WordNet database files. It requires the WordNet package. 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. Notes: svn path=/head/; revision=84418