link-grammar-dictionaries-en

Carnegie Mellon University's link grammar parser (English dictionary)

In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar.

postgresql-11-dirtyread

Read dead but unvacuumed tuples from a PostgreSQL relation

ofono-phonesim-autostart

Automatically start ofono-phonesim

python-pypdf2

Pure-Python library built as a PDF toolkit (Python 2)

A Pure-Python library built as a PDF toolkit. It is capable of: - extracting document information (title, author, ...), - splitting documents page by page, - merging documents page by page, - cropping pages, - merging multiple pages into a single page, - encrypting and decrypting PDF files.

php8.2-mbstring

MBSTRING module for PHP

This package provides the MBSTRING module(s) for PHP.

python3-appconf

helper class handling configuration defaults of apps - 3.x transition package

Say you have an app with a few defaults, which you want to refer to in the app's code without repeating yourself all the time. Django-appconf provides a simple helper class to implement those defaults.