Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 746 Bytes

HISTORY.md

File metadata and controls

21 lines (17 loc) · 746 Bytes

History

0.1.0 (2021-01-02)

First release of the package.

  • Data structures to represent a Probabilistic Deterministic Finite Automaton (PDFA), and other utilities like rendering in Graphviz format.
  • Implementation of the algorithm in (Palmer & Goldberg, 2005).
  • Implementation of the algorithm in (Balle et al., 2013).
  • First version of the documentation, with code examples.

Note: the implementation of (Balle et al., 2013) is more stable and efficient of the one of (Palmer & Goldberg, 2005). Hence, the former one should be what you are looking for, in the vast majority of cases.