SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Typedefs | Variables
cwr_lm_dump.c File Reference

Dump all (non-cached) queries to the LM to a file. More...

Typedefs

typedef struct SprCwrLMDump_t SprCwrLMDump
 

Variables

const SprCwrSRMDesc spr_cwr_srm_desc_lm_dump
 

Detailed Description

Dump all (non-cached) queries to the LM to a file.

Dump all (non-cached) queries to the LM to a file. If desired, the LM-context can also be artificially increased to the M previous words.

[Load_options]
type=<N-gram/FSG/comb/dump/XXX>(N-gram)
Select the LM type
dump=<String:val>
[required]
Dump all (non-cached) LM request in this file. The LM-requests are written in a human readable format.
M=<I32:val>(-1)
Make the N-gram (vary-gram) behave as an M-gram with fixed context length, or if (M<N), a vary gram with minimum context length (M-1).
<String:val>
[string cat]
The LM options for the base LM.
Date
Sept 2017
Author
Kris Demuynck
Revision History:
01/09/17 - KD
implemention based on cwr_lm_template.c