Changed - `LongestStringMatching`: Reduce memory use by not storing words of length 1 in training. - Switched to the top-level `src/` and `tests/` package structure
Deprecated Removed - Dropped Python 3.6 support.
Fixed Security
0.0.2
Added - Added support for Python 3.9.
0.0.1
First release, starting with two basic models: `RandomSegmenter` and `LongestStringMatching`.