File: control

package info (click to toggle)
liblanguage-detector-java 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,804 kB
  • sloc: java: 3,554; xml: 252; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,283 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
Source: liblanguage-detector-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Markus Koschany <apo@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libguava-java,
 libjetbrains-annotations-java,
 libslf4j-java,
 maven-debian-helper
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/liblanguage-detector-java.git
Vcs-Browser: https://salsa.debian.org/java-team/liblanguage-detector-java
Homepage: https://github.com/optimaize/language-detector

Package: liblanguage-detector-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Suggests:
 ${maven:OptionalDepends}
Description: Language Detection Library for Java
 This software uses language profiles which were created based on common text
 for each language. N-grams, a contiguous sequence of n items from a given
 sample of text, were then extracted from that text and stored in the profiles.
 When trying to figure out in what language a certain text is written, the
 program goes through the same process: It creates the same kind of n-grams of
 the input text. Then it compares the relative frequency of them, and finds the
 language that matches best. Currently 71 languages are supported.