aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.38Cheng-Lung Sung2005-05-242-3/+3
| | | | | | | | | - from ChangeLog * QueryData.pm (tokenDetach): change match pattern from \w+ to .+; old code wasn't matching words with hyphens! (e.g. go-karts) Notes: svn path=/head/; revision=136009
* - update to 1.37Cheng-Lung Sung2004-12-052-3/+3
| | | | | | | | ! QueryData.pm (frequency): new function ! QueryData.pm (documentation): add "frequency" entry Notes: svn path=/head/; revision=123184
* - fix pkg-plistCheng-Lung Sung2004-12-051-1/+1
| | | | Notes: svn path=/head/; revision=123176
* - update to 1.36Cheng-Lung Sung2004-11-112-3/+3
| | | | | | | | - QueryData.pm (documentation): revise queryWord vs. querySense documentation Notes: svn path=/head/; revision=121353
* update to 1.35.Cheng-Lung Sung2004-08-262-3/+3
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=117289
* - update to 1.34Cheng-Lung Sung2004-08-252-3/+3
| | | | | | | | | | | | | * QueryData.pm (lexnamesFile): new top-level variable * QueryData.pm (loadLexnames): new function * QueryData.pm (lexname): new function * QueryData.pm: add lexname documentation * test.pl: add lexname tests Approved by: vanilla (co-mentor, 'cos mentor is in Athens :-) ) Notes: svn path=/head/; revision=117224
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* - from 1.31 to 1.33Vanilla I. Shu2004-07-172-4/+4
| | | | | | | | | | | | | - from ChangeLog * Update "LOCATING THE WORDNET DATABASE" documentation (kudos to Jason R Michelizzi for pointing out that this needed updating) PR: ports/69198 Submitted by: maintainer Notes: svn path=/head/; revision=113844
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION and otherwise adjust things depending on WordNet, which wasMikhail Teterin2004-02-181-2/+3
| | | | | | | | | upgraded to 2.0 yesterday. Insisted upon by: clement Notes: svn path=/head/; revision=101340
* 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