Python 和 Java 可以集成吗?

发布于 2024-11-27 18:30:07 字数 133 浏览 0 评论 0 原文

我有一个使用 Java 编码的主应用程序,但我想使用 Python,因为 NLTK 库。

我想知道是否可以与这两种语言进行一些集成。就像将参数从 Java 传递到 Python 以及从 Python 检索处理后的数据到 Java 一样。

I have a main application that is coded with Java, but I want to use Python because the NLTK lib.

I want to know if it's possible do some integration with these two languages. Thinks like passing parameters from Java to Python and retrieving processed data from Python to Java.

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

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

发布评论

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

评论(1

梦初启 2024-12-04 18:30:07

尝试 Jython

从他们的 常见问题解答网站:

什么是 Jython?

Jython 是 JPython 的继承者。 Jython 项目创建于
符合 CNRI JPython 1.1.x 许可证,以确保
Python 这个重要部分的继续存在和发展
软件。目的是以相同的开放方式管理该项目
为 CPython 提供良好服务的策略。

什么是 JPython?

JPython 是 Python 编程语言的一种实现,
设计为在 Java(tm) 平台上运行。

Try Jython

From their FAQ site:

What is Jython?

Jython is the successor to JPython. The Jython project was created in
accordance with the CNRI JPython 1.1.x license, in order to ensure the
continued existence and development of this important piece of Python
software. The intent is to manage this project with the same open
policies that are serving CPython so well.

What is JPython?

JPython is an implementation of the Python programming language which
is designed to run on the Java(tm) Platform.

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