|
14 | 14 | ], |
15 | 15 | "assigned_files": [ |
16 | 16 | "chatterbot/__init__.py", |
17 | | - "chatterbot/__main__.py", |
| 17 | + "chatterbot/adapters.py", |
18 | 18 | "chatterbot/conversation.py", |
19 | 19 | "chatterbot/components.py", |
20 | 20 | "chatterbot/chatterbot.py" |
|
46 | 46 | ], |
47 | 47 | "assigned_files": [ |
48 | 48 | "chatterbot/search.py", |
49 | | - "chatterbot/adapters.py", |
50 | 49 | "chatterbot/response_selection.py", |
51 | | - "chatterbot/tagging.py", |
52 | 50 | "chatterbot/filters.py", |
53 | 51 | "chatterbot/comparisons.py", |
54 | 52 | "chatterbot/logic/unit_conversion.py", |
|
88 | 86 | "chatterbot/corpus.py", |
89 | 87 | "chatterbot/vectorstores.py", |
90 | 88 | "chatterbot/trainers.py", |
91 | | - "chatterbot/ext/django_chatterbot/__init__.py", |
92 | | - "chatterbot/ext/django_chatterbot/apps.py", |
93 | | - "chatterbot/ext/django_chatterbot/models.py", |
94 | | - "chatterbot/ext/django_chatterbot/abstract_models.py", |
95 | | - "chatterbot/ext/django_chatterbot/settings.py", |
96 | | - "chatterbot/ext/django_chatterbot/model_admin.py", |
97 | | - "chatterbot/ext/django_chatterbot/admin.py", |
98 | | - "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
99 | | - "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
100 | | - "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
101 | | - "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
102 | | - "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
103 | | - "chatterbot/ext/django_chatterbot/migrations/0020_alter_statement_conversation_and_more.py", |
104 | | - "chatterbot/ext/django_chatterbot/migrations/0019_alter_statement_id_alter_tag_id_and_more.py", |
105 | | - "chatterbot/ext/django_chatterbot/migrations/0018_text_max_length.py", |
106 | | - "chatterbot/ext/django_chatterbot/migrations/0002_statement_extra_data.py", |
107 | | - "chatterbot/ext/django_chatterbot/migrations/0003_change_occurrence_default.py", |
108 | | - "chatterbot/ext/django_chatterbot/migrations/0001_initial.py", |
109 | | - "chatterbot/ext/django_chatterbot/migrations/0010_statement_text.py", |
110 | | - "chatterbot/ext/django_chatterbot/migrations/0004_rename_in_response_to.py", |
111 | | - "chatterbot/ext/django_chatterbot/migrations/0012_statement_created_at.py", |
112 | | - "chatterbot/ext/django_chatterbot/migrations/0009_tags.py", |
113 | | - "chatterbot/ext/django_chatterbot/migrations/0008_update_conversations.py", |
114 | | - "chatterbot/ext/django_chatterbot/migrations/0015_statement_persona.py", |
115 | | - "chatterbot/ext/django_chatterbot/migrations/0013_change_conversations.py", |
116 | | - "chatterbot/ext/django_chatterbot/migrations/0006_create_conversation.py", |
117 | | - "chatterbot/ext/django_chatterbot/migrations/0007_response_created_at.py", |
118 | | - "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
119 | | - "chatterbot/ext/sqlalchemy_app/__init__.py", |
120 | | - "chatterbot/ext/sqlalchemy_app/models.py", |
121 | 89 | "chatterbot/storage/storage_adapter.py", |
122 | 90 | "chatterbot/storage/__init__.py", |
123 | 91 | "chatterbot/storage/mongodb.py", |
|
145 | 113 | } |
146 | 114 | ], |
147 | 115 | "assigned_files": [ |
| 116 | + "chatterbot/tagging.py", |
148 | 117 | "chatterbot/parsing.py", |
149 | 118 | "chatterbot/preprocessors.py", |
150 | 119 | "chatterbot/languages.py" |
|
203 | 172 | "docs/conf.py", |
204 | 173 | "docs/_ext/github.py", |
205 | 174 | "docs/_ext/canonical.py", |
| 175 | + "chatterbot/__main__.py", |
206 | 176 | "chatterbot/constants.py", |
207 | 177 | "chatterbot/utils.py", |
208 | 178 | "chatterbot/exceptions.py", |
209 | | - "chatterbot/ext/__init__.py" |
| 179 | + "chatterbot/ext/__init__.py", |
| 180 | + "chatterbot/ext/django_chatterbot/__init__.py", |
| 181 | + "chatterbot/ext/django_chatterbot/apps.py", |
| 182 | + "chatterbot/ext/django_chatterbot/models.py", |
| 183 | + "chatterbot/ext/django_chatterbot/abstract_models.py", |
| 184 | + "chatterbot/ext/django_chatterbot/settings.py", |
| 185 | + "chatterbot/ext/django_chatterbot/model_admin.py", |
| 186 | + "chatterbot/ext/django_chatterbot/admin.py", |
| 187 | + "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
| 188 | + "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
| 189 | + "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
| 190 | + "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
| 191 | + "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
| 192 | + "chatterbot/ext/django_chatterbot/migrations/0020_alter_statement_conversation_and_more.py", |
| 193 | + "chatterbot/ext/django_chatterbot/migrations/0019_alter_statement_id_alter_tag_id_and_more.py", |
| 194 | + "chatterbot/ext/django_chatterbot/migrations/0018_text_max_length.py", |
| 195 | + "chatterbot/ext/django_chatterbot/migrations/0002_statement_extra_data.py", |
| 196 | + "chatterbot/ext/django_chatterbot/migrations/0003_change_occurrence_default.py", |
| 197 | + "chatterbot/ext/django_chatterbot/migrations/0001_initial.py", |
| 198 | + "chatterbot/ext/django_chatterbot/migrations/0010_statement_text.py", |
| 199 | + "chatterbot/ext/django_chatterbot/migrations/0004_rename_in_response_to.py", |
| 200 | + "chatterbot/ext/django_chatterbot/migrations/0012_statement_created_at.py", |
| 201 | + "chatterbot/ext/django_chatterbot/migrations/0009_tags.py", |
| 202 | + "chatterbot/ext/django_chatterbot/migrations/0008_update_conversations.py", |
| 203 | + "chatterbot/ext/django_chatterbot/migrations/0015_statement_persona.py", |
| 204 | + "chatterbot/ext/django_chatterbot/migrations/0013_change_conversations.py", |
| 205 | + "chatterbot/ext/django_chatterbot/migrations/0006_create_conversation.py", |
| 206 | + "chatterbot/ext/django_chatterbot/migrations/0007_response_created_at.py", |
| 207 | + "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
| 208 | + "chatterbot/ext/sqlalchemy_app/__init__.py", |
| 209 | + "chatterbot/ext/sqlalchemy_app/models.py" |
210 | 210 | ], |
211 | 211 | "can_expand": false |
212 | 212 | }, |
|
238 | 238 | "assigned_files": [], |
239 | 239 | "can_expand": false |
240 | 240 | }, |
| 241 | + { |
| 242 | + "name": "Unclassified", |
| 243 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 244 | + "referenced_source_code": [], |
| 245 | + "assigned_files": [], |
| 246 | + "can_expand": false |
| 247 | + }, |
241 | 248 | { |
242 | 249 | "name": "Unclassified", |
243 | 250 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments