Releases: ikey4u/wikit
Releases · ikey4u/wikit
0.5.0 Release
ECDICT dictionary for Wikit
This is a wikit dictionary based on ECDICT ecdict-mdx-style-28.
-
ecdict.toml, ecdict.txt
These two files are used to create a wikit dictionary, the content of ecdict.toml is
name = "简明英汉词典" version = "1.0.28" authors = ["skywind3000 <https://github.com/skywind3000>"] distributors = ["wikit <https://github.com/ikey4u/wikit>"] description = "Wikit Dictionary based on ECDICT database" homepage = "https://github.com/skywind3000/ECDICT/releases/tag/1.0.28" css = "@ecdict.css" js = ""
ecdict.css and ecdict.txt is large, please download it to see the detail.
-
ecdict.wikit.zip
This is the built wikit dictionary from source file
ecdict.txt
, the command iswikit dict ecdict.txt -c -o ecdict.wikit
v0.4.0-beta.2
Disable CSP hash
v0.4.0-beta.1
1: unify version number; 2: remove dictionary server relay feature
wikit desktop v0.1.0-beta.2 and wikit cli v0.3.1
The first beta release of wikit dictionary tool suite.
Features
- Create
.wikit
dictionary from text or mdx file - Dictionary can be loaded from local system or network
- A tauri based GUI application
Wikit Desktop
that can be used to lookup word from wikit dictionary using FST index algorithm
Rust is great, programming in rust is enjoyable.