From owner-cvs-all@FreeBSD.ORG Sat Feb 21 10:07:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C99516A4CE; Sat, 21 Feb 2004 10:07:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23E743D1F; Sat, 21 Feb 2004 10:07:23 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LI7NGe057822; Sat, 21 Feb 2004 10:07:23 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LI7NIx057821; Sat, 21 Feb 2004 10:07:23 -0800 (PST) (envelope-from leeym) Message-Id: <200402211807.i1LI7NIx057821@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 21 Feb 2004 10:07:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/srilm Makefile distinfo pkg-descr pkg-message pkg-plistpatch-Makefile.machine.i386 patch-lattice-src-Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 18:07:24 -0000 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@speech.sri.com PR: 60810 Submitted by: Cheng-Lung Sung 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)