summaryrefslogtreecommitdiff
path: root/textproc/srilm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.2Cheng-Lung Sung2004-10-233-5/+16
| | | | | | | | | - since it works well with tcl8.4, set LIB_DEPENDS to tcl84 Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119987
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* - Update to 1.4.1Vanilla I. Shu2004-07-193-5/+3
| | | | | | | | | | - remove 2 files in pkg-plist PR: ports/69227 Submitted by: maintainer Notes: svn path=/head/; revision=114215
* - Update to 1.4Pav Lucistnik2004-04-0310-147/+72
| | | | | | | | PR: ports/65116 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=106071
* SRILM is a toolkit for building and applying statistical language models (LMs),Yen-Ming Lee2004-02-2111-0/+346
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@speech.sri.com PR: 60810 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=101586