aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.49Cheng-Lung Sung2009-11-202-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog Notes: svn path=/head/; revision=244529
* - Update to 1.48Cheng-Lung Sung2009-03-302-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog Notes: svn path=/head/; revision=231294
* - fix post-patch sec.Cheng-Lung Sung2008-03-281-1/+2
| | | | | | | | | - bump PORTREVISION Changes: Notes: svn path=/head/; revision=209993
* - Update to 1.47Cheng-Lung Sung2008-01-092-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog Notes: svn path=/head/; revision=205305
* - Update to 1.46Cheng-Lung Sung2007-05-302-5/+4
| | | | Notes: svn path=/head/; revision=192358
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.45Cheng-Lung Sung2006-11-022-4/+4
| | | | Notes: svn path=/head/; revision=176139
* - remove USE_REINPLACECheng-Lung Sung2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162066
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 1.40Cheng-Lung Sung2006-01-162-5/+4
| | | | Notes: svn path=/head/; revision=153625
* - update to 1.39Cheng-Lung Sung2006-01-162-6/+7
| | | | | | | - library depends from wn.2 to WN.2 (reflect textproc/wordnet 2.1) Notes: svn path=/head/; revision=153622
* - 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