Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jromero/nltk-buildpack
An NLTK buildpack for Cloud Native Buildpacks
https://github.com/jromero/nltk-buildpack
Last synced: about 1 month ago
JSON representation
An NLTK buildpack for Cloud Native Buildpacks
- Host: GitHub
- URL: https://github.com/jromero/nltk-buildpack
- Owner: jromero
- Created: 2022-02-22T23:53:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T12:13:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T11:11:00.565Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NLTK Buildpack
A buildpack to install [NLTK modules](https://www.nltk.org/).
## 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](https://buildpacks.io/docs/tools/pack/cli/pack_build/#options).
- `NLTK_MODULES`: _(Optional, Default: "all")_ A comma-seperated list of modules or collections to install.
## Supported Stacks
- [x] [Google](https://github.com/GoogleCloudPlatform/buildpacks)
_Happy to accept pull requests for support of additional stacks._