| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2012 01:47:10
1.49
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
03 Jul 2011 14:40:25
1.49
|
ohauer  |
-remove MD5 |
20 Nov 2009 15:40:58
1.49
|
clsung  |
- Update to 1.49
Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog |
30 Mar 2009 08:41:54
1.48
|
clsung  |
- Update to 1.48
Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog |
28 Mar 2008 02:26:10
1.47_1
|
clsung  |
- fix post-patch sec.
- bump PORTREVISION
Changes: |
09 Jan 2008 03:56:06
1.47
|
clsung  |
- Update to 1.47
Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog |
30 May 2007 03:50:29
1.46
|
clsung  |
- Update to 1.46 |
19 May 2007 20:32:57
1.45_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
02 Nov 2006 00:23:05
1.45
|
clsung  |
- Update to 1.45 |
11 May 2006 09:06:45
1.40
|
clsung  |
- remove USE_REINPLACE |
22 Jan 2006 02:55:05
1.40
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
16 Jan 2006 06:52:43
1.40
|
clsung  |
- update to 1.40 |
16 Jan 2006 06:21:19
1.39
|
clsung  |
- update to 1.39
- library depends from wn.2 to WN.2 (reflect textproc/wordnet 2.1) |
24 May 2005 06:42:46
1.38
|
clsung  |
- update to 1.38
- from ChangeLog
* QueryData.pm (tokenDetach): change match pattern from \w+ to .+;
old code wasn't matching words with hyphens! (e.g. go-karts) |
05 Dec 2004 05:54:58
1.37
|
clsung  |
- update to 1.37
! QueryData.pm (frequency): new function
! QueryData.pm (documentation): add "frequency" entry |
05 Dec 2004 04:33:30
1.36
|
clsung  |
- fix pkg-plist |
11 Nov 2004 05:15:54
1.36
|
clsung  |
- update to 1.36
- QueryData.pm (documentation): revise queryWord vs. querySense
documentation |
26 Aug 2004 06:44:19
1.35
|
clsung  |
update to 1.35.
Approved by: vanilla (co-mentor) |
25 Aug 2004 07:01:25
1.34
|
clsung  |
- update to 1.34
* 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 :-) ) |
20 Aug 2004 02:56:44
1.33
|
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
17 Jul 2004 16:54:30
1.33
|
vanilla  |
- from 1.31 to 1.33
- 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 |
31 Mar 2004 03:12:58
1.31_1
|
trevor  |
SIZEify (maintainer timeout) |
18 Feb 2004 19:30:28
1.31_1
|
mi  |
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday.
Insisted upon by: clement |
14 Oct 2003 13:17:03
1.31
|
vanilla  |
Update port: textproc/p5-WordNet-QueryData from 1.28 to 1.31
grab maintainer
PR: ports/58006
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
08 Jul 2003 01:28:13
1.28_2
|
adamw  |
Load WordNet database files from the proper locations. |
08 Jul 2003 01:03:24
1.28_1
|
adamw  |
Add missing dir to pkg-plist. PORTREVISION bump. |
08 Jul 2003 00:54:52
1.28
|
adamw  |
Honor WNHOME if it's defined within the environment. |
08 Jul 2003 00:31:30
1.28
|
adamw  |
Add p5-WordNet-QueryData
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. |