Contents

marisa-trie 1.1.0

0

Static memory-efficient and fast Trie-like structures for Python.

Static memory-efficient and fast Trie-like structures for Python.

Stars: 1006, Watchers: 1006, Forks: 90, Open Issues: 16

The pytries/marisa-trie repo was created 11 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1006 github stars!

How to Install marisa-trie

You can install marisa-trie using pip

pip install marisa-trie

or add it to a project with poetry

poetry add marisa-trie

Package Details

Author
Mikhail Korobov
License
MIT
Homepage
https://github.com/pytries/marisa-trie
PyPi:
https://pypi.org/project/marisa-trie/
GitHub Repo:
https://github.com/kmike/marisa-trie

Classifiers

  • Scientific/Engineering/Information Analysis
  • Software Development/Libraries/Python Modules
  • Text Processing/Linguistic
No  marisa-trie  pypi packages just yet.

Errors

A list of common marisa-trie errors.

Code Examples

Here are some marisa-trie code examples and snippets.

GitHub Issues

The marisa-trie package has 16 open issues on GitHub

  • Include docstrings in cython code

See more issues on GitHub

Related Packages & Articles

logzero 1.7.0

logzero is a Python package designed to simplify application logging. It provides a pre-configured standard Python logger that can be used directly across your files and modules, making it easy to implement consistent logging throughout your application. The library supports colored terminal output and log file rotation, and it handles Unicode seamlessly. As a standalone library, logzero doesn't have dependencies on other Python packages, making it a lightweight and efficient choice for your logging needs.

kopf 1.37.2

Kubernetes Operator Pythonic Framework (Kopf)

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

jsonargparse 4.27.7

Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.