🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

dict-trie

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dict-trie

Trie implementation for approximate string matching.

pipPyPI
Version
1.0.1
Maintainers
1

Trie implementation using nested dictionaries

.. image:: https://img.shields.io/github/last-commit/jfjlaros/dict-trie.svg :target: https://github.com/jfjlaros/dict-trie/graphs/commit-activity .. image:: https://travis-ci.org/jfjlaros/dict-trie.svg?branch=master :target: https://travis-ci.org/jfjlaros/dict-trie .. image:: https://readthedocs.org/projects/dict-trie/badge/?version=latest :target: https://dict-trie.readthedocs.io/en/latest .. image:: https://img.shields.io/github/release-date/jfjlaros/dict-trie.svg :target: https://github.com/jfjlaros/dict-trie/releases .. image:: https://img.shields.io/github/release/jfjlaros/dict-trie.svg :target: https://github.com/jfjlaros/dict-trie/releases .. image:: https://img.shields.io/pypi/v/dict-trie.svg :target: https://pypi.org/project/dict-trie/ .. image:: https://img.shields.io/github/languages/code-size/jfjlaros/dict-trie.svg :target: https://github.com/jfjlaros/dict-trie .. image:: https://img.shields.io/github/languages/count/jfjlaros/dict-trie.svg :target: https://github.com/jfjlaros/dict-trie .. image:: https://img.shields.io/github/languages/top/jfjlaros/dict-trie.svg :target: https://github.com/jfjlaros/dict-trie .. image:: https://img.shields.io/github/license/jfjlaros/dict-trie.svg :target: https://raw.githubusercontent.com/jfjlaros/dict-trie/master/LICENSE.md

This library provides a trie_ implementation using nested dictionaries. Apart from the basic operations, a number of functions for approximate matching are implemented.

Please see ReadTheDocs_ for the latest documentation.

.. _trie: https://en.wikipedia.org/wiki/Trie .. _ReadTheDocs: https://dict-trie.readthedocs.io/en/latest/index.html

Keywords

bioinformatics

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts