- Notifications
You must be signed in to change notification settings - Fork2
DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library. Fork ofhttps://github.com/pytries/DAWG
License
pymorphy2-fork/DAWG
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a fork ofDAWG project rebuiltwith Python 3.10+ support.
Installation:
pip install dawg2But imported name is stilldawg, not dawg2.
This package provides DAWG(DAFSA)-baseddictionary-like read-only objects for Python.
String data in a DAWG may take 200x less memory than in a standardPython dict and the raw lookup speed is comparable; it also providesfast advanced methods like prefix search.
- Docs:https://dawg.readthedocs.org
- Source code:https://github.com/pymorphy2-fork/DAWG
- New issue tracker:https://github.com/pymorphy2-fork/DAWG/issues
- "Old" issue tracker:https://github.com/pytries/DAWG/issues
Wrapper code is licensed under MIT License. Bundleddawgdic C++ library is licensedunder BSD license. Bundledlibb64 isPublic Domain.
About
DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library. Fork ofhttps://github.com/pytries/DAWG
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.