7 projects
pyahocorasick
pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search. With the ``ahocorasick.Automaton`` class, you can find multiple key string occurrences at once in some input text. You can use it as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. And pickle to disk for easy reuse of large automatons. Implemented in C and tested on Python 3.6+. Works on Linux, macOS and Windows. BSD-3-Cause license.
pyDAWG
Directed Acyclic Word Graph (DAWG) allows to store huge strings set in compacted form
canvasvg
Save Tkinter Canvas in SVG file
aspell-python-py2
Wrapper around GNU Aspell for Python 2
aspell-python-py3
Wrapper around GNU Aspell for Python 3
locatedb
Python program & library to manipulate locate database file
aspell-python-ctypes
ctypes-based wrapper around GNU Aspell