From owner-cvs-all@FreeBSD.ORG Sun May 22 08:24:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 292A916A41C; Sun, 22 May 2005 08:24:34 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0664643D48; Sun, 22 May 2005 08:24:34 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4M8OXdp024796; Sun, 22 May 2005 08:24:33 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4M8OX84024795; Sun, 22 May 2005 08:24:33 GMT (envelope-from mezz) Message-Id: <200505220824.j4M8OX84024795@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 22 May 2005 08:24:33 +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/link-grammar 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: Sun, 22 May 2005 08:24:34 -0000 mezz 2005-05-22 08:24:33 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/link-grammar Makefile distinfo pkg-descr pkg-plist Log: The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a "constituent" representation of a sentence (showing noun phrases, verb phrases, etc.). WWW: http://www.link.cs.cmu.edu/link/ Revision Changes Path 1.824 +1 -0 ports/textproc/Makefile 1.1 +38 -0 ports/textproc/link-grammar/Makefile (new) 1.1 +2 -0 ports/textproc/link-grammar/distinfo (new) 1.1 +7 -0 ports/textproc/link-grammar/pkg-descr (new) 1.1 +98 -0 ports/textproc/link-grammar/pkg-plist (new)