seadawg 0.1.3

SeaDawg is a library that implements the online algorithm for Direct Acyclic Word Graph (DAWG) and Compact Direct Acyclic Word Graph (CDAWG).
Documentation
1
2
3
4
/// Basically the Orig version, but without duplicating strings across edges.

pub mod core;
pub mod traversal;