snwfdhmp/prose
Chatbot framework powered by regular expressions
This project helps developers build simple chatbots or command-line interfaces that understand specific commands and their parameters from human language input. It takes a user's message (like a chat message or spoken phrase) and, based on pre-defined rules, triggers specific actions or responses. Developers would use this to add basic natural language command processing to their applications.
No commits in the last 6 months.
Use this if you need to build an application that can reliably interpret specific commands and keywords from user text, such as a bot that responds to "What time is it?" or "Order coffee."
Not ideal if you need a chatbot that can understand complex conversational nuances, general sentiment, or respond intelligently to questions outside of strictly pre-defined patterns.
Stars
10
Forks
—
Language
Go
License
MIT
Category
Last pushed
Feb 25, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/snwfdhmp/prose"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ikawaha/kagome-dict
Dictionary Library for Kagome v2
aaaton/golem
A lemmatizer implemented in Go
habeanf/yap
Yet Another (natural language) Parser
clipperhouse/uax29
A tokenizer based on Unicode text segmentation (UAX #29), for Go. Split graphemes, words, sentences.
abadojack/whatlanggo
Natural language detection library for Go