Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rhcarvalho/dawgo

DAWGo is the home for a particular implementation of a Directed Acyclic Word Graph in Go.
https://github.com/rhcarvalho/dawgo

algorithm data-structure directed-graph go golang graph natural-language-processing trie

Last synced: 3 days ago
JSON representation

DAWGo is the home for a particular implementation of a Directed Acyclic Word Graph in Go.

Awesome Lists containing this project

README

        

DAWGo
=====

DAWGo is the home for a particular implementation of a [Directed Acyclic Word
Graph][dawg] in [Go][go]. In fact, the current implementation is closer to a
[Trie][trie] data structure, because common suffixes are shared.

This repository / library was created to support [Shenmeci][shenmeci] in 2013,
and in July 2019 it has been merged into the main project.

No new development is expected to happen here.

[go]: https://golang.org/
[shenmeci]: https://github.com/rhcarvalho/shenmeci
[dawg]: https://en.wikipedia.org/wiki/Deterministic_acyclic_finite_state_automaton
[trie]: https://en.wikipedia.org/wiki/Trie