Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-link-grammar
From: Ryo ONODERA
Date: 2023-10-15 08:40:28
Message id: 20231015064028.2C227FADC@cvs.NetBSD.org
Log Message:
textproc/py-link-grammar: import py311-link-grammar-5.12.3
The Link Grammar Parser is a syntactic parser of English, Russian,
Arabic and Persian (and other languages as well), based on Link
Grammar, an original theory of syntax and morphology. Given a
sentence, the system assigns to it a syntactic structure, which
consists of a set of labelled links connecting pairs of words. The
parser also produces a "constituent" (HPSG style phrase tree)
representation of a sentence (showing noun phrases, verb phrases,
etc.). The RelEx extension provides Stanford-style Dependency
Grammar output.
This package contains Python binding.
Files: