The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

nat-postbin - A translator from dictionary file to the Perl readable format.

SYNOPSIS

 nat-postbin <matdic-in> <lex1> <lex2> <out-dic1> <out-dic2>

DESCRIPTION

This command is not intended to be used independently.

nat-postbub reads the dictionary created with nat-mat2dic and lexicon files created by the nat-pre tool, to write two dictionary files on a very small binary format.

The internal format can change a lot, so please use NATools to manage these files.

The format is a gzipped binary file. First 32 bits unsigned integer is the number of entries in the dictionary. Follows a sequence of MAXENTRY size, with pairs of translation identifier (32 bits unsigned integer) and probability (32 bits float).

SEE ALSO

nat-pre, nat-mat2dic and remaining NATools documentation.

COPYRIGHT

 Copyright (C)2002-2003 Alberto Simoes and Jose Joao Almeida
 Copyright (C)1998 Djoerd Hiemstra

 GNU GENERAL PUBLIC LICENSE (LGPL) Version 2 (June 1991)