MANIFEST.in
README.md
pyproject.toml
setup.py
pyChatteringy.egg-info/PKG-INFO
pyChatteringy.egg-info/SOURCES.txt
pyChatteringy.egg-info/dependency_links.txt
pyChatteringy.egg-info/requires.txt
pyChatteringy.egg-info/top_level.txt
pychatteringy/classes/chatbot.py
pychatteringy/classes/intents.py
pychatteringy/data/intents/context_test.json
pychatteringy/data/intents/entity_test.json
pychatteringy/data/intents/generic.json
pychatteringy/data/intents/remember_time.json
pychatteringy/data/intents/similarity_test.json
pychatteringy/data/intents/unmatched_intents.txt
pychatteringy/data/intents/unparsed/context_test.json
pychatteringy/data/intents/unparsed/entity_test.json
pychatteringy/data/intents/unparsed/generic.json
pychatteringy/data/intents/unparsed/intents.txt
pychatteringy/data/intents/unparsed/remember_time.json
pychatteringy/data/intents/unparsed/similarity_test.json
pychatteringy/data/users/.placeholder
pychatteringy/functions/helpers.py
pychatteringy/functions/string_operations.py
pychatteringy/tools/intent_generator.py
pychatteringy/tools/intent_parser.py