Python 实现的简易版 FST
代码运行要求: Python >= 3.8
或者可以去掉代码中的赋值表达式 := ,则可以使用 Python 3.6 运行代码
如果想要查看 fst 的图像,需要安装 graphviz 和它对于的 python 包
$ brew install graphviz
$ pip install graphviz
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python 实现的简易版 FST
代码运行要求: Python >= 3.8
或者可以去掉代码中的赋值表达式 := ,则可以使用 Python 3.6 运行代码
如果想要查看 fst 的图像,需要安装 graphviz 和它对于的 python 包
$ brew install graphviz
$ pip install graphviz