Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SPHINX_LM_CONVERT(1)	    General Commands Manual	  SPHINX_LM_CONVERT(1)

NAME
       sphinx_lm_convert - Convert and manipulate language model files

SYNOPSIS
       sphinx_lm_convert [ options ]...

DESCRIPTION
       This  program converts language model files from	one format to another.
       It can also be used to change the character encoding of the text	 in  a
       language	model file and to force	word strings to	upper or lower case.

       -case  'lower'  or 'upper' - case fold to lower/upper case (NOT UNICODE
	      AWARE)

       -debug level for	debugging messages

       -help  Shows the	usage of the tool

       -i     language model file (required)

       -ifmt  language model format (will guess	if not specified)

       -logbase
	      Base in which all	log-likelihoods	calculated

       -mmap  Use memory-mapped	I/O for	reading	binary LM files

       -o     language model file (required)

       -ofmt  language model file (will	guess if not specified)

AUTHOR
       David Huggins-Daines <dhdaines@gmail.com>

COPYRIGHT
       Copyright (C) 2010 Carnegie Mellon University.  See  the	 file  COPYING
       included	with this package for more information.

				  2010-03-18		  SPHINX_LM_CONVERT(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sphinx_lm_convert&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help