aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-Similarity/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.07Sunpoet Po-Chuan Hsieh2015-10-081-2/+2
| | | | | | | | | | | | - Add LICENSE - Update and sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/WordNet-Similarity/CHANGES Notes: svn path=/head/; revision=398872
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 2.05Cheng-Lung Sung2008-06-231-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod Notes: svn path=/head/; revision=215589
* - Update to 2.04Cheng-Lung Sung2008-04-211-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod Notes: svn path=/head/; revision=211695
* - Update to 2.03Cheng-Lung Sung2008-03-281-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod Notes: svn path=/head/; revision=209994
* - Update to 2.01Cheng-Lung Sung2007-10-171-3/+3
| | | | | | | - unbreak it Notes: svn path=/head/; revision=201590
* - Update to 1.04Cheng-Lung Sung2006-12-261-3/+3
| | | | Notes: svn path=/head/; revision=180750
* - update to 1.03Cheng-Lung Sung2006-04-151-3/+3
| | | | Notes: svn path=/head/; revision=159548
* - update to 1.02Cheng-Lung Sung2006-02-081-3/+3
| | | | Notes: svn path=/head/; revision=155468
* - update to 1.01Cheng-Lung Sung2006-01-161-2/+3
| | | | | | | - add SHA256 Notes: svn path=/head/; revision=153627
* - update to 0.15Cheng-Lung Sung2005-06-301-2/+2
| | | | | | | | | | - changes see [http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/doc/changelog.pod] Self Noted: first commit after I got married :-) Notes: svn path=/head/; revision=138223
* - update to 0.13Cheng-Lung Sung2005-05-251-2/+2
| | | | Notes: svn path=/head/; revision=136083
* - update to 0.12Cheng-Lung Sung2004-10-311-2/+2
| | | | | | | | | | - remove suppport of Berkerley DB - new dependency, p5-Text-Similarity (Text::OverlapFinder) Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=120508
* - update to 0.11Cheng-Lung Sung2004-10-131-2/+2
| | | | | | | | | - fix build error (see post-patch sec.) Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119174
* - update from 0.08 to 0.09Vanilla I. Shu2004-07-181-2/+2
| | | | | | | | | | | - new MAN1 man-pages - add four files in pkg-plist PR: ports/69222 Submitted by: maintainer Notes: svn path=/head/; revision=113890
* upgrade to 0.08Ying-Chieh Liao2004-06-031-2/+2
| | | | | | | | PR: 66922 Submitted by: maintainer Notes: svn path=/head/; revision=110722
* Update to 0.07Tilman Keskinoz2004-04-201-2/+2
| | | | | | | | PR: 65315 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=107692
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* PR: 58552Foxfair Hu2003-10-281-1/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=92454
* Add p5-WordNet-Similarity.Adam Weinberger2003-07-081-0/+1
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. Notes: svn path=/head/; revision=84422