| 97 | // might define more complex feature extractors which have state that needs to be saved. |
| 98 | void serialize(const feature_extractor&, std::ostream&) {} |
| 99 | void deserialize(feature_extractor&, std::istream&) {} |
| 100 | |
| 101 | // ---------------------------------------------------------------------------------------- |
| 102 |