debian man page for slmprune

Query: slmprune

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SLMPRUNE(1)						User Contributed Perl Documentation					       SLMPRUNE(1)

NAME
slmprune - prune the back-off language model to a reasonable size
SYNOPSIS
slmprune input_slm result_slm cut_option num...
DESCRIPTION
This program uses entropy-based method to prune the size of back-off language model 'input_slm' to a specific size and write to 'result_slm'. the third parameter cut_option can be [R|C]. It means the following numbers is the number for (R)eserve or (C)ut. If (C)ut, the num[k] means how many items in level K would be cut. If (R)eserve, num[k] means how many item would be reserved in level k. Note that we do not ensure that during pruning process, exactly the the given number of items are cut or reserved, because some items may contains high level children, so could not be cut. Also it's your responsiblity to give right number of arguments based on 'input_slm'.
NOTE
To get information of the back-off language model, try 'slminfo'.
AUTHOR
Originally written by Phill.Zhang <phill.zhang@sun.com>. Currently maintained by Kov.Chai <tchaikov@gmail.com>.
SEE ALSO
slminfo(1), slmthread(1). perl v5.14.2 2012-06-09 SLMPRUNE(1)
Related Man Pages
ids2ngram(1) - debian
slmbuild(1) - debian
slmseg(1) - debian
disktab(5) - ultrix
config::model::itself(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?