Logo Lanfrica

amenadam/amharic-chatbot

Domain:

natural language processing

Record type:

software
Creator:
ame
Host:
Amharic Chatbot Amharic Chatbot is a simple JavaScript package that allows you to create a chatbot that understands and responds in Amharic. It is easy to integrate into Node.js projects and can be extended with custom responses. πŸš€ Installation Install the package using npm: npm install amharic-chatbot πŸ“Œ Usage Import the package and use it in your JavaScript project: const chatbot = require("amharic-chatbot"); console.log(chatbot.processMessage("αˆ°αˆ‹αˆ")); customize your bot by including the following setBotName("αŠ α‰ α‰ "); setCompanyName("α‹¨αŠ α‰ α‰  α‹΅αˆ­αŒ…α‰΅"); setOpenHours("opening hour", "closing hour", "no of opening days"); setContactAddress("0937147373", "amenadamsolomon5@gmail.com", "αŒ…αˆ›"); callCenterStatus(true); website(true, "acelinks.rf.gd"); delivery(true, true); πŸ›  Features πŸ“’ Simple chatbot functionality πŸ”  Understands basic Amharic πŸ”„ Easy to extend with custom responses πŸ“ Example Code const chatbot = require("amharic-chatbot"); console.log(chatbot.processMessage("αˆ°αˆ‹αˆ")); // "αŠ₯αŠ•α‹΄α‰΅ αŠαˆ…?" πŸ— Contributing Feel free to contribute by submitting issues or pull requests on GitHub. πŸ“œ License This project is licensed under the MIT License.

Languages