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

Getting the DAFSA states

Open Elkoumy opened this issue 4 years ago • 0 comments

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 belongs to a trace t_i. I need to access the state that an event leads to. For instance, I need to implement a function that, given the trace t=a/b/c/d, returns the DAFSA state that the sub-trace a/b/c leads to.

Is it possible to use the DAWG-python library for such a purpose?

Elkoumy avatar Jan 27 '21 10:01 Elkoumy