Port details |
- p5-WordNet-Similarity Modules/CLI to determine semantic relatedness using the WordNet
- 2.07 textproc
=3 2.07Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2003-07-08 01:17:40
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Digest-SHA1>=0 : security/p5-Digest-SHA1
- p5-Text-Similarity>=0.10 : textproc/p5-Text-Similarity
- p5-WordNet-QueryData>=1.49 : textproc/p5-WordNet-QueryData
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Digest-SHA1>=0 : security/p5-Digest-SHA1
- p5-Text-Similarity>=0.10 : textproc/p5-Text-Similarity
- p5-WordNet-QueryData>=1.49 : textproc/p5-WordNet-QueryData
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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
    |
Stefan Eßer (se)  |
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 ) |
2.07 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
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 ) |
2.07 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.07 06 Oct 2018 13:06:45
  |
des  |
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
  |
sunpoet  |
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
  |
linimon  |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket) |
2.07 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.07 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.07 08 Oct 2015 18:45:39
  |
sunpoet  |
- 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
  |
mat  |
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
  |
pgollucci  |
p5-* use BROKEN_* helpers
Wit Hat: perl@ |
2.05_1 13 Mar 2015 14:00:51
  |
mat  |
Fix build.
Sponsored by: Absolight |
2.05_1 26 Nov 2014 13:08:38
  |
mat  |
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 ) |
2.05 07 Nov 2013 03:52:42
  |
vanilla  |
Support STAGEDIR. |
2.05 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.05 02 Aug 2013 18:52:11
  |
mat  |
- 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
 |
swills  |
- 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
 |
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
2.05 01 May 2012 01:47:10
 |
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
2.05 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
2.05 23 Jun 2008 03:32:58
 |
clsung  |
- Update to 2.05
Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod |
2.04 21 Apr 2008 05:06:23
 |
clsung  |
- Update to 2.04
Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod |
2.03 28 Mar 2008 02:27:31
 |
clsung  |
- Update to 2.03
Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod |
2.01 17 Oct 2007 05:14:24
 |
clsung  |
- Update to 2.01
- unbreak it |
1.04_1 08 Sep 2007 01:08:35
 |
linimon  |
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
 |
kris  |
BROKEN: Does not build |
1.04_1 19 May 2007 20:32:57
 |
flz  |
- 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
 |
clsung  |
- Update to 1.04 |
1.03 11 Jul 2006 02:28:08
 |
clsung  |
- Does not build on sparc64 |
1.03 15 Apr 2006 04:04:56
 |
clsung  |
- update to 1.03 |
1.02 08 Feb 2006 02:33:10
 |
clsung  |
- update to 1.02 |
1.01 22 Jan 2006 02:55:05
 |
edwin  |
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
 |
clsung  |
- update to 1.01
- add SHA256 |
0.15 30 Jun 2005 06:36:53
 |
clsung  |
- 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
 |
clsung  |
- update to 0.13 |
0.12 05 Dec 2004 04:34:49
 |
clsung  |
- fix pkg-plist
Noticed by: kris |
0.12 31 Oct 2004 03:44:47
 |
clsung  |
- 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
 |
clsung  |
- update to 0.11
- fix build error (see post-patch sec.)
Approved by: co-mentor (vanilla) |
0.09 20 Aug 2004 02:56:44
 |
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
0.09 18 Jul 2004 06:52:11
 |
vanilla  |
- 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
 |
ijliao  |
upgrade to 0.08
PR: 66922
Submitted by: maintainer |
0.07 20 Apr 2004 09:34:32
 |
arved  |
Update to 0.07
PR: 65315
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.06_1 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.06_1 18 Feb 2004 19:30:28
 |
mi  |
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
 |
foxfair  |
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
 |
adamw  |
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. |