liblanguage-detector-java

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.

libalgorithm-hyperloglog-perl

implementation of the HyperLogLog cardinality estimation algorithm

Algorithm::HyperLogLog provides an algorithm for estimating the cardinality of a set.

libqgis-gui3.34.9

QGIS - shared gui library

QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information.

python3-lxml-html-clean

blocklist-based HTML cleaner

This project was initially a part of lxml. Because HTML cleaner is designed as blocklist-based, many reports about possible security vulnerabilities were filed for lxml and that make the project problematic for security-sensitive environments.

lua-cmsgpack

MessagePack implementation and bindings for Lua

lua-cmsgpack is a self contained C file without external dependencies. MessagePack is an object serialization specification like JSON.

lua-struct

library to convert Lua values to and from C structs

Lua library for converting data to and from C structs. Its main functions are struct.pack, which packs multiple Lua values into a struct-like string; and struct.unpack, which unpacks multiple Lua values from a given struct-like string.