|
14 | 14 | ], |
15 | 15 | "assigned_files": [ |
16 | 16 | "chatterbot/conversation.py", |
| 17 | + "chatterbot/components.py", |
17 | 18 | "chatterbot/chatterbot.py" |
18 | 19 | ], |
19 | 20 | "can_expand": true |
|
42 | 43 | } |
43 | 44 | ], |
44 | 45 | "assigned_files": [ |
| 46 | + "chatterbot/search.py", |
45 | 47 | "chatterbot/response_selection.py", |
46 | 48 | "chatterbot/comparisons.py", |
47 | 49 | "chatterbot/logic/unit_conversion.py", |
48 | 50 | "chatterbot/logic/mathematical_evaluation.py", |
49 | 51 | "chatterbot/logic/logic_adapter.py", |
50 | 52 | "chatterbot/logic/best_match.py", |
51 | 53 | "chatterbot/logic/specific_response.py", |
52 | | - "chatterbot/logic/time_adapter.py", |
53 | | - "chatterbot/search.py", |
54 | | - "chatterbot/tagging.py", |
55 | | - "chatterbot/filters.py" |
| 54 | + "chatterbot/logic/time_adapter.py" |
56 | 55 | ], |
57 | 56 | "can_expand": true |
58 | 57 | }, |
|
81 | 80 | ], |
82 | 81 | "assigned_files": [ |
83 | 82 | "chatterbot/corpus.py", |
| 83 | + "chatterbot/vectorstores.py", |
84 | 84 | "chatterbot/trainers.py", |
85 | | - "chatterbot/ext/django_chatterbot/__init__.py", |
86 | | - "chatterbot/ext/django_chatterbot/apps.py", |
87 | 85 | "chatterbot/ext/django_chatterbot/models.py", |
88 | 86 | "chatterbot/ext/django_chatterbot/abstract_models.py", |
89 | | - "chatterbot/ext/django_chatterbot/settings.py", |
90 | | - "chatterbot/ext/django_chatterbot/model_admin.py", |
91 | | - "chatterbot/ext/django_chatterbot/admin.py", |
92 | 87 | "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
93 | | - "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
94 | 88 | "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
95 | 89 | "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
96 | 90 | "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
|
110 | 104 | "chatterbot/ext/django_chatterbot/migrations/0006_create_conversation.py", |
111 | 105 | "chatterbot/ext/django_chatterbot/migrations/0007_response_created_at.py", |
112 | 106 | "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
113 | | - "chatterbot/ext/sqlalchemy_app/__init__.py", |
114 | 107 | "chatterbot/ext/sqlalchemy_app/models.py", |
115 | 108 | "chatterbot/storage/storage_adapter.py", |
116 | 109 | "chatterbot/storage/mongodb.py", |
117 | 110 | "chatterbot/storage/redis.py", |
118 | 111 | "chatterbot/storage/sql_storage.py", |
119 | | - "chatterbot/storage/django_storage.py", |
120 | | - "chatterbot/vectorstores.py" |
| 112 | + "chatterbot/storage/django_storage.py" |
121 | 113 | ], |
122 | 114 | "can_expand": true |
123 | 115 | }, |
|
139 | 131 | } |
140 | 132 | ], |
141 | 133 | "assigned_files": [ |
| 134 | + "chatterbot/tagging.py", |
142 | 135 | "chatterbot/parsing.py", |
143 | | - "chatterbot/preprocessors.py" |
| 136 | + "chatterbot/preprocessors.py", |
| 137 | + "chatterbot/filters.py", |
| 138 | + "chatterbot/languages.py" |
144 | 139 | ], |
145 | 140 | "can_expand": true |
146 | 141 | }, |
|
158 | 153 | "assigned_files": [ |
159 | 154 | "chatterbot/llm.py" |
160 | 155 | ], |
161 | | - "can_expand": true |
| 156 | + "can_expand": false |
162 | 157 | }, |
163 | 158 | { |
164 | 159 | "name": "Unclassified", |
|
201 | 196 | "chatterbot/__main__.py", |
202 | 197 | "chatterbot/constants.py", |
203 | 198 | "chatterbot/utils.py", |
204 | | - "chatterbot/components.py", |
205 | 199 | "chatterbot/exceptions.py", |
206 | | - "chatterbot/languages.py", |
207 | 200 | "chatterbot/ext/__init__.py", |
| 201 | + "chatterbot/ext/django_chatterbot/__init__.py", |
| 202 | + "chatterbot/ext/django_chatterbot/apps.py", |
| 203 | + "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 | + "chatterbot/ext/sqlalchemy_app/__init__.py", |
208 | 208 | "chatterbot/storage/__init__.py", |
209 | 209 | "chatterbot/logic/__init__.py" |
210 | 210 | ], |
211 | 211 | "can_expand": false |
212 | 212 | }, |
| 213 | + { |
| 214 | + "name": "Unclassified", |
| 215 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 216 | + "referenced_source_code": [], |
| 217 | + "assigned_files": [], |
| 218 | + "can_expand": false |
| 219 | + }, |
213 | 220 | { |
214 | 221 | "name": "Unclassified", |
215 | 222 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments