gunthercox/ChatterBot

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
docs/storage/text-search.rst
docs/testing.rst
docs/training.rst
docs/tutorial.rst
docs/upgrading.rst
docs/utils.rst
graphics/README.md
graphics/ad.png
graphics/ad.xcf
graphics/banner.png
graphics/chatterbot.xcf
graphics/scan.jpg
requirements.txt
setup.cfg
tox.ini
chatterbot/__init__.py7
chatterbot/__main__.py13
chatterbot/adapters.py24
chatterbot/chatterbot.py194
C
7 hrs
chatterbot/comparisons.py111
B
5 hrs
chatterbot/constants.py22
chatterbot/conversation.py93
chatterbot/corpus.py67
chatterbot/exceptions.py5
chatterbot/ext/__init__.py0
chatterbot/ext/django_chatterbot/__init__.py3
chatterbot/ext/django_chatterbot/abstract_models.py90
chatterbot/ext/django_chatterbot/admin.py5
chatterbot/ext/django_chatterbot/apps.py5
chatterbot/ext/django_chatterbot/model_admin.py9
chatterbot/ext/django_chatterbot/models.py12
chatterbot/ext/django_chatterbot/settings.py13
chatterbot/ext/sqlalchemy_app/__init__.py0
chatterbot/ext/sqlalchemy_app/models.py89
chatterbot/filters.py19
A
35 mins
chatterbot/languages.py1,612
F
4 days
chatterbot/logic/__init__.py14
chatterbot/logic/best_match.py89
A
55 mins
chatterbot/logic/logic_adapter.py102
chatterbot/logic/mathematical_evaluation.py50
A
45 mins
chatterbot/logic/specific_response.py26
chatterbot/logic/time_adapter.py80
A
1 hr
chatterbot/logic/unit_conversion.py141
B
5 hrs
chatterbot/parsing.py690
F
1 wk
chatterbot/preprocessors.py30
chatterbot/response_selection.py65
chatterbot/search.py111
D
1 day
chatterbot/storage/__init__.py10
chatterbot/storage/django_storage.py160
B
5 hrs
chatterbot/storage/mongodb.py194
D
2 days