=head1 NAME slmprune - prune the back-off language model to a reasonable size =head1 SYNOPSIS B I I I I... =head1 DESCRIPTION This program uses entropy-based method to prune the size of back-off language model 'I' to a specific size and write to 'I'. the third parameter I can be [B|B]. It means the following numbers is the number for (B)eserve or (B)ut. If (B)ut, the num[k] means how many items in level K would be cut. If (B)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'. =head1 NOTE To get information of the back-off language model, try 'B'. =head1 AUTHOR Originally written by Phill.Zhang Ephill.zhang@sun.comE. Currently maintained by Kov.Chai Etchaikov@gmail.comE. =head1 SEE ALSO B(1), B(1).