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

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
 

Detailed Description

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).

Date
January 2003
Author
Kris Demuynck