jromero / nltk-buildpack

An NLTK buildpack for Cloud Native Buildpacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLTK Buildpack

A buildpack to install NLTK modules.

Usage

This buildpack is applied when python is detected and requirements.txt contains the nltk module.

Parameters

Parameters are provided as environment variables. For example, via pack's --env argment.

  • NLTK_MODULES: (Optional, Default: "all") A comma-seperated list of modules or collections to install.

Supported Stacks

Happy to accept pull requests for support of additional stacks.

About

An NLTK buildpack for Cloud Native Buildpacks


Languages

Language:Shell 52.5%Language:Makefile 47.5%