linvo 11、12、x3、x5和x6 lsd读卡器实用程序与python2.7和python3兼容

lingvoreader的Python项目详细描述


lsdreader

python模拟abbyy dsl编译器-将lsd字典反编译为dsl。

支持lingvo 11、12、x3、x5和x6 lsd文件格式。

<>基于Ru板用户tr7的C++源解码程序 Source on github

俄罗斯反编译小组

项目页面:https://github.com/sv99/lsdreader

安装

从PIP安装:

pip install setuptools -U
pip install lingvoreader

安装开发版本:

git clone
pip install -e .

为pypi制作tar.gz:

pip install twine
python setup.py sdist
twine upload dist/lingvoreader-x.x.x.tar.gz

使用量

lsdreader [-h] [--header] (-i INPUT | -a) [-o OUTDIR] [-c] [-v] [--version]

Decode Lingvo 11, 12, X3, X5 and X6 lsd dictionary to dsl

optional arguments:
  -h, --help            show this help message and exit
  --header              show header info and exit
  -i INPUT, --input INPUT
                        Dictionary to decode
  -a, --all             All dictionary in current directory
  -o OUTDIR, --outdir OUTDIR
                        Output directory
  -c, --codecs          print supported languages and their codes
  -v, --verbose
  --version             show program's version number and exit

lingvo版本

11  2005  supported
12  2006  supported
x3  2008  supported
x5  2011  supported
x6  2014  (current) supported

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在ArrayList中比较数字   java在Kotlin中使异步调用同步   让“Scala编程”junit示例在IntelliJ中工作的java问题   java Servlet侦听器未在ContextListener中设置属性   将Microsoft SQL Server数据库连接到我的Java项目   加载资源时出现java“需要注册工厂”异常   java如何使用POI检查excel中的重复记录?   java如何更改机器生成的代码   java如何确保重写的方法是同步的   用Spring编写Hibernate时的java XML奥秘   java管理mysql数据库中存储的用户权限   java如何运行。来自Javascript的jar方法   java我想在Web应用程序中进行身份验证&对桌面应用程序使用相同的凭据。我该怎么做?