SigmaQuan / kdictionary-lingoes

A Lingoes dictionary file (LD2/LDX) reader/extractor. Written in C++ with Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kdictionary-lingoes

A Lingoes Dictionary File LD2/LDX Reader. Written in C++(Qt).


This program is a standalone Lingoes LD2/LDX reader/extracter.

Usage

Execute ./kdictionary-lingoes -h to print this usage information.

Usage: ./kdictionary-lingoes [options]
Lingoes dictionary file (LD2/LDX) reader/extracter.

Options:
  -h, --help      Displays this help.
  -v, --version   Displays version information.
  -i <input>      Input Lingoes dictionary file (default: input.ld2).
  -o <output>     Output extracted text file (default: output.txt).
  --disable-trim  Disable HTML tag trimming.

Dependecencies

  • CMake > 2.8.11
  • Qt5Core

LICENSED UNDER GPLv3

THANKS

Xiaoyun Zhu: Author of original Java code.

About

A Lingoes dictionary file (LD2/LDX) reader/extractor. Written in C++ with Qt

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%