将圣经从usfm转换为osis xml的工具

usfm2osis的Python项目详细描述


Build StatusCoverage StatusDocumentation Status

用于将usfm转换为osis xml的python脚本

Usage: usfm2osis.py <osisWork> [OPTION] ...  <USFM filename|wildcard> ...')
  -d               debug mode (single-threaded, verbose output)
  -e ENCODING      input encoding override (default is to read the USFM file's
                     \ide value or assume UTF-8 encoding in its absence)
  -h, --help       print this usage information
  -o FILENAME      output filename (default is: <osisWork>.osis.xml)
  -r               enable relaxed markup processing (for non-standard USFM)
  -s mode          set book sorting mode: natural (default), alpha, canonical,
                     usfm, random, none
  -v               verbose feedback
  -x               disable XML validation

As an example, if you want to generate the osisWork <Bible.KJV> and your USFM
  are located in the ./KJV folder, enter:
    python usfm2osis.py Bible.KJV ./KJV/*.usfm

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

推荐PyPI第三方库


热门话题
java如何使用getter的返回值,使用反射?   java在树中查找子树的简单方法   解析需要解析JAVA源代码   java为什么spring不使用我的构造函数初始化这个bean(映射参数)   java与@JoinColumn和@MapKeyColumn保持@OneToMany关系   字符串Java For循环以显示所有唯一的子字符串   java会自动编译Drl文件吗?当服务器运行时,如果我们更改Drl文件?   java从特定应用程序获取所有服务的列表(从清单)   java 安卓源代码构建应用找不到安卓supportv4。罐子   在使用更高版本的JDK编译时,如何验证依赖项的java版本?   java无法在eclipse中放置断点   返回带有帮助JSON的字符串(Java和Spring)   java如何使用Hibernate transformers将HQL转换为实体列表   java Spring在登录后默认情况下不会设置身份验证cookie。为什么?   java在viewPager中的两个片段之间共享listView