$ pip install pytokenizations
This library uses maturin to build.
$ git clone https://github.com/tamuhey/tokenizations
$ cd python
$ pip install maturin
$ maturin build
Now wheel is built in python/target/wheels
directory. You can install it with pip install *whl
.
See the README.md