Python 有限自动机库

发布于 2024-12-04 02:24:01 字数 151 浏览 0 评论 0原文

Python 中最完整的有限自动机库是什么,它能够执行基本操作,例如:

  • 最小化、
  • 非确定性有限自动机的确定
  • 、这些自动机生成的语言的并集、交集和乘积等

。我发现它们要么不完整,要么不能即插即用。

What would be the most complete finite automata library for Python, which is able to do the basic manipulations such as:

  • Minimization,
  • Determinization of Nondeterministic Finite automata
  • Union, Intersection, and Product of the languages generated by these automata, etc.

All the libraries that I'm finding are either incomplete or do not work plug-and-play-wise.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安穩 2024-12-11 02:24:01

python-automata 似乎能够完成所有操作你问的事情。

  • 它缺少什么?
  • 也许您想自己贡献一个缺失的功能?

python-automata seems to be able to do all the things you're asking.

  • What is it missing?
  • Perhaps you'd want to contribute a missing feature yourself?
在梵高的星空下 2024-12-11 02:24:01

如果您不介意使用底层 C++ 库,您可以尝试 OpenFst 以及这些 Python 绑定
PyFsa 具有您列出的优化算法。

If you don't mind using a underlying C++ library you could try OpenFst with these Python bindings.
PyFsa has the optimization algoritms you listed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文