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/hk/6-NLP/2-Tasks/assignment.md

25 lines
1.6 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-03T18:50:13+00:00",
"source_file": "6-NLP/2-Tasks/assignment.md",
"language_code": "hk"
}
-->
# 讓機器人回應
## 指引
在過去幾節課中你已經編寫了一個基本的聊天機器人。這個機器人會隨機回答直到你說「bye」為止。你能否讓機器人的回答不那麼隨機並在你說特定詞語例如「why」或「how」時觸發特定回答想一想機器學習如何讓這類工作變得更自動化並擴展你的機器人。你可以使用 NLTK 或 TextBlob 庫來簡化你的任務。
## 評分標準
| 評分標準 | 卓越 | 合格 | 需要改進 |
| -------- | --------------------------------------------- | ------------------------------------------------ | ----------------------- |
| | 提供了一個新的 bot.py 文件並有詳細的文檔 | 提供了一個新的 bot 文件,但存在錯誤 | 未提供文件 |
---
**免責聲明**
本文件已使用人工智能翻譯服務 [Co-op Translator](https://github.com/Azure/co-op-translator) 進行翻譯。儘管我們致力於提供準確的翻譯,但請注意,自動翻譯可能包含錯誤或不準確之處。原始語言的文件應被視為權威來源。對於重要資訊,建議使用專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或錯誤解釋概不負責。