Metadata-Version: 2.4
Name: kfst-rs
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Author: Théo Salmenkivi-Friberg <theo.friberg@helsinki.fi>, Iikka Hauhio <iikka.hauhio@helsinki.fi>
Author-email: Théo Salmenkivi-Friberg <theo.friberg@helsinki.fi>, Iikka Hauhio <iikka.hauhio@helsinki.fi>
License: LGPL-3.0-or-later
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# kfst-rs

kfst-rs is the optional acceleration back end of kfst. If you have kfst>=4.1 installed, simply do

```bash
pip install kfst-rs
```

to install kfst-rs. It should get automatically picked up by kfst and by extension pyvoikko and pyomorfi.

To check which implementation of kfst got loaded, look at the `BACKEND` property of kfst.
