-
## Dictionaries
### https://archive.org/details/stardict_collections
language: English
- American_Heritage_Dictionary_4th_Ed.tar.gz
- American_Idioms_2nd_Ed.tar.gz
- Collins_Thesaurus.tar.g…
-
```python
newlines = []
with open('SJP_202302181705.txt') as file:
for k, line in enumerate(file):
word, abberation, definition = line.split('\t')
if abberation:
…
-
Hello, i have been using labwc with lxqt for a while, and i have noticed this issue. I use several xwayland apps(i.e stardict) that i tend to have open always(it is a quite useful program) and i usual…
-
* KOReader version: 2024.07
* Device: Device: moaan mix7 (with Android 12)
#### Issue
Recently I've been trying to make StarDict dictionary for KOreader. Once I used standard gzip (instead of dic…
-
Изучить вопрос:
https://github.com/tuanna-hsp/stardict-to-sqlite
plotn updated
2 years ago
-
👋 while regression building 0.5.5 release, seeing the following build error:
```
/tmp/sdcv-20240914-6823-nvt5r0/sdcv-0.5.5/src/stardict_lib.cpp:1050:20: error: cannot initialize a variable of ty…
-
```
Some dicts use upper-case first letter for words. In stardict this looks like a
mess. E.g. entering "talker" and "Talker" shows completely different set of
articles.
So:
1. I guess there's no "…
-
The `sametypesequence` stanza in the ifo file defines, which syntax is used in the definition block. Currently, `penelope` seems to allow only for `m`, which treats whatever as plain text. The followi…
-
```
What steps will reproduce the problem?
1. Dwonload
http://downloads.sourceforge.net/xdxf/stardict-comn_dls03_mwc-2.4.2.tar.bz2
2. Convert using DictUnifier
3. Open Apple Dictionary
What is the e…
-
This piece works well:
```python
srcname = ur"bnc-words.csv"
dstname = ur"bnc-words.sqlite"
convert_dict(dstname, srcname)
```
Differ from the file `stardict.csv` which was extracted…