notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-WordNet-Similarity Modules/CLI to determine semantic relatedness using the WordNet
2.07 textproc on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.07Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-07-08 01:17:40
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: perl5
License: GPLv2 GPLv3
WWW:
https://metacpan.org/release/WordNet-Similarity
Description:
This package consists of Perl modules along with supporting Perl programs that implement the semantic relatedness measures described by Leacock Chodorow (1998), Jiang Conrath (1997), Resnik (1995), Lin (1998), Hirst St Onge (1998), Wu Palmer (1994), the adapted gloss overlap measure by Banerjee and Pedersen (2002), and a measure based on context vectors by Patwardhan (2003). The details of the Vector measure are described in the Master's thesis work done by Patwardhan (2003) at the University of Minnesota Duluth. The Perl modules are designed as objects with methods that take as input two word senses. The semantic relatedness of these word senses is returned by these methods. A quantitative measure of the degree to which two word senses are related has wide ranging applications in numerous areas, such as word sense disambiguation, information retrieval, etc. For example, in order to determine which sense of a given word is being used in a particular context, the sense having the highest relatedness with its context word senses is most likely to be the sense being used. Similarly, in information retrieval, retrieving documents containing highly related concepts are more likely to have higher precision and recall values. A command line interface to these modules is also present in the package. The simple, user-friendly interface returns the relatedness measure of two given words.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (78 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-WordNet-Similarity-2.07/catalog.mk
  2. /usr/local/share/licenses/p5-WordNet-Similarity-2.07/LICENSE
  3. /usr/local/share/licenses/p5-WordNet-Similarity-2.07/GPLv2
  4. /usr/local/share/licenses/p5-WordNet-Similarity-2.07/GPLv3
  5. bin/BNCFreq.pl
  6. bin/brownFreq.pl
  7. bin/compounds.pl
  8. bin/rawtextFreq.pl
  9. bin/semCorFreq.pl
  10. bin/semCorRawFreq.pl
  11. bin/similarity.pl
  12. bin/similarity_server.pl
  13. bin/treebankFreq.pl
  14. bin/wnDepths.pl
  15. bin/wordVectors.pl
  16. lib/perl5/site_perl/WordNet/Similarity.pm
  17. lib/perl5/site_perl/WordNet/Similarity/DepthFinder.pm
  18. lib/perl5/site_perl/WordNet/Similarity/FrequencyCounter.pm
  19. lib/perl5/site_perl/WordNet/Similarity/GlossFinder.pm
  20. lib/perl5/site_perl/WordNet/Similarity/ICFinder.pm
  21. lib/perl5/site_perl/WordNet/Similarity/PathFinder.pm
  22. lib/perl5/site_perl/WordNet/Similarity/hso.pm
  23. lib/perl5/site_perl/WordNet/Similarity/jcn.pm
  24. lib/perl5/site_perl/WordNet/Similarity/lch.pm
  25. lib/perl5/site_perl/WordNet/Similarity/lesk.pm
  26. lib/perl5/site_perl/WordNet/Similarity/lin.pm
  27. lib/perl5/site_perl/WordNet/Similarity/path.pm
  28. lib/perl5/site_perl/WordNet/Similarity/random.pm
  29. lib/perl5/site_perl/WordNet/Similarity/res.pm
  30. lib/perl5/site_perl/WordNet/Similarity/vector.pm
  31. lib/perl5/site_perl/WordNet/Similarity/vector_pairs.pm
  32. lib/perl5/site_perl/WordNet/Similarity/wup.pm
  33. lib/perl5/site_perl/WordNet/Tools.pm
  34. lib/perl5/site_perl/WordNet/get_wn_info.pm
  35. lib/perl5/site_perl/WordNet/ic-semcor.dat
  36. lib/perl5/site_perl/WordNet/lesk-relation.dat
  37. lib/perl5/site_perl/WordNet/stem.pm
  38. lib/perl5/site_perl/WordNet/synsetdepths.dat
  39. lib/perl5/site_perl/WordNet/treedepths.dat
  40. lib/perl5/site_perl/WordNet/vector-pairs-relation.dat
  41. lib/perl5/site_perl/WordNet/vector-relation.dat
  42. lib/perl5/site_perl/WordNet/vectorFile.pm
  43. lib/perl5/site_perl/WordNet/wordvectors.dat
  44. lib/perl5/site_perl/man/man1/BNCFreq.pl.1.gz
  45. lib/perl5/site_perl/man/man1/brownFreq.pl.1.gz
  46. lib/perl5/site_perl/man/man1/compounds.pl.1.gz
  47. lib/perl5/site_perl/man/man1/rawtextFreq.pl.1.gz
  48. lib/perl5/site_perl/man/man1/semCorFreq.pl.1.gz
  49. lib/perl5/site_perl/man/man1/semCorRawFreq.pl.1.gz
  50. lib/perl5/site_perl/man/man1/similarity.pl.1.gz
  51. lib/perl5/site_perl/man/man1/similarity_server.pl.1.gz
  52. lib/perl5/site_perl/man/man1/treebankFreq.pl.1.gz
  53. lib/perl5/site_perl/man/man1/wnDepths.pl.1.gz
  54. lib/perl5/site_perl/man/man1/wordVectors.pl.1.gz
  55. lib/perl5/site_perl/man/man3/WordNet::Similarity.3.gz
  56. lib/perl5/site_perl/man/man3/WordNet::Similarity::DepthFinder.3.gz
  57. lib/perl5/site_perl/man/man3/WordNet::Similarity::FrequencyCounter.3.gz
  58. lib/perl5/site_perl/man/man3/WordNet::Similarity::GlossFinder.3.gz
  59. lib/perl5/site_perl/man/man3/WordNet::Similarity::ICFinder.3.gz
  60. lib/perl5/site_perl/man/man3/WordNet::Similarity::PathFinder.3.gz
  61. lib/perl5/site_perl/man/man3/WordNet::Similarity::hso.3.gz
  62. lib/perl5/site_perl/man/man3/WordNet::Similarity::jcn.3.gz
  63. lib/perl5/site_perl/man/man3/WordNet::Similarity::lch.3.gz
  64. lib/perl5/site_perl/man/man3/WordNet::Similarity::lesk.3.gz
  65. lib/perl5/site_perl/man/man3/WordNet::Similarity::lin.3.gz
  66. lib/perl5/site_perl/man/man3/WordNet::Similarity::path.3.gz
  67. lib/perl5/site_perl/man/man3/WordNet::Similarity::random.3.gz
  68. lib/perl5/site_perl/man/man3/WordNet::Similarity::res.3.gz
  69. lib/perl5/site_perl/man/man3/WordNet::Similarity::vector.3.gz
  70. lib/perl5/site_perl/man/man3/WordNet::Similarity::vector_pairs.3.gz
  71. lib/perl5/site_perl/man/man3/WordNet::Similarity::wup.3.gz
  72. lib/perl5/site_perl/man/man3/WordNet::Tools.3.gz
  73. lib/perl5/site_perl/man/man3/WordNet::get_wn_info.3.gz
  74. lib/perl5/site_perl/man/man3/WordNet::stem.3.gz
  75. lib/perl5/site_perl/man/man3/WordNet::vectorFile.3.gz
  76. @owner
  77. @group
  78. @mode
Collapse this list.
Dependency lines:
  • p5-WordNet-Similarity>0:textproc/p5-WordNet-Similarity
To install the port:
cd /usr/ports/textproc/p5-WordNet-Similarity/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/p5-WordNet-Similarity
  • pkg install p5-WordNet-Similarity
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-WordNet-Similarity
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (WordNet-Similarity-2.07.tar.gz) = 3ee3df2f5ff3ba80ea296378cdfa48f308587fc9053b08325491329bd6c1791d SIZE (WordNet-Similarity-2.07.tar.gz) = 5766219

Packages (timestamps in pop-ups are UTC):
p5-WordNet-Similarity
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.072.072.072.072.07-2.07-
FreeBSD:13:quarterly2.072.072.072.072.072.072.072.07
FreeBSD:14:latest2.072.072.072.072.072.07-2.07
FreeBSD:14:quarterly2.072.07-2.072.072.072.072.07
FreeBSD:15:latest2.072.07n/a2.07n/a2.072.072.07
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Digest-SHA1>=0 : security/p5-Digest-SHA1
  2. p5-Text-Similarity>=0.10 : textproc/p5-Text-Similarity
  3. p5-WordNet-QueryData>=1.49 : textproc/p5-WordNet-QueryData
  4. perl5>=5.32.r0<5.33 : lang/perl5.32
  5. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Digest-SHA1>=0 : security/p5-Digest-SHA1
  2. p5-Text-Similarity>=0.10 : textproc/p5-Text-Similarity
  3. p5-WordNet-QueryData>=1.49 : textproc/p5-WordNet-QueryData
  4. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_p5-WordNet-Similarity
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/WordNet/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/WordNet/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/WordNet/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/WordNet/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/WordNet/
  7. http://backpan.perl.org/modules/by-module/WordNet/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/WordNet/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/WordNet/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/WordNet/
  12. https://www.cpan.org/modules/by-module/WordNet/
Collapse this list.

Number of commits found: 47

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.07
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.07
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.07
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.07
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2.07
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2.07
03 Nov 2016 16:38:16
Revision:425262Original commit files touched by this commit
linimon search for other commits by this committer
Now builds on sparc64.

Approved by:	portmgr (tier-2 blanket)
2.07
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
2.07
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
2.07
08 Oct 2015 18:45:39
Revision:398872Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 2.07
- Add LICENSE
- Update and sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/WordNet-Similarity/CHANGES
2.05_1
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2.05_1
19 Aug 2015 17:24:24
Revision:394803Original commit files touched by this commit Sanity Test Failure
pgollucci search for other commits by this committer
p5-* use BROKEN_* helpers

Wit Hat: perl@
2.05_1
13 Mar 2015 14:00:51
Revision:381200Original commit files touched by this commit
mat search for other commits by this committer
Fix build.

Sponsored by:	Absolight
2.05_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.05
07 Nov 2013 03:52:42
Revision:333056Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
2.05
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
2.05
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2.05
10 Jun 2012 18:42:48
Original commit files touched by this commit
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
2.05
05 Jun 2012 08:40:39
Original commit files touched by this commit
culot search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az@
2.05
01 May 2012 01:47:10
Original commit files touched by this commit
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
2.05
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
2.05
23 Jun 2008 03:32:58
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.05

Changes:        http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod
2.04
21 Apr 2008 05:06:23
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.04

Changes:        http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod
2.03
28 Mar 2008 02:27:31
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.03

Changes:        http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod
2.01
17 Oct 2007 05:14:24
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 2.01
- unbreak it
1.04_1
08 Sep 2007 01:08:35
Original commit files touched by this commit
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
1.04_1
10 Jun 2007 04:14:04
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Does not build
1.04_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.04
26 Dec 2006 01:44:10
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.04
1.03
11 Jul 2006 02:28:08
Original commit files touched by this commit
clsung search for other commits by this committer
- Does not build on sparc64
1.03
15 Apr 2006 04:04:56
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 1.03
1.02
08 Feb 2006 02:33:10
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 1.02
1.01
22 Jan 2006 02:55:05
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
1.01
16 Jan 2006 07:18:12
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 1.01
- add SHA256
0.15
30 Jun 2005 06:36:53
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 0.15
- changes see
  [http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/doc/changelog.pod]

Self Noted: first commit after I got married :-)
0.13
25 May 2005 03:55:59
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 0.13
0.12
05 Dec 2004 04:34:49
Original commit files touched by this commit
clsung search for other commits by this committer
- fix pkg-plist

Noticed by:     kris
0.12
31 Oct 2004 03:44:47
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 0.12
- remove suppport of Berkerley DB
- new dependency, p5-Text-Similarity (Text::OverlapFinder)

Approved by:    co-mentor (vanilla)
0.11
13 Oct 2004 08:23:28
Original commit files touched by this commit
clsung search for other commits by this committer
- update to 0.11
- fix build error (see post-patch sec.)

Approved by:    co-mentor (vanilla)
0.09
20 Aug 2004 02:56:44
Original commit files touched by this commit
clsung search for other commits by this committer
My territory, suggested by ijliao. :p

Approved by:    vanilla (co-mentor)
0.09
18 Jul 2004 06:52:11
Original commit files touched by this commit
vanilla search for other commits by this committer
- update from 0.08 to 0.09
- new MAN1 man-pages
- add four files in pkg-plist

PR:             ports/69222
Submitted by:   maintainer
0.08
03 Jun 2004 03:39:08
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 0.08

PR:             66922
Submitted by:   maintainer
0.07
20 Apr 2004 09:34:32
Original commit files touched by this commit
arved search for other commits by this committer
Update to 0.07

PR:             65315
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
0.06_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.06_1
18 Feb 2004 19:30:28
Original commit files touched by this commit
mi search for other commits by this committer
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday.

Insisted upon by:       clement
0.06
28 Oct 2003 15:16:42
Original commit files touched by this commit
foxfair search for other commits by this committer
PR:             58552
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Update port from 0.05 to 0.06, and add BUILD_DEPENDS of BerkeleyDB.pm,
Assign maintainership to the submitter.
0.05
08 Jul 2003 01:16:28
Original commit files touched by this commit
adamw search for other commits by this committer
Add p5-WordNet-Similarity.

This package consists of Perl modules along with supporting Perl programs that
implement the semantic relatedness measures described by Leacock Chodorow
(1998), Jiang Conrath (1997), Resnik (1995), Lin (1998), Hirst St Onge (1998)
and the adapted gloss overlap measure by Banerjee and Pedersen (2002). The Perl
modules are designed as object classes with methods that take as input two word
senses. The semantic relatedness of these word senses is returned by these
methods. A quantitative measure of the degree to which two word senses are
related has wide ranging applications in numerous areas, such as word sense
disambiguation, information retrieval, etc. For example, in order to determine
which sense of a given word is being used in a particular context, the sense
having the highest relatedness with its context word senses is most likely to
be the sense being used. Similarly, in information retrieval, retrieving
documents containing highly related concepts are more likely to have higher
precision and recall values.

A command line interface to these modules is also present in the package. The
simple, user-friendly interface returns the relatedness measure of two given
words. A number of switches and options have been provided to modify the output
and enhance it with trace information and other useful output. Details of the
usage are provided in other sections of this README. Supporting utilities for
generating information content files from various corpora are also available in
the package. The information content files are required by three of the
measures for computing the relatedness of concepts.

Number of commits found: 47