cvs commit: ports/textproc Makefile ports/textproc/link-grammar Makefile distinfo pkg-descr pkg-plist

Jeremy Messenger mezz at FreeBSD.org
Sun May 22 01:24:34 PDT 2005


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)


More information about the cvs-all mailing list