Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library. Fork ofhttps://github.com/pytries/DAWG

License

NotificationsYou must be signed in to change notification settings

pymorphy2-fork/DAWG

Repository files navigation

imageimageimageimage

This is a fork ofDAWG project rebuiltwith Python 3.10+ support.

Installation:

pip install dawg2

But 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.

License

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

Stars

Watchers

Forks

Packages

No packages published

Contributors12


[8]ページ先頭

©2009-2025 Movatter.jp