1
は私が会話ボットライブラリーで行われ、私の最初の電報チャットボット、との問題を抱えています。NLTKコーパス展開会話ボットHerokuの
私のプロジェクトはで構成されています。
- Procfile
- 要件(txtファイル)
- telegramtoken(txtファイル)
- ランタイム(txtファイル)
- NLTK(txtファイル)
- botusers(CSVファイル)
- magghybot(PYファイル)
- Magghy(PYファイル)
- 会話(LANGという名前のフォルダにYMLファイル)
- math_wordsます(langという名前のフォルダ内のJSONファイル)
私はHerokuの上で私のプロジェクトを展開したが、この問題があります:
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 275 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing requirements with pip
remote:
remote: -----> Downloading NLTK corpora…
remote: ! 'nltk.txt' not found, not downloading any corpora
remote: ! Learn more: https://devcenter.heroku.com/articles/python-nltk
remote: -----> Discovering process types
remote: Procfile declares types -> worker
remote:
remote: -----> Compressing...
remote: Done: 47.3M
remote: -----> Launching...
remote: Released v5
remote: https://magghy.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy.... done.
To https://git.heroku.com/magghy.git
2cdd74d..254cbad master -> master
挿入するNLTKコーパスがわかりません。チャットボットが参照しなければならないコーパスは、 "会話"(ymlファイル)と "math_words"(jsonファイル)という名前のファイルにあります。私はここから続行するにはどうすればよい
?
このリンクは質問に答えるかもしれないが、の重要な部分を含める方が良いですここでの答えと参照のためのリンクを提供します。リンクされたページが変更された場合、リンクのみの回答は無効になります。 - URLは、ビルドではなく、何か私たちが読むためにクリックしてください持っている投稿OPを実行するときに使用するパラメータがあるように(/レビュー/低品質・ポスト/ 18549281)[レビューより] – SeM
@SeMは私には思えます。 – tripleee
@トライプル私はあなたが正しいと思います。 – SeM