如何将 BGL 表转换为 MySQL 表?
如何将 Babylon 词汇表 (*.BGL) 转换为数据库表 (mySQL)?
How can i convert Babylon glossaries (*.BGL) to a database table (mySQL) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道是否有任何“简单”的方法可以做到这一点,但根据您拥有的资源,我会想到两种方法。
将 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.
您可以使用 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.