Popularity
5.3
Growing
Activity
0.0
Stable
10
4
1

Monthly Downloads: 34
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Data Structures     Dawg    

dawg alternatives and similar packages

Based on the "dawg" category.
Alternatively, view dawg alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of dawg or a related project?

Add another 'dawg' Package

README

Directed acyclic word graphs

The library implements directed acyclic word graphs (DAWGs) internally represented as minimal acyclic deterministic finite-state automata.

The Data.DAWG.Dynamic module provides fast insert and delete operations which can be used to build the automaton on-the-fly. The automaton from the Data.DAWG.Static module has lower memory footprint and provides static hashing functionality.