Path to this page:
./
textproc/link-grammar,
Syntactic parsing library
Branch: CURRENT,
Version: 5.12.3,
Package name: link-grammar-5.12.3,
Maintainer: pkgsrc-usersThe 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 4594.483 KB
Version history: (Expand)
- (2023-10-15) Updated to version: link-grammar-5.12.3
- (2023-08-14) Updated to version: link-grammar-5.10.2nb1
- (2021-10-30) Updated to version: link-grammar-5.10.2
- (2021-05-17) Updated to version: link-grammar-5.9.1
- (2021-02-26) Updated to version: link-grammar-5.8.1nb1
- (2021-01-20) Updated to version: link-grammar-5.8.1
CVS history: (Expand)
2024-02-09 00:23:36 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
link-grammar: drop argp dependency in bl3 (fix builds)
argp was dropped as a dependency in 5.10.3. The reference in the
buildlink3.mk file was causing editors/abiword-plugins to fail to build.
|
2023-12-23 09:04:15 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update homepage and master site
|
2023-12-11 17:32:19 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
link-grammar: SunOS build fixes.
|
2023-10-15 08:39:25 by Ryo ONODERA | Files touched by this commit (7) | |
Log message:
link-grammar: Update to 5.12.3
* Split Makefile into Makefile and Makefile.common to use for
upcomming py-link-grammar.
Changelog:
Version 5.12.3 (24 March 2023)
* Assorted Atomese fixes.
* Fix SAT-solver build breaks.
* Add dictionary flag to disable built-in capitlization rules. #1468
Version 5.12.2 (9 March 2023)
* Fix null-pointer deref in Atomese code.
Version 5.12.1 (5 March 2023)
* Assorted enhancements and fixes for the AtomSpace dictionary. #1362
* Fix missing HAVE_THREADS_H, affects Apple Homebrew. #1363
* Fix regex thread-safety issue. #1370
* Disable aspell; it leaks memory. #1373
* Deduplicate linkages when overflow forces random selection. #1378 #1396
* Fix direct dialect settings on connectors. #1382
* Cleanup dictionary backends. #1391 thru #1395
* English dict: paraphrasing fixes. #1398
* Report CPU time usage only for the current thread. #1399
* Extensive performance optimizations for MST dictionaries. #1402
* Remove old broken max-cost computations. #1456
Version 5.12.0 (26 Nov 2022)
* Fix crash when using the Atomese dictionary backend.
* Fix generation tokenization bug when dict has no unknown word token.
* Major Atomese dictionary extensions, including generation support.
* Minor tweaks to `any` uniform random parse tree language.
* Include U+202F NARROW NO-BREAK SPACE as a space character.
* Fix the various regexes so that they're thread-safe! #1354
* Maybe(?) fix FreeBSD missing -lstdthreads #1355
Version 5.11.0 (27 Sept 2022)
* Prototype support for dictionary in the AtomSpace.
* English dict: assorted missing nouns, verbs. #1289
* Performance improvements. #1309
* Fix Windows build break in 5.10.4, 5.10.5 fixed in #1313
* Fix "amy" language #1312
* Fix multilib systems, e.g. elf32-i386 #1314
* Corrected grapheme support for random morpheme sampling. #1315
* Thai language dictionary updates #1322
* Punctuation fixes #1331
* Affixes can now be specified with regexes #1334
* The regex library PCRE2 is required by default.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2021-10-29 23:11:25 by David H. Gutteridge | Files touched by this commit (4) | |
Log message:
link-grammar: update to 5.10.2
Version 5.10.2 (16 Sept 2021)
* Fix python install path.
* Fix size in brand-new `link-generator` (hits 32-bit & ARM) #1247
Version 5.10.1 (7 Sept 2021)
* Fix perl bindings build fail. #1248
Version 5.10.0 (4 September 2021)
* Expanded English vocabulary
* Support dictionary "#define allow-duplicate-words true". #1204
* Fix crash for sentences containing wildcard words. #1206
* Connector names starting with "ID" are no longer reserved. #1208
* Connector names starting with underbar are reserved for internal use.
* ".I" subscripts are no longer reserved; "._" subscripts \
are reserved.
These last three changes introduce linkage incompatibilities.
* Fix parsing with nulls when using an sqlite3 dictionary.
* Fix regexes for NetBSD when using libc regexes. #1223
* English dict: fix many "how?" questions.
* English dict: fix conditional sentences #1240
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|