DAWGo is the home for a particular implementation of a Directed Acyclic Word Graph in Go. In fact, the current implementation is closer to a Trie data structure, because common suffixes are shared.
This repository / library was created to support Shenmeci in 2013, and in July 2019 it has been merged into the main project.
No new development is expected to happen here.