|
13 | 13 | } |
14 | 14 | ], |
15 | 15 | "assigned_files": [ |
16 | | - "chatterbot/__init__.py", |
17 | | - "chatterbot/__main__.py", |
18 | | - "chatterbot/conversation.py", |
19 | | - "chatterbot/components.py", |
20 | 16 | "chatterbot/chatterbot.py" |
21 | 17 | ], |
22 | 18 | "can_expand": true |
|
45 | 41 | } |
46 | 42 | ], |
47 | 43 | "assigned_files": [ |
48 | | - "chatterbot/search.py", |
49 | | - "chatterbot/adapters.py", |
50 | | - "chatterbot/response_selection.py", |
51 | | - "chatterbot/filters.py", |
52 | | - "chatterbot/comparisons.py", |
53 | 44 | "chatterbot/logic/unit_conversion.py", |
54 | 45 | "chatterbot/logic/__init__.py", |
55 | 46 | "chatterbot/logic/mathematical_evaluation.py", |
56 | | - "chatterbot/logic/logic_adapter.py", |
57 | 47 | "chatterbot/logic/best_match.py", |
58 | 48 | "chatterbot/logic/specific_response.py", |
59 | | - "chatterbot/logic/time_adapter.py" |
| 49 | + "chatterbot/logic/time_adapter.py", |
| 50 | + "chatterbot/comparisons.py", |
| 51 | + "chatterbot/response_selection.py", |
| 52 | + "chatterbot/logic/logic_adapter.py" |
60 | 53 | ], |
61 | 54 | "can_expand": true |
62 | 55 | }, |
|
84 | 77 | } |
85 | 78 | ], |
86 | 79 | "assigned_files": [ |
87 | | - "chatterbot/corpus.py", |
88 | | - "chatterbot/vectorstores.py", |
89 | | - "chatterbot/trainers.py", |
90 | | - "chatterbot/ext/django_chatterbot/models.py", |
91 | | - "chatterbot/ext/django_chatterbot/abstract_models.py", |
92 | | - "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
93 | | - "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
94 | | - "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
95 | | - "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
96 | | - "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
97 | | - "chatterbot/ext/django_chatterbot/migrations/0020_alter_statement_conversation_and_more.py", |
98 | | - "chatterbot/ext/django_chatterbot/migrations/0019_alter_statement_id_alter_tag_id_and_more.py", |
99 | | - "chatterbot/ext/django_chatterbot/migrations/0018_text_max_length.py", |
100 | | - "chatterbot/ext/django_chatterbot/migrations/0002_statement_extra_data.py", |
101 | | - "chatterbot/ext/django_chatterbot/migrations/0003_change_occurrence_default.py", |
102 | | - "chatterbot/ext/django_chatterbot/migrations/0001_initial.py", |
103 | | - "chatterbot/ext/django_chatterbot/migrations/0010_statement_text.py", |
104 | | - "chatterbot/ext/django_chatterbot/migrations/0004_rename_in_response_to.py", |
105 | | - "chatterbot/ext/django_chatterbot/migrations/0012_statement_created_at.py", |
106 | | - "chatterbot/ext/django_chatterbot/migrations/0009_tags.py", |
107 | | - "chatterbot/ext/django_chatterbot/migrations/0008_update_conversations.py", |
108 | | - "chatterbot/ext/django_chatterbot/migrations/0015_statement_persona.py", |
109 | | - "chatterbot/ext/django_chatterbot/migrations/0013_change_conversations.py", |
110 | | - "chatterbot/ext/django_chatterbot/migrations/0006_create_conversation.py", |
111 | | - "chatterbot/ext/django_chatterbot/migrations/0007_response_created_at.py", |
112 | | - "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
113 | | - "chatterbot/ext/sqlalchemy_app/models.py", |
114 | | - "chatterbot/storage/storage_adapter.py", |
115 | 80 | "chatterbot/storage/__init__.py", |
116 | 81 | "chatterbot/storage/mongodb.py", |
117 | 82 | "chatterbot/storage/redis.py", |
118 | 83 | "chatterbot/storage/sql_storage.py", |
119 | | - "chatterbot/storage/django_storage.py" |
| 84 | + "chatterbot/storage/django_storage.py", |
| 85 | + "chatterbot/corpus.py", |
| 86 | + "chatterbot/trainers.py", |
| 87 | + "chatterbot/storage/storage_adapter.py" |
120 | 88 | ], |
121 | 89 | "can_expand": true |
122 | 90 | }, |
|
138 | 106 | } |
139 | 107 | ], |
140 | 108 | "assigned_files": [ |
141 | | - "chatterbot/tagging.py", |
142 | | - "chatterbot/parsing.py", |
143 | 109 | "chatterbot/preprocessors.py", |
144 | | - "chatterbot/languages.py" |
| 110 | + "chatterbot/parsing.py" |
145 | 111 | ], |
146 | 112 | "can_expand": true |
147 | 113 | }, |
|
166 | 132 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
167 | 133 | "referenced_source_code": [], |
168 | 134 | "assigned_files": [ |
| 135 | + "chatterbot/adapters.py", |
| 136 | + "chatterbot/search.py", |
| 137 | + "chatterbot/__init__.py", |
| 138 | + "chatterbot/__main__.py", |
| 139 | + "chatterbot/constants.py", |
| 140 | + "chatterbot/tagging.py", |
| 141 | + "chatterbot/conversation.py", |
| 142 | + "chatterbot/vectorstores.py", |
| 143 | + "chatterbot/utils.py", |
| 144 | + "chatterbot/components.py", |
| 145 | + "chatterbot/filters.py", |
| 146 | + "chatterbot/exceptions.py", |
| 147 | + "chatterbot/languages.py", |
| 148 | + "chatterbot/ext/__init__.py", |
| 149 | + "chatterbot/ext/django_chatterbot/__init__.py", |
| 150 | + "chatterbot/ext/django_chatterbot/apps.py", |
| 151 | + "chatterbot/ext/django_chatterbot/models.py", |
| 152 | + "chatterbot/ext/django_chatterbot/abstract_models.py", |
| 153 | + "chatterbot/ext/django_chatterbot/settings.py", |
| 154 | + "chatterbot/ext/django_chatterbot/model_admin.py", |
| 155 | + "chatterbot/ext/django_chatterbot/admin.py", |
| 156 | + "chatterbot/ext/django_chatterbot/migrations/0014_remove_statement_extra_data.py", |
| 157 | + "chatterbot/ext/django_chatterbot/migrations/__init__.py", |
| 158 | + "chatterbot/ext/django_chatterbot/migrations/0005_statement_created_at.py", |
| 159 | + "chatterbot/ext/django_chatterbot/migrations/0011_blank_extra_data.py", |
| 160 | + "chatterbot/ext/django_chatterbot/migrations/0016_statement_stemmed_text.py", |
| 161 | + "chatterbot/ext/django_chatterbot/migrations/0020_alter_statement_conversation_and_more.py", |
| 162 | + "chatterbot/ext/django_chatterbot/migrations/0019_alter_statement_id_alter_tag_id_and_more.py", |
| 163 | + "chatterbot/ext/django_chatterbot/migrations/0018_text_max_length.py", |
| 164 | + "chatterbot/ext/django_chatterbot/migrations/0002_statement_extra_data.py", |
| 165 | + "chatterbot/ext/django_chatterbot/migrations/0003_change_occurrence_default.py", |
| 166 | + "chatterbot/ext/django_chatterbot/migrations/0001_initial.py", |
| 167 | + "chatterbot/ext/django_chatterbot/migrations/0010_statement_text.py", |
| 168 | + "chatterbot/ext/django_chatterbot/migrations/0004_rename_in_response_to.py", |
| 169 | + "chatterbot/ext/django_chatterbot/migrations/0012_statement_created_at.py", |
| 170 | + "chatterbot/ext/django_chatterbot/migrations/0009_tags.py", |
| 171 | + "chatterbot/ext/django_chatterbot/migrations/0008_update_conversations.py", |
| 172 | + "chatterbot/ext/django_chatterbot/migrations/0015_statement_persona.py", |
| 173 | + "chatterbot/ext/django_chatterbot/migrations/0013_change_conversations.py", |
| 174 | + "chatterbot/ext/django_chatterbot/migrations/0006_create_conversation.py", |
| 175 | + "chatterbot/ext/django_chatterbot/migrations/0007_response_created_at.py", |
| 176 | + "chatterbot/ext/django_chatterbot/migrations/0017_tags_unique.py", |
| 177 | + "chatterbot/ext/sqlalchemy_app/__init__.py", |
| 178 | + "chatterbot/ext/sqlalchemy_app/models.py", |
169 | 179 | "examples/training_example_chatterbot_corpus.py", |
170 | 180 | "examples/__init__.py", |
171 | 181 | "examples/basic_example.py", |
|
196 | 206 | "examples/django_example/django_example/management/commands/train.py", |
197 | 207 | "docs/conf.py", |
198 | 208 | "docs/_ext/github.py", |
199 | | - "docs/_ext/canonical.py", |
200 | | - "chatterbot/constants.py", |
201 | | - "chatterbot/utils.py", |
202 | | - "chatterbot/exceptions.py", |
203 | | - "chatterbot/ext/__init__.py", |
204 | | - "chatterbot/ext/django_chatterbot/__init__.py", |
205 | | - "chatterbot/ext/django_chatterbot/apps.py", |
206 | | - "chatterbot/ext/django_chatterbot/settings.py", |
207 | | - "chatterbot/ext/django_chatterbot/model_admin.py", |
208 | | - "chatterbot/ext/django_chatterbot/admin.py", |
209 | | - "chatterbot/ext/sqlalchemy_app/__init__.py" |
| 209 | + "docs/_ext/canonical.py" |
210 | 210 | ], |
211 | 211 | "can_expand": false |
212 | 212 | }, |
|
287 | 287 | "assigned_files": [], |
288 | 288 | "can_expand": false |
289 | 289 | }, |
| 290 | + { |
| 291 | + "name": "Unclassified", |
| 292 | + "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
| 293 | + "referenced_source_code": [], |
| 294 | + "assigned_files": [], |
| 295 | + "can_expand": false |
| 296 | + }, |
290 | 297 | { |
291 | 298 | "name": "Unclassified", |
292 | 299 | "description": "Component for all unclassified files and utility functions (Utility functions/External Libraries/Dependencies)", |
|
0 commit comments