python3-guess-language

library to detect the natural language of a text (Python 3 version)

guess_language is a Python library to guess the natural language that a given text is written it. To achieve this, it uses models precomputed for each language and, optionally, spellchecking of words via pyenchant library.

libnppif8.0

NVIDIA Performance Primitives lib for Image Filters

python-gwebsockets

websocket server written in Python

gwebsockets is a websocket server written in python.

python-withsqlite

uses an sqlite db as a back end for a dict-like object

kind of like shelve but with json and sqlite3.

libhyperscan5

High-performance regular expression matching library

Hyperscan is a high-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, but is a standalone library with its own C API. Hyperscan uses hybrid automata techniques to allow simultaneous matching of large numbers (up to tens of thousands) of regular expressions and for the matching of regular expressions across streams of data. Hyperscan is typically used in a DPI library stack.

libjs-regenerate

Unicode-aware regular expression generator (JavaScript library)

It allows you to easily generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.