1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: libfolia
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ko van der Sloot <ko.vandersloot@uvt.nl>,
Maarten van Gompel <proycon@anaproy.nl>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
autoconf-archive,
libicu-dev,
libticcutils-dev (>= 0.36),
libxml2-dev,
pkgconf
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/libfolia.git
Vcs-Browser: https://salsa.debian.org/science-team/libfolia
Homepage: https://proycon.github.io/folia
Package: libfolia-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libfolia22 (= ${binary:Version}),
${misc:Depends}
Description: Implementation of the FoLiA document format (C++ headers)
FoLiA is an XML-based format for Linguistic Annotation suitable for
representing written language resources such as corpora.
Its goal is to unify a variety of linguistic annotations in one single rich
format, without committing to any particular standard annotation set.
Instead, it seeks to accommodate any desired system or tagset, and so offer
maximum flexibility. This makes FoLiA language independent.
see https://proycon.github.io/folia for more information.
.
libfolia is a product of the Centre of Language and Speech Technology, Radboud
University Nijmegen (The Netherlands), it was previously developed at the ILK
Research Group, Tilburg University. Work on libfolia is funded by NWO, the
Netherlands Organisation for Scientific Research, in the scope of projects
like CLARIN-NL and CLARIAH.
.
This package provides the FoLiA header files required to compile C++ programs
that use libfolia and implements FoLiA v2.5.3.
Package: libfolia22
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Implementation of the FoLiA document format
FoLiA is an XML-based format for Linguistic Annotation suitable for
representing written language resources such as corpora.
Its goal is to unify a variety of linguistic annotations in one single rich
format, without committing to any particular standard annotation set.
Instead, it seeks to accommodate any desired system or tagset, and so offer
maximum flexibility. This makes FoLiA language independent.
see https://proycon.github.io/folia for more information.
.
libfolia is a product of the Centre of Language and Speech Technology, Radboud
University Nijmegen (The Netherlands), it was previously developed at the ILK
Research Group, Tilburg University. Work on libfolia is funded by NWO, the
Netherlands Organisation for Scientific Research, in the scope of projects
like CLARIN-NL and CLARIAH.
.
This package provides the runtime files required to run programs that use
libfolia and implements FoLiA v2.5.3.
Package: folialint
Architecture: any
Multi-Arch: foreign
Section: science
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Implementation of the FoLiA document format (C++ headers)
FoLiA is an XML-based format for Linguistic Annotation suitable for
representing written language resources such as corpora.
Its goal is to unify a variety of linguistic annotations in one single rich
format, without committing to any particular standard annotation set.
Instead, it seeks to accommodate any desired system or tagset, and so offer
maximum flexibility. This makes FoLiA language independent.
see https://proycon.github.io/folia for more information.
.
libfolia is a product of the Centre of Language and Speech Technology, Radboud
University Nijmegen (The Netherlands), it was previously developed at the ILK
Research Group, Tilburg University. Work on libfolia is funded by NWO, the
Netherlands Organisation for Scientific Research, in the scope of projects
like CLARIN-NL and CLARIAH.
.
This package provides the folialint tool used to validate FoLiA XML files.
|