:return: Iterable[obj] A iterable of any object, that doc_to_text can handle
(self)
| 274 | pass |
| 275 | |
| 276 | def training_docs(self): |
| 277 | """ |
| 278 | :return: Iterable[obj] |
| 279 | A iterable of any object, that doc_to_text can handle |
| 280 | """ |
| 281 | return [] |
| 282 | |
| 283 | def validation_docs(self): |
| 284 | """ |
no outgoing calls
no test coverage detected