Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tolumide-ng/dawg

Directed Acyclic Word Graph (DAWG)
https://github.com/tolumide-ng/dawg

Last synced: about 1 month ago
JSON representation

Directed Acyclic Word Graph (DAWG)

Awesome Lists containing this project

README

        

# DAWG (Directed Acyclic Word Graph)

#### References
1. [Incremental Construction of Minimal Acyclic Finite-State Automata](https://aclanthology.org/J00-1002.pdf)
2. [Compressing Dictionaries with a DAWG](http://stevehanov.ca/blog/?id=115)
3. [Lecture 25 | Programming Abstractions (Stanford) [Video]](https://www.youtube.com/watch?v=TJ8SkcUSdbU&t=2428s)

#### License


Licensed under either of Apache License, Version
2.0
or MIT license at your option.

#### NOTE:
1. THIS CRATE IS NOT PRODUCTION READY YET (Use at your own risk)
2. Contributions are welcome