| 147 | // might define more complex feature extractors which have state that needs to be saved. |
| 148 | void serialize (const feature_extractor& , std::ostream& ) {} |
| 149 | void deserialize (feature_extractor& , std::istream& ) {} |
| 150 | |
| 151 | // ---------------------------------------------------------------------------------------- |
| 152 |