Heroku Python での NLTK データの使用
最終更新日 2020年06月03日(水)
This article is a work in progress, or documents a feature that is not yet released to all users. This article is unlisted. Only those with the link can access it.
Table of Contents
NLTK は、人間の言語データを操作する Python プログラムを構築するためのプラットフォームです。これを使用するためには、コーパスをダウンロードしてアプリケーションで使用できるようにする必要があります。Heroku Python buildpack には、nltk.txt
ファイルによるこの機能の組み込みサポートがあります。
nltk.txt
ファイルの例
wordnet
pros_cons
reuters
これは、これら 3 つのコーパスを自動的にダウンロードし、ビルド時にアプリケーションにインストールするよう Heroku に指示します。Pipfile
または requirements.txt
で nltk
が指定されていることを確認してください。