Under maintenance.

Most probably CPANTS databases are being regenerated from scratch due to major changes in Kwalitee metrics or updates of relevant modules/perl. Usually this maintenance takes about a day or two, and some of the information may be old or missing tentatively. Sorry for the inconvenience.

Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

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: Bio::ExtractNE::CommonWords, Bio::ExtractNE::EventPattern, Bio::ExtractNE::GAPSCORE::AbbreviationMatcher, Bio::ExtractNE::SplitSentence, Bio::ExtractNE::Stoplist

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: Bio::ExtractNE, Bio::ExtractNE::CommonWords, Bio::ExtractNE::Dict, Bio::ExtractNE::EventPattern, Bio::ExtractNE::Events, Bio::ExtractNE::Filter, Bio::ExtractNE::GAPSCORE, Bio::ExtractNE::GAPSCORE::AbbreviationMatcher, Bio::ExtractNE::GAPSCORE::AbbreviationMatcher::AbbreviationAligner, Bio::ExtractNE::GAPSCORE::AbbreviationMatcher::AbbreviationCandidateFinder, Bio::ExtractNE::GAPSCORE::FullNameExtender, Bio::ExtractNE::GAPSCORE::Scorer, Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase, Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Appearance, Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Appearance::GeneName, Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Appearance::GeneSymbol, Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Classifier, Bio::ExtractNE::GAPSCORE::Scorer::SpecialCase, Bio::ExtractNE::GAPSCORE::Scorer::SpecialCase::EnzymeMatcher, Bio::ExtractNE::GAPSCORE::Scorer::SpecialCase::P450Matcher, Bio::ExtractNE::GAPSCORE::TokenFilter, Bio::ExtractNE::GAPSCORE::TokenFilter::POSFilter, Bio::ExtractNE::GAPSCORE::TokenFilter::PatternFilter, Bio::ExtractNE::GAPSCORE::TokenFilter::SpecificWordFilter, Bio::ExtractNE::GAPSCORE::TokenStreamBuilder, Bio::ExtractNE::GAPSCORE::TokenStreamBuilder::SentenceSpliter, Bio::ExtractNE::GAPSCORE::TokenStreamBuilder::Tokenizer, Bio::ExtractNE::GAPSCORE_RPC, Bio::ExtractNE::GetAbst, Bio::ExtractNE::GetSprot, Bio::ExtractNE::HandPicked, Bio::ExtractNE::MakeDict, Bio::ExtractNE::Recognizer, Bio::ExtractNE::SplitSentence, Bio::ExtractNE::Stoplist, Bio::ExtractNE::Tokenize, Bio::ExtractNE::Vars

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
Bio::ExtractNE Extract biological named entities from PUBMED abstracts 1.02 metacpan
Bio::ExtractNE::CommonWords metacpan
Bio::ExtractNE::Dict Class for querying and processing dictionary metacpan
Bio::ExtractNE::EventPattern metacpan
Bio::ExtractNE::Events Detect interaction events in text metacpan
Bio::ExtractNE::Filter metacpan
Bio::ExtractNE::GAPSCORE metacpan
Bio::ExtractNE::GAPSCORE::AbbreviationMatcher::AbbreviationAligner metacpan
Bio::ExtractNE::GAPSCORE::AbbreviationMatcher::AbbreviationCandidateFinder metacpan
Bio::ExtractNE::GAPSCORE::FullNameExtender metacpan
Bio::ExtractNE::GAPSCORE::Scorer metacpan
Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase metacpan
Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Appearance metacpan
Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Appearance::GeneName metacpan
Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Appearance::GeneSymbol metacpan
Bio::ExtractNE::GAPSCORE::Scorer::GeneralCase::Classifier metacpan
Bio::ExtractNE::GAPSCORE::Scorer::SpecialCase metacpan
Bio::ExtractNE::GAPSCORE::Scorer::SpecialCase::EnzymeMatcher metacpan
Bio::ExtractNE::GAPSCORE::Scorer::SpecialCase::P450Matcher metacpan
Bio::ExtractNE::GAPSCORE::TokenFilter metacpan
Bio::ExtractNE::GAPSCORE::TokenFilter::POSFilter metacpan
Bio::ExtractNE::GAPSCORE::TokenFilter::PatternFilter metacpan
Bio::ExtractNE::GAPSCORE::TokenFilter::SpecificWordFilter metacpan
Bio::ExtractNE::GAPSCORE::TokenStreamBuilder metacpan
Bio::ExtractNE::GAPSCORE::TokenStreamBuilder::SentenceSpliter metacpan
Bio::ExtractNE::GAPSCORE::TokenStreamBuilder::Tokenizer metacpan
Bio::ExtractNE::GAPSCORE_RPC Class for accessing GAPSCORE RPC service metacpan
Bio::ExtractNE::GetAbst Fetch abstracts from PUBMED metacpan
Bio::ExtractNE::GetSprot Fetch Full SwissProt Data metacpan
Bio::ExtractNE::HandPicked metacpan
Bio::ExtractNE::MakeDict Package for creating dictionary metacpan
Bio::ExtractNE::Recognizer metacpan
Bio::ExtractNE::SplitSentence metacpan
Bio::ExtractNE::Stoplist metacpan
Bio::ExtractNE::Tokenize metacpan
Bio::ExtractNE::Vars metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan