Files
2026-06-10 16:54:54 +03:00

71 lines
3.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>link-grammar</Name>
<Homepage>https://opencog.github.io/link-grammar-website/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<Icon>link-grammar</Icon>
<IsA>library</IsA>
<Summary>A grammar checking library</Summary>
<Description>The Link Grammar Parser exhibits the linguistic (natural language) structure of English, Thai, Russian, Arabic, Persian and limited subsets of a half-dozen other languages. This structure is a graph of typed links (edges) between the words in a sentence. One may obtain the more conventional HPSG (constituent) and dependency style parses from Link Grammar by applying a collection of rules to convert to these different formats. </Description>
<Archive sha1sum="674e16fd2a1b9c2345ca8798e28443633af741a5" type="targz">https://www.gnucash.org/link-grammar/downloads/5.13.0/link-grammar-5.13.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>ant</Dependency>
<Dependency>swig</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>aspell-devel</Dependency>
<Dependency>libedit-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>strip-nondeterminism</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>link-grammar</Name>
<RuntimeDependencies>
<Dependency>aspell</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libedit</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency>hunspell</Dependency>
<Dependency>strip-nondeterminism</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/liblink-grammar.*</Path>
<Path fileType="data">/usr/share/link-grammar</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>link-grammar-devel</Name>
<Summary>Development files for link-grammar</Summary>
<RuntimeDependencies>
<Dependency release="current">link-grammar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-06-10</Date>
<Version>5.13.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>