Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2005 08:24:33 +0000 (UTC)
From:      Jeremy Messenger <mezz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/link-grammar Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200505220824.j4M8OX84024795@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505220824.j4M8OX84024795>