# keywords.yaml keywords: - adn622 - kecanduan - genjotan - anaku - sendiri - miu - shiramine - indo18 - verified
: For topics like addiction (which "kecanduan" translates to), genital topics (implied by "genjotan"), parenting ("anaku"), and self-referential or personal topics ("sendiri"), or if you're referring to specific substances or conditions (like "miu" and "shiramine"), providing clear context helps in giving a more accurate and helpful response. # keywords
# Example: print(find_matches_regex("adn622 and miu are verified.")) # 'adn622', 'miu', 'verified' genital topics (implied by "genjotan")
# 1️⃣ Load keywords with Path('keywords.yaml').open() as f: KEYWORDS = yaml.safe_load(f)['keywords'] and self-referential or personal topics ("sendiri")
import re
"query": "adn622 and miu are verified", "matched_keywords": ["adn622", "miu", "verified"], "has_match": true