如何将 BGL 表转换为 MySQL 表?

发布于 2024-10-17 02:32:15 字数 47 浏览 4 评论 0原文

如何将 Babylon 词汇表 (*.BGL) 转换为数据库表 (mySQL)?

How can i convert Babylon glossaries (*.BGL) to a database table (mySQL) ?

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

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

发布评论

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

评论(2

唔猫 2024-10-24 02:32:15

我不知道是否有任何“简单”的方法可以做到这一点,但根据您拥有的资源,我会想到两种方法。

将 BGL 数据直接导出到 CSV,然后在 MySQL 中设置数据库结构并导入 CSV。

或者

将 BGL 数据导出到 MS Excel,然后从那里您可以导出多种格式,这些格式可由 MySQL 导入。

还有一些付费解决方案可供您购买,以使过渡更容易一些,但我不知道有哪些是免费的,而且我无法评价其中任何一个的质量。

I don't know if there are any "easy" ways per say to do it, but two ways come to mind depending on what resources you have.

Export the BGL data directly to a CSV and then set up your database structure within MySQL and import the CSV.

Or

Export the BGL data to MS Excel and then from there you there are multiple formats that you can export to that are importable by MySQL.

There are also several paid solutions that are out there that you can purchase to make the transition a little easier, but I don't know of any that are free, and I can't speak to the quality of any of them.

内心旳酸楚 2024-10-24 02:32:15

您可以使用 PyGlossary

http://sourceforge.net/projects/pyglossary/

进行测试并工作。

PyGlossay 的描述:

使用 python 处理术语表(词典数据库)。包括编辑词汇表和在多种格式之间转换主题,例如: Tabfile StarDict 格式 xFarDic 格式 “Babylon Builder”源格式 Omnidic 格式等。

You can use PyGlossary

http://sourceforge.net/projects/pyglossary/

Tested and working.

Description of PyGlossay:

Working on glossarys (dictionary databases) using python. Including editing glossarys and converting theme between many formats such as: Tabfile StarDict format xFarDic format "Babylon Builder" source format Omnidic format and etc.

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