| 24 | } |
| 25 | |
| 26 | tomoto::RawDoc::MiscType LDAModelObject::convertMisc(const tomoto::RawDoc::MiscType& o) const |
| 27 | { |
| 28 | return {}; |
| 29 | } |
| 30 | |
| 31 | std::vector<size_t> LDAModelObject::insertCorpus(PyObject* corpusObj, PyObject* transform) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected