File: control

package info (click to toggle)
uctodata 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 39; sh: 39; makefile: 25
file content (37 lines) | stat: -rw-r--r-- 1,534 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
Source: uctodata
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Maarten van Gompel <proycon@anaproy.nl>,
           Ko van der Sloot <ko.vandersloot@uvt.nl>
Section: science
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/science-team/uctodata.git
Vcs-Browser: https://salsa.debian.org/science-team/uctodata
Homepage: https://languagemachines.github.io/ucto/

Package: uctodata
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Replaces: ucto (<< 0.9.6-1), libucto2 (<< 0.9.6-2)
Breaks: ucto (<< 0.9.6-1), libucto2 (<< 0.9.6-2)
Description: Data files for Ucto
 Ucto can tokenize UTF-8 encoded text files (i.e. separate words from
 punctuation, split sentences, generate n-grams), and  offers several other
 basic preprocessing steps that make your text suited for further processing
 such as indexing, part-of-speech tagging, or machine translation.
 .
 This package provides necessary language-specific datafiles for running Ucto.
 .
 Ucto was written by Maarten van Gompel and Ko van der Sloot.  Work on Ucto
 was funded by NWO, the Netherlands Organisation for Scientific Research,
 under the Implicit Linguistics project, the CLARIN-NL program, and the
 CLARIAH project.
 .
 Ucto is a product of the Centre of Language and Speech Technology (Radboud
 University Nijmegen), and previously the ILK Research Group (Tilburg
 University, The Netherlands).