Help language development. Donate to The Perl Foundation

AI::NLP cpan:KOBOLDWIZ last updated on 2021-06-22

META6.json
{
        "perl" : "6.c",
        "name" : "AI::NLP",
        "auth" : "CPAN:HOLYGHOST",
        "api" : "1",
        "version" : "0.1.5",
        "description" : "Natural Language Processing (for IRC bots and other things)",
        "authors" : [ "The Holy Ghost" ],
        "license" : "General Public License 3, Artistic-2.0",
        "provides" : {
            "AI::NLP::Matrix" : "lib/AI/NLP/Matrix.pm6",
            "AI::NLP::BPPNet" : "lib/AI/NLP/BPPNet.pm6",
            "AI::NLP::Vector" : "lib/AI/NLP/Vector.pm6"
        },
        "depends" : [ ],
        "build-depends" : [ ],
        "test-depends" : [ ],
        "resources" : [ ],
        "tags": [
          "AI", "NLP"
        ],
        "source-url" : "http://cpan.metacpan.org/authors/id/H/HO/HOLYGHOST/Perl6/AI-NLP-0.1.5.tar.gz"
    }