:return: Iterable[obj] A iterable of any object, that doc_to_text can handle
(self)
| 564 | pass |
| 565 | |
| 566 | def training_docs(self): |
| 567 | """ |
| 568 | :return: Iterable[obj] |
| 569 | A iterable of any object, that doc_to_text can handle |
| 570 | """ |
| 571 | return [] |
| 572 | |
| 573 | def validation_docs(self): |
| 574 | """ |