|
13 | 13 | } |
14 | 14 | ], |
15 | 15 | "assigned_files": [ |
| 16 | + "chatterbot/__init__.py", |
| 17 | + "chatterbot/__main__.py", |
16 | 18 | "chatterbot/conversation.py", |
| 19 | + "chatterbot/components.py", |
17 | 20 | "chatterbot/chatterbot.py" |
18 | 21 | ], |
19 | 22 | "can_expand": true |
|
43 | 46 | ], |
44 | 47 | "assigned_files": [ |
45 | 48 | "chatterbot/search.py", |
| 49 | + "chatterbot/adapters.py", |
46 | 50 | "chatterbot/response_selection.py", |
47 | 51 | "chatterbot/filters.py", |
48 | 52 | "chatterbot/comparisons.py", |
49 | 53 | "chatterbot/logic/unit_conversion.py", |
| 54 | + "chatterbot/logic/__init__.py", |
50 | 55 | "chatterbot/logic/mathematical_evaluation.py", |
51 | 56 | "chatterbot/logic/logic_adapter.py", |
52 | 57 | "chatterbot/logic/best_match.py", |
|
79 | 84 | } |
80 | 85 | ], |
81 | 86 | "assigned_files": [ |
82 | | - "examples/training_example_chatterbot_corpus.py", |
83 | | - "examples/training_example_list_data.py", |
84 | | - "examples/training_example_ubuntu_corpus.py", |
85 | | - "examples/django_example/django_example/management/commands/train.py", |
86 | 87 | "chatterbot/corpus.py", |
87 | 88 | "chatterbot/vectorstores.py", |
88 | 89 | "chatterbot/trainers.py", |
89 | 90 | "chatterbot/ext/django_chatterbot/models.py", |
90 | 91 | "chatterbot/ext/django_chatterbot/abstract_models.py", |
91 | 92 | "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
| 93 | + "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
92 | 94 | "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
93 | 95 | "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
94 | 96 | "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
|
110 | 112 | "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
111 | 113 | "chatterbot/ext/sqlalchemy_app/models.py", |
112 | 114 | "chatterbot/storage/storage_adapter.py", |
| 115 | + "chatterbot/storage/__init__.py", |
113 | 116 | "chatterbot/storage/mongodb.py", |
114 | 117 | "chatterbot/storage/redis.py", |
115 | 118 | "chatterbot/storage/sql_storage.py", |
|
163 | 166 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
164 | 167 | "referenced_source_code": [], |
165 | 168 | "assigned_files": [ |
| 169 | + "examples/training_example_chatterbot_corpus.py", |
166 | 170 | "examples/__init__.py", |
167 | 171 | "examples/basic_example.py", |
168 | 172 | "examples/terminal_example.py", |
169 | 173 | "examples/terminal_mongo_example.py", |
170 | 174 | "examples/specific_response_example.py", |
171 | 175 | "examples/tagged_dataset_example.py", |
172 | 176 | "examples/memory_sql_example.py", |
| 177 | + "examples/training_example_list_data.py", |
173 | 178 | "examples/math_and_time.py", |
174 | 179 | "examples/openai_example.py", |
| 180 | + "examples/training_example_ubuntu_corpus.py", |
175 | 181 | "examples/convert_units.py", |
176 | 182 | "examples/ollama_example.py", |
177 | 183 | "examples/export_example.py", |
|
187 | 193 | "examples/django_example/django_example/urls.py", |
188 | 194 | "examples/django_example/django_example/management/__init__.py", |
189 | 195 | "examples/django_example/django_example/management/commands/__init__.py", |
| 196 | + "examples/django_example/django_example/management/commands/train.py", |
190 | 197 | "docs/conf.py", |
191 | 198 | "docs/_ext/github.py", |
192 | 199 | "docs/_ext/canonical.py", |
193 | | - "chatterbot/__init__.py", |
194 | | - "chatterbot/adapters.py", |
195 | | - "chatterbot/__main__.py", |
196 | 200 | "chatterbot/constants.py", |
197 | 201 | "chatterbot/utils.py", |
198 | | - "chatterbot/components.py", |
199 | 202 | "chatterbot/exceptions.py", |
200 | 203 | "chatterbot/ext/__init__.py", |
201 | 204 | "chatterbot/ext/django_chatterbot/__init__.py", |
202 | 205 | "chatterbot/ext/django_chatterbot/apps.py", |
203 | 206 | "chatterbot/ext/django_chatterbot/settings.py", |
204 | 207 | "chatterbot/ext/django_chatterbot/model_admin.py", |
205 | 208 | "chatterbot/ext/django_chatterbot/admin.py", |
206 | | - "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
207 | | - "chatterbot/ext/sqlalchemy_app/__init__.py", |
208 | | - "chatterbot/storage/__init__.py", |
209 | | - "chatterbot/logic/__init__.py" |
| 209 | + "chatterbot/ext/sqlalchemy_app/__init__.py" |
210 | 210 | ], |
211 | 211 | "can_expand": false |
212 | 212 | }, |
|
280 | 280 | "assigned_files": [], |
281 | 281 | "can_expand": false |
282 | 282 | }, |
| 283 | + { |
| 284 | + "name": "Unclassified", |
| 285 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 286 | + "referenced_source_code": [], |
| 287 | + "assigned_files": [], |
| 288 | + "can_expand": false |
| 289 | + }, |
283 | 290 | { |
284 | 291 | "name": "Unclassified", |
285 | 292 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments