| 624 | } |
| 625 | |
| 626 | void LoadClassificatorTypes(std::string const & classificatorFileStr, std::string const & typesFileStr) |
| 627 | { |
| 628 | classificator::LoadTypes(classificatorFileStr, typesFileStr); |
| 629 | } |
| 630 | |
| 631 | uint32_t ClassificatorTypeToIndex(std::string const & typeStr) |
| 632 | { |
nothing calls this directly
no test coverage detected