dalf / pyfst

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental and minimal Python binding for fst using pyo3

import pyfst
smarter_set = pyfst.FstSet('smarter_encryption.fst')
print(smarter_set)
print(len(smarter_set))
return smarter_set.contains('eff.org')

There is no Python binding to build the .fst file.

About


Languages

Language:Rust 100.0%