|
13 | 13 | } |
14 | 14 | ], |
15 | 15 | "assigned_files": [ |
| 16 | + "examples/basic_example.py", |
| 17 | + "examples/terminal_example.py", |
| 18 | + "examples/learning_feedback_example.py", |
16 | 19 | "chatterbot/conversation.py", |
17 | 20 | "chatterbot/components.py", |
18 | 21 | "chatterbot/chatterbot.py" |
|
43 | 46 | } |
44 | 47 | ], |
45 | 48 | "assigned_files": [ |
| 49 | + "examples/specific_response_example.py", |
| 50 | + "examples/math_and_time.py", |
| 51 | + "examples/convert_units.py", |
| 52 | + "examples/default_response_example.py", |
46 | 53 | "chatterbot/search.py", |
| 54 | + "chatterbot/adapters.py", |
47 | 55 | "chatterbot/response_selection.py", |
| 56 | + "chatterbot/tagging.py", |
48 | 57 | "chatterbot/vectorstores.py", |
49 | | - "chatterbot/filters.py", |
50 | 58 | "chatterbot/comparisons.py", |
51 | 59 | "chatterbot/logic/unit_conversion.py", |
52 | 60 | "chatterbot/logic/mathematical_evaluation.py", |
|
81 | 89 | } |
82 | 90 | ], |
83 | 91 | "assigned_files": [ |
| 92 | + "examples/training_example_chatterbot_corpus.py", |
| 93 | + "examples/terminal_mongo_example.py", |
| 94 | + "examples/tagged_dataset_example.py", |
| 95 | + "examples/memory_sql_example.py", |
| 96 | + "examples/training_example_list_data.py", |
| 97 | + "examples/training_example_ubuntu_corpus.py", |
| 98 | + "examples/export_example.py", |
| 99 | + "examples/django_example/django_example/management/commands/train.py", |
84 | 100 | "chatterbot/corpus.py", |
85 | 101 | "chatterbot/trainers.py", |
86 | 102 | "chatterbot/ext/django_chatterbot/models.py", |
87 | 103 | "chatterbot/ext/django_chatterbot/abstract_models.py", |
| 104 | + "chatterbot/ext/django_chatterbot/model_admin.py", |
| 105 | + "chatterbot/ext/django_chatterbot/admin.py", |
88 | 106 | "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
| 107 | + "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
89 | 108 | "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
90 | 109 | "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
91 | 110 | "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
|
132 | 151 | } |
133 | 152 | ], |
134 | 153 | "assigned_files": [ |
135 | | - "chatterbot/tagging.py", |
136 | 154 | "chatterbot/parsing.py", |
137 | | - "chatterbot/preprocessors.py" |
| 155 | + "chatterbot/preprocessors.py", |
| 156 | + "chatterbot/filters.py", |
| 157 | + "chatterbot/languages.py" |
138 | 158 | ], |
139 | 159 | "can_expand": true |
140 | 160 | }, |
|
150 | 170 | } |
151 | 171 | ], |
152 | 172 | "assigned_files": [ |
| 173 | + "examples/openai_example.py", |
| 174 | + "examples/ollama_example.py", |
153 | 175 | "chatterbot/llm.py" |
154 | 176 | ], |
155 | 177 | "can_expand": true |
|
159 | 181 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
160 | 182 | "referenced_source_code": [], |
161 | 183 | "assigned_files": [ |
162 | | - "examples/training_example_chatterbot_corpus.py", |
163 | 184 | "examples/__init__.py", |
164 | | - "examples/basic_example.py", |
165 | | - "examples/terminal_example.py", |
166 | | - "examples/terminal_mongo_example.py", |
167 | | - "examples/specific_response_example.py", |
168 | | - "examples/tagged_dataset_example.py", |
169 | | - "examples/memory_sql_example.py", |
170 | | - "examples/training_example_list_data.py", |
171 | | - "examples/math_and_time.py", |
172 | | - "examples/openai_example.py", |
173 | | - "examples/training_example_ubuntu_corpus.py", |
174 | | - "examples/convert_units.py", |
175 | | - "examples/ollama_example.py", |
176 | | - "examples/export_example.py", |
177 | | - "examples/default_response_example.py", |
178 | 185 | "examples/tkinter_gui.py", |
179 | | - "examples/learning_feedback_example.py", |
180 | 186 | "examples/django_example/manage.py", |
181 | 187 | "examples/django_example/django_example/asgi.py", |
182 | 188 | "examples/django_example/django_example/__init__.py", |
|
186 | 192 | "examples/django_example/django_example/urls.py", |
187 | 193 | "examples/django_example/django_example/management/__init__.py", |
188 | 194 | "examples/django_example/django_example/management/commands/__init__.py", |
189 | | - "examples/django_example/django_example/management/commands/train.py", |
190 | 195 | "docs/conf.py", |
191 | 196 | "docs/_ext/github.py", |
192 | 197 | "docs/_ext/canonical.py", |
193 | 198 | "chatterbot/__init__.py", |
194 | | - "chatterbot/adapters.py", |
195 | 199 | "chatterbot/__main__.py", |
196 | 200 | "chatterbot/constants.py", |
197 | 201 | "chatterbot/utils.py", |
198 | 202 | "chatterbot/exceptions.py", |
199 | | - "chatterbot/languages.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 | | - "chatterbot/ext/django_chatterbot/model_admin.py", |
205 | | - "chatterbot/ext/django_chatterbot/admin.py", |
206 | | - "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
207 | 207 | "chatterbot/ext/sqlalchemy_app/__init__.py", |
208 | 208 | "chatterbot/storage/__init__.py", |
209 | 209 | "chatterbot/logic/__init__.py" |
|
224 | 224 | "assigned_files": [], |
225 | 225 | "can_expand": false |
226 | 226 | }, |
| 227 | + { |
| 228 | + "name": "Unclassified", |
| 229 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 230 | + "referenced_source_code": [], |
| 231 | + "assigned_files": [], |
| 232 | + "can_expand": false |
| 233 | + }, |
227 | 234 | { |
228 | 235 | "name": "Unclassified", |
229 | 236 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments