DAWG-Python icon indicating copy to clipboard operation
DAWG-Python copied to clipboard

Pure-python reader for DAWGs created by dawgdic C++ library or DAWG Python extension.

Results 4 DAWG-Python issues
Sort by recently updated
recently updated
newest added

Hello, Currently, I am trying to use the DAWG-python for grouping traces of events. I have a set of traces with the format: t_i=e_1/e_2/e_3/e_4/.../e_n, where e_i is an event that...

As discussed at https://github.com/kmike/marisa-trie/issues/20, this is support for adding the edges() and iteredges() methods for CompletionDAWG. If this looks good, I'll add similar support for RecordDAWGs and ByteDAWGs. The code...