File: control

package info (click to toggle)
libfolia 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,308 kB
  • ctags: 1,460
  • sloc: cpp: 9,531; sh: 4,248; ansic: 41; makefile: 28
file content (63 lines) | stat: -rw-r--r-- 2,822 bytes parent folder | download
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
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: extra
Build-Depends: cdbs,
               debhelper (>= 10),
               dh-autoreconf,
               libicu-dev,
               libticcutils2-dev,
               libxml2-dev,
               pkg-config
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libfolia.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/libfolia.git
Homepage: http://proycon.github.io/folia

Package: libfolia-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libfolia6 (= ${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.
 .
 This package provides the FoLiA header files required to compile C++ programs
 that use libfolia and implements FoLiA v1.4.

Package: libfolia6
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.
 .
 This package provides the runtime files required to run programs that use
 libfolia and implements FoLiA v1.4.