Files
Tino DidriksenandRyan Carsten Schmidt 090b3f6994 vislcg3: update to 1.5.1
* update to version 1.5.1
* change github.tarball_from to releases

Closes: https://trac.macports.org/ticket/73719
2026-03-24 15:42:23 -05:00

47 lines
2.1 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
PortGroup boost 1.0
github.setup GrammarSoft cg3 1.5.1 v
revision 0
github.tarball_from releases
use_bzip2 yes
name vislcg3
categories textproc
license GPL-3+
maintainers {tinodidriksen.com:mail @TinoDidriksen}
description Constraint Grammar parser for the VISL CG-3 formalism
long_description Constraint Grammar (CG) is a methodological paradigm \
for Natural Language Parsing. Linguist-written, \
context dependent rules are compiled by VISL CG-3 into \
a grammar that assigns grammatical tags to tokens in \
running text. Tags address base forms, inflexion, \
derivation, syntactic function, dependency, valency, \
case roles, semantic type etc. Rules may add, remove, \
select or replace a (set of) tags in a given sentence \
context. Context conditions can be linked to any (set \
of) tags of any word in the sentence, over absolute or \
undefined distances. Context conditions in the same \
rule may be conditioned upon each other, negated or \
blocked by interfering words or tags.
homepage https://edu.visl.dk/constraint_grammar.html
checksums rmd160 e270167ca2bd46fe0d5e516099a8d9a4706808a3 \
sha256 f6c286e7d871da63d73e1a2ca241b5c3ba9344fdfd25d4c9593431bd799f387d \
size 297711
boost.depends_type build
depends_build-append path:bin/pkg-config:pkgconfig
depends_lib-append path:lib/pkgconfig/icu-uc.pc:icu port:perl5 port:sqlite3 port:rapidjson
compiler.cxx_standard 2020
test.run yes