ALBD

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN

    Stage 2: Install CPAN Modules
    Stage 3: Install ALBD
    Stage 4: Create an co-occurrence matrix

  Stage 1: Install Programming Languages, if already installed go to Stage 2
    Perl (version 5.16.3 or better) Perl is freely available at
    <http://www.perl.org>. It is very likely that you will already have Perl
    installed if you are using a Unix/Linux based system.

  Stage 2 - Install CPAN modules, if already installed go to Stage 3
    If you have supervisor access, or have configured MCPAN for local
    install, you can install each of these via:

         perl -MCPAN -e shell
         > install <packageName>

   UMLS::Interface
    The core UMLS package provides a dictionary from content unqiue
    identifiers (CUI) to their meanings in the Unified Medical Language
    System. Refer to the UMLS::Interface documentation for how to install
    the UMLS database on your system.

META.json  view on Meta::CPAN

         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "UMLS::Association" : "0",
            "UMLS::Interface" : "0"
         }
      }

META.yml  view on Meta::CPAN

---
abstract: 'a perl implementation of Literature Based Discovery'
author:
  - 'Sam Henry <henryst@vcu.edu>'
build_requires:
  ExtUtils::MakeMaker: 0
configure_requires:
  ExtUtils::MakeMaker: 0
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
license: unknown
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: ALBD
no_index:
  directory:



( run in 1.865 second using v1.01-cache-2.11-cpan-e1769b4cff6 )