Release 0.2.0
This is basically a rewrite of the functionality, while keeping most of the interface the same. It is expected that the new code structure will stay and that the old one will not come back.
New highlights:
- model.regex will give the regex that the model has found.
- Extended regex language: ([a]|[b]) is now technically supported.
- There is now an "accurate" and "fast" method to determine how fast the regex model will fit. The "fast" method is multiple times faster than the previous implementation. The "accurate" method is slightly slower than the old method in some cases.