From owner-cvs-all@FreeBSD.ORG Tue Aug 7 12:11:15 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4E216A417; Tue, 7 Aug 2007 12:11:15 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B29313C442; Tue, 7 Aug 2007 12:11:15 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l77CBFnw057635; Tue, 7 Aug 2007 12:11:15 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l77CBF3s057634; Tue, 7 Aug 2007 12:11:15 GMT (envelope-from sat) Message-Id: <200708071211.l77CBF3s057634@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 7 Aug 2007 12:11:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/soothsayer Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 07 Aug 2007 12:11:15 -0000 sat 2007-08-07 12:11:15 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/soothsayer Makefile distinfo pkg-descr pkg-plist Log: Add port textproc/soothsayer: Soothsayer is an intelligent predictive text entry platform. Soothsayer exploits redundant information embedded in natural languages to generate predictions. Soothsayer's modular and pluggable architecture allows its language model to be extended and customized to utilize statistical, syntactic, and semantic information sources. A predictive text entry system attempts to improve ease and speed of textual input. Word prediction consists in computing which word tokens or word completions are most likely to be entered next. The system analyses the text already entered and combines the information thus extracted with other information sources to calculate a set of most probable tokens. WWW: http://soothsayer.sourceforge.net/ Revision Changes Path 1.1170 +1 -0 ports/textproc/Makefile 1.1 +33 -0 ports/textproc/soothsayer/Makefile (new) 1.1 +3 -0 ports/textproc/soothsayer/distinfo (new) 1.1 +14 -0 ports/textproc/soothsayer/pkg-descr (new) 1.1 +15 -0 ports/textproc/soothsayer/pkg-plist (new)