File: control

package info (click to toggle)
frog 0.13.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,484 kB
  • ctags: 835
  • sloc: cpp: 9,198; sh: 4,223; makefile: 39; ansic: 17
file content (72 lines) | stat: -rw-r--r-- 3,185 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
64
65
66
67
68
69
70
71
72
Source: frog
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Maarten van Gompel <proycon@anaproy.nl>,
           Ko van der Sloot <k.vandersloot@let.ru.nl>
Section: science
Priority: extra
Build-Depends: cdbs,
               debhelper (>= 10),
               dh-autoreconf,
               frogdata (>= 0.13),
               libfolia-dev (>= 1.3),
               libicu-dev (>= 52),
               libmbt1-dev (>= 3.2.14) | libmbt-dev (>= 3.2.14),
               libticcutils2-dev (>= 0.13),
               libtimbl4-dev | libtimbl-dev (>= 6.4.4),
               libtimblserver4-dev,
               libucto-dev (>= 0.9.6),
               libxml2-dev,
               pkg-config,
               uctodata (>= 0.4)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/frog.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/frog.git
Homepage: https://languagemachines.github.io/frog/

Package: frog
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: ucto
Description: tagger and parser for natural languages (runtime)
 Memory-Based Learning (MBL) is a machine-learning method applicable to a wide
 range of tasks in Natural Language Processing (NLP).
 .
 Frog is a modular system integrating a morphosyntactic tagger, lemmatizer,
 morphological analyzer, and dependency parser for natural languages.  It is
 based upon it's predecessor TADPOLE (TAgger, Dependency Parser, and
 mOrphoLogical analyzEr).  Using Memory-Based Learning techniques, frog
 tokenizes, tags, lemmatizes, and morphologically segments word tokens in
 incoming UTF-8 text files, and assigns a dependency graph to each sentence.
 Frog is particularly targeted at the increasing need for fast, automatic NLP
 systems applicable to very large (multi-million to billion word) document
 collections that are becoming available due to the progressive digitization of
 both new and old textual data.  Up to now, frog has only been tested and used
 using corpora of Dutch natural language (see the frogdata package for samples).
 .
 Frog is a product of the ILK Research Group (Tilburg University,
 The Netherlands) and the CLiPS Research Centre (University of Antwerp,
 Belgium).
 .
 If you do scientific research in NLP, Frog will likely be of use to you.

Package: libfrog1
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: tagger and parser for Dutch language (library)
 Memory-Based Learning (MBL) is a machine-learning method applicable to a wide
 range of tasks in Natural Language Processing (NLP).
 .
 Frog is a modular system integrating a morphosyntactic tagger, lemmatizer,
 morphological analyzer, and dependency parser for natural languages.  Using
 Memory-Based Learning techniques, Frog analyses word tokens in incoming
 UTF-8 text files, and assigns a dependency graph to each sentence.
 .
 Frog is a product of the ILK Research Group (Tilburg University,
 The Netherlands) and the CLiPS Research Centre (University of Antwerp,
 Belgium).
 .
 This package provides the runtime files required to run programs that use
 Frog.