beanpiece:Java绑定到Google SentencePiece

时间:2024-05-29 20:16:36
【文件属性】:

文件名称:beanpiece:Java绑定到Google SentencePiece

文件大小:218KB

文件格式:ZIP

更新时间:2024-05-29 20:16:36

natural-language-processing neural-machine-translation word-segmentation java-bindings google-sentencepiece

Beanpiece:与Java绑定 SentencePiece是由Google开发的无监督的文本令牌生成器和解令牌生成器。 Beanpiece为SentencePiece提供了Java API。 兼容性 从0.2版本开始,该库提供API兼容性以 。 如何建造 需要以下工具来构建Beanpiece: sbt g ++编译器,支持c ++ 11。 要构建项目,只需给出: sbt package 从复制共享库到编译,再打包Java源代码,它将承担所有所需的任务。 Windows / Mac用户注意事项 从0.2版开始,该项目仅包含libsentencepiece.so ,仅libsentencepiece.so于Linux(amd64)。 因此,内置的jar将无法在osx或Windows上运行-它们将以0.3添加。 在此之前,请自行构建句子共享库并将其复制到: Windows:


【文件预览】:
beanpiece-master
----project()
--------build.properties(18B)
--------plugins.sbt(422B)
----src()
--------test()
--------main()
----.travis.yml(417B)
----LICENSE(11KB)
----build.sbt(4KB)
----README.md(2KB)
----.gitignore(445B)
----checkstyle-config.xml(11KB)

网友评论