package
0.0.0-20240331210736-9f27d827c3e0
Repository: https://github.com/projectceleste/faq-bot.git
Documentation: pkg.go.dev
# Constants
QuestionBoth ignores if the message is a question or not.
QuestionNo only detect if sentence doesn't end with a question mark.
QuestionOnly only detect if sentence ends with a question mark.
# Structs
SentenceDetector criteria for specific sentence detection.
WordGroup a group of words of the same type used for sentence detection.
# Type aliases
QuestionDetection type of message detection.