diff options
Diffstat (limited to 'decoder/apply_fsa_models.h')
-rwxr-xr-x | decoder/apply_fsa_models.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/decoder/apply_fsa_models.h b/decoder/apply_fsa_models.h new file mode 100755 index 00000000..d22397e3 --- /dev/null +++ b/decoder/apply_fsa_models.h @@ -0,0 +1,15 @@ +#ifndef _APPLY_FSA_MODELS_H_ +#define _APPLY_FSA_MODELS_H_ + +//#include "ff_fsa_dynamic.h" + +struct FsaFeatureFunction; +struct Hypergraph; +struct SentenceMetadata; + +void ApplyFsaModels(const Hypergraph& in, + const SentenceMetadata& smeta, + const FsaFeatureFunction& fsa, + Hypergraph* out); + +#endif |