WordNet-Similarity 0.11 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:- MANIFEST (243) does not match dist (293):
- Missing in MANIFEST: t/keys/0.10/hsopairs.key, t/keys/0.10/hsopairs_nr.key, t/keys/0.10/hsotrace.key, t/keys/0.10/jcnpairs.key, t/keys/0.10/jcnpairs_nr.key, t/keys/0.10/jcntrace.key, t/keys/0.10/lchpairs.key, t/keys/0.10/lchpairs_nr.key, t/keys/0.10/lchtrace.key, t/keys/0.10/leskpairs.key, t/keys/0.10/leskpairs_nr.key, t/keys/0.10/lesktrace.key, t/keys/0.10/linpairs.key, t/keys/0.10/linpairs_nr.key, t/keys/0.10/lintrace.key, t/keys/0.10/pathpairs.key, t/keys/0.10/pathpairs_nr.key, t/keys/0.10/pathtrace.key, t/keys/0.10/respairs.key, t/keys/0.10/respairs_nr.key, t/keys/0.10/restrace.key, t/keys/0.10/wndepths.txt, t/keys/0.10/wuppairs.key, t/keys/0.10/wuppairs_nr.key, t/keys/0.10/wuptrace.key, t/keys/0.11/hsopairs.key, t/keys/0.11/hsopairs_nr.key, t/keys/0.11/hsotrace.key, t/keys/0.11/jcnpairs.key, t/keys/0.11/jcnpairs_nr.key, t/keys/0.11/jcntrace.key, t/keys/0.11/lchpairs.key, t/keys/0.11/lchpairs_nr.key, t/keys/0.11/lchtrace.key, t/keys/0.11/leskpairs.key, t/keys/0.11/leskpairs_nr.key, t/keys/0.11/lesktrace.key, t/keys/0.11/linpairs.key, t/keys/0.11/linpairs_nr.key, t/keys/0.11/lintrace.key, t/keys/0.11/pathpairs.key, t/keys/0.11/pathpairs_nr.key, t/keys/0.11/pathtrace.key, t/keys/0.11/respairs.key, t/keys/0.11/respairs_nr.key, t/keys/0.11/restrace.key, t/keys/0.11/wndepths.txt, t/keys/0.11/wuppairs.key, t/keys/0.11/wuppairs_nr.key, t/keys/0.11/wuptrace.key
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: string_compare - prereq_matches_use
-
List all used modules in META.yml requires
Error:- BerkeleyDB
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: WordNet-Similarity-0.11/doc/utils.pod -- Around line 675: You forgot a '=back' before '=head1'
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: WordNet::Similarity, WordNet::Similarity::hso, WordNet::Similarity::lch, WordNet::Similarity::lesk, WordNet::Similarity::lin, WordNet::Similarity::path, WordNet::Similarity::random, WordNet::Similarity::res, WordNet::Similarity::vector, dbInterface, get_wn_info, stem, string_compare - no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:- stem
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:- WordNet::QueryData
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.03,0.05,0.07,0.10,0.11
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| WordNet::Similarity | Perl modules for computing measures of semantic relatedness. | 0.11 | metacpan |
| WordNet::Similarity::DepthFinder | methods to find the depth of synsets in WordNet taxonomies | 0.10 | metacpan |
| WordNet::Similarity::ICFinder | a module for finding the information content of concepts in WordNet | 0.10 | metacpan |
| WordNet::Similarity::LCSFinder | methods for finding Least Common Subsumers | 0.10 | metacpan |
| WordNet::Similarity::PathFinder | module to implement path finding methods (by node counting) for WordNet::Similarity measures of semantic relatedness | 0.11 | metacpan |
| WordNet::Similarity::hso | Perl module for computing semantic relatedness of word senses using the method described by Hirst and St-Onge (1998). | 0.07 | metacpan |
| WordNet::Similarity::jcn | Perl module for computing semantic relatedness of word senses according to the method described by Jiang and Conrath (1997). | 0.07 | metacpan |
| WordNet::Similarity::lch | Perl module for computing semantic relatedness of word senses using the method described by Leacock and Chodorow (1998). | 0.07 | metacpan |
| WordNet::Similarity::lesk | Perl module for computing semantic relatedness of word senses using gloss overlaps as described by Banerjee and Pedersen (2002) -- a method that adapts the Lesk approach to WordNet. | 0.07 | metacpan |
| WordNet::Similarity::lin | Perl module for computing semantic relatedness of word senses using the information content based measure described by Lin (1998). | 0.07 | metacpan |
| WordNet::Similarity::path | Perl module for computing semantic relatedness of word senses by counting nodes in the noun and verb WordNet 'is-a' hierarchies. | 0.10 | metacpan |
| WordNet::Similarity::random | Perl module for computing semantic relatedness of word senses using a random measure. | 0.07 | metacpan |
| WordNet::Similarity::res | Perl module for computing semantic relatedness of word senses using an information content based measure described by Resnik (1995). | 0.07 | metacpan |
| WordNet::Similarity::vector | Perl module for computing semantic relatedness of word senses using second order co-occurrence vectors of glosses of the word senses. | 0.10 | metacpan |
| WordNet::Similarity::wup | Perl module for computing semantic relatedness of word senses using the edge counting method of the of Wu & Palmer (1994) | 0.11 | metacpan |
| dbInterface | 0.05 | metacpan | |
| get_wn_info | 0.07 | metacpan | |
| stem | 0.03 | metacpan | |
| string_compare | 0.03 | metacpan |
Other Files
| MANIFEST | metacpan |
| Makefile.PL | metacpan |
| README | metacpan |