naoyat / DAWG

DAWG-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.

Home Page:http://dawg.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAWG

https://travis-ci.org/kmike/DAWG.png?branch=master

This package provides DAWG(DAFSA)-based dictionary-like read-only objects for Python (2.x and 3.x).

String data in a DAWG may take 200x less memory than in a standard Python dict and the raw lookup speed is comparable; it also provides fast advanced methods like prefix search.

Docs: http://dawg.readthedocs.org

Source code:

Issue tracker: https://github.com/kmike/DAWG/issues

License

Wrapper code is licensed under MIT License. Bundled dawgdic C++ library is licensed under BSD license. Bundled libb64 is Public Domain.

About

DAWG-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.

http://dawg.readthedocs.org

License:MIT License


Languages

Language:C++ 96.0%Language:Python 3.7%Language:C 0.4%Language:PHP 0.0%Language:Shell 0.0%