mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* update to version 1.5.1 * change github.tarball_from to releases Closes: https://trac.macports.org/ticket/73719
47 lines
2.1 KiB
Tcl
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
|