2024-04-29 02:12:29 by Ryo ONODERA | Files touched by this commit (1) |
Log message: textproc/py-link-grammar: Enable for Python 3.12 |
2024-02-10 11:13:42 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-link-grammar: disable for Python 3.12 again Tries to use distutils, which is not available for Python 3.12. See e.g. http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20240204.1238/py312-link-grammar-5.12.3/configure.log |
2024-01-31 17:26:16 by Ryo ONODERA | Files touched by this commit (1) |
Log message: py-link-grammar: Enable for Python 3.12 too |
2023-12-26 10:11:58 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-link-grammar: does not support Python 3.12 |
2023-11-24 14:39:55 by Ryo ONODERA | Files touched by this commit (1) |
Log message: py-link-grammar: Python 3.12 is supported |
2023-11-05 21:40:29 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-link-grammar: does not build with Python 3.12 |
2023-10-23 02:33:30 by David H. Gutteridge | Files touched by this commit (1) |
Log message: py-link-grammar: mark not for Python 2.7 |
2023-10-15 08:40:28 by Ryo ONODERA | Files touched by this commit (3) |
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. |