速報APP / 工具 / QDic

QDic

價格:免費

更新日期:2016-08-01

檔案大小:因裝置而異

目前版本:1.0.3

版本需求:Android 4.0 以上版本

官方網站:http://sheepsskullcity.ru

Email:sheepsskullcity@gmail.com

QDic(圖1)-速報App

QDic is tool which use replace patterns from user dictionaries, and save changed output file.

Tool can be used for pronunciation corrections of book before it played in any TTS(Text To Speech) reader application.

Features:

✔ Simple file browser.

✔ Support of plain text and FB2 formats as input files.

QDic(圖2)-速報App

✔ Support of DIC and REX files as dictionaries.

✔ Use INI file as list of dictionaries.

✔ Save stats of used rules in text file.

✔ Auto charset detection.

✔ Hash based search for DIC dicts.

QDic(圖3)-速報App

✔ Regular expression pattern matching using syntax of PCRE for REX dicts.

_________________

DIC format notes.

To make left part of rule case sensitive use character "$". For preventing auto sorting of DIC use "#sorted" comment. Example file.dic structure:

#comment

QDic(圖4)-速報App

#sorted

$brave new world=brave old world

*ve *ew world=ve ew word

_________________

REX format notes.

QDic(圖5)-速報App

Syntax of RegExp can be found in PCRESYNTAX (3) part of PCRE manual - http://www.pcre.org/original/pcre.txt

To make left part of rule case insensitive use "#i->#". Example file.rex structure:

#comment

(a[bc])d#->#\1e

ABab#i->#cd

QDic(圖6)-速報App

_________________

INI format notes.

INI file should be in same directory as ditcs. Example file.ini structure:

a.dic

b.dic

QDic(圖7)-速報App

c.rex

d.dic

_________________

This application use Qt 5 core library.

If you have suggestions or bug reports send them to my email.

QDic(圖8)-速報App