It is now possible to do this in a prettier way than before: create parsers for
feature extractors and for classifiers (where a classifier takes a feature
extractor, and the lm_feature_extractor takes a landmark graph).
However, to implement this cleanly (without depending on the
lm_count_heuristic), we would need to have a lm_status_manager for the feature
extractor, which would be a rather large increase in memory overhead, as well as
cause some difficulties with updating the lm_status_manager with the state space
structure via reach_state).
I'm nosy-ing Silvan to see if he has any ideas.
|