SPRAAK
|
Optimize the word lattice. More...
Functions | |
int | spr_wlat_stats_setup (SprWlatModule *module, const char **descript, const SprCmdDesc **help) |
int | spr_wlat_min_open_setup (SprWlatModule *module, const char **descript, const SprCmdDesc **help) |
int | spr_wlat_renum_min_setup (SprWlatModule *module, const char **descript, const SprCmdDesc **help) |
int | spr_wlat_time_sync_setup (SprWlatModule *module, const char **descript, const SprCmdDesc **help) |
Variables | |
const SprWlatModInf | spr_wlat_mi_stats |
const SprWlatModInf | spr_wlat_mi_min_open |
const SprWlatModInf | spr_wlat_mi_renum_min |
const SprWlatModInf | spr_wlat_mi_time_sync |
Optimize the word lattice.
Optimize the word lattice (minimal number of open node, strict time synchronous, lowest possible node numbers, ...) to facilitate later processing. Also provides a [stats] module that calculates some statistics of the lattices (fan in, fan out, density).