Socket
Socket
Sign inDemoInstall

dict-trie

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dict-trie

Trie implementation for approximate string matching.


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc