cvs commit: ports/textproc Makefile ports/textproc/srilm Makefile distinfo pkg-descr pkg-message pkg-plistpatch-Makefile.machine.i386 patch-lattice-src-Makefile ...

Yen-Ming Lee leeym at FreeBSD.org
Sat Feb 21 10:07:24 PST 2004


leeym       2004/02/21 10:07:23 PST

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/srilm       Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
    textproc/srilm/files patch-Makefile.common.variables 
                         patch-Makefile.machine.i386 
                         patch-bin-machine-type patch-go.run-test 
                         patch-lattice-src-Makefile 
                         patch-lm-src-Makefile 
  Log:
  SRILM is a toolkit for building and applying statistical language models (LMs),
  primarily for use in speech recognition, statistical tagging and segmentation.
  It has been under development in the SRI Speech Technology and
  Research Laboratory since 1995. The toolkit has also greatly benefitted from
  its use and enhancements during the Johns Hopkins University/CLSP summer
  workshops in 1995, 1996, and 1997
  
  SRILM consists of the following components:
  
  * A set of C++ class libraries implementing language models,
    supporting data stuctures and miscellaneous utility functions.
  * A set of executable programs built on top of these libraries to
    perform standard tasks such as training LMs and testing them on
    data, tagging or segmenting text, etc.
  * A collection of miscellaneous scripts facilitating minor related tasks.
  
  WWW:    http://www.speech.sri.com/projects/srilm/
  
  Author: stolcke at speech.sri.com
  
  PR:             60810
  Submitted by:   Cheng-Lung Sung <clsung at dragon2.net>
  
  Revision  Changes    Path
  1.641     +1 -0      ports/textproc/Makefile
  1.1       +105 -0    ports/textproc/srilm/Makefile (new)
  1.1       +2 -0      ports/textproc/srilm/distinfo (new)
  1.1       +11 -0     ports/textproc/srilm/files/patch-Makefile.common.variables (new)
  1.1       +72 -0     ports/textproc/srilm/files/patch-Makefile.machine.i386 (new)
  1.1       +11 -0     ports/textproc/srilm/files/patch-bin-machine-type (new)
  1.1       +12 -0     ports/textproc/srilm/files/patch-go.run-test (new)
  1.1       +11 -0     ports/textproc/srilm/files/patch-lattice-src-Makefile (new)
  1.1       +11 -0     ports/textproc/srilm/files/patch-lm-src-Makefile (new)
  1.1       +19 -0     ports/textproc/srilm/pkg-descr (new)
  1.1       +8 -0      ports/textproc/srilm/pkg-message (new)
  1.1       +84 -0     ports/textproc/srilm/pkg-plist (new)


More information about the cvs-ports mailing list