You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/translations/ja/6-NLP/2-Tasks/assignment.md

25 lines
1.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "2efc4c2aba5ed06c780c05539c492ae3",
"translation_date": "2025-09-04T00:37:13+00:00",
"source_file": "6-NLP/2-Tasks/assignment.md",
"language_code": "ja"
}
-->
# ボットに会話をさせる
## 手順
これまでのレッスンでは、基本的なチャットボットをプログラムしました。このボットは「bye」と言うまでランダムな返答をします。返答を少しランダムではなくして、「why」や「how」といった特定の言葉を言ったときに返答をトリガーするようにできますかボットを拡張する際に、機械学習がこのような作業をどのように手動から解放するかを少し考えてみてください。NLTKやTextBlobライブラリを使用して、タスクを簡単にすることができます。
## 評価基準
| 基準 | 優秀な状態 | 適切な状態 | 改善が必要な状態 |
| -------- | --------------------------------------------- | ------------------------------------------------ | ----------------------- |
| | 新しいbot.pyファイルが提示され、文書化されている | 新しいbotファイルが提示されているがバグが含まれている | ファイルが提示されていない |
---
**免責事項**:
この文書は、AI翻訳サービス [Co-op Translator](https://github.com/Azure/co-op-translator) を使用して翻訳されています。正確性を期すよう努めておりますが、自動翻訳には誤りや不正確さが含まれる可能性があります。元の言語で記載された原文を公式な情報源としてご参照ください。重要な情報については、専門の人間による翻訳を推奨します。本翻訳の利用に起因する誤解や誤訳について、当社は一切の責任を負いません。