i moved all dictionaries (except wordnet) to a disabled dictionaries directory in /koreader/data/disabled_dictionaries and it seems like sdcv really appreciate it. what's interesting is that in the koreader settings i told it to *only* use wordnet and none of the other dictionaries but it seemed to ignore that directive because when i physically moved the other dictionaries out of the path where it could see them lookup times via koreader were almost instantaneous. could this be the issue?
i've never seen lookups so fast! amazing! could my selection of available dictionaries i had previously be affecting lookups speeds (even though i told koreader to ignore them)
Code:
[root@kindle data]# cd disabled_dictionaries/
[root@kindle disabled_dictionaries]# ls -l
total 24
drwxrwxrwx 2 root root 8192 Jan 26 2019 gcide
drwxrwxrwx 3 root root 8192 Jul 29 2015 stardict-Oxford_Advanced_Learner_s_Dictionary-2.4.2
drwxrwxrwx 2 root root 8192 Jan 30 2019 stardict-spanish-english-2.4.2
Code:
[root@kindle koreader]# time ./sdcv -02 data/dict/ quaint
Found 1 items, similar to quaint.
-->WordNet (r) 1.7
-->quaint
quaint
adj 1: strange in an interesting or pleasing way; "quaint dialect
words"; "quaint streets of New Orleans, that most
foreign of American cities"
2: very strange or unusual; odd or even incongruous in
character or appearance; "the head terminating in the
quaint duck bill which gives the animal its vernacular
name"- Bill Beatty; "came forth a quaint and fearful
sight"- Sir Walter Scott; "a quaint sense of humor"
3: attractively old-fashioned; "houses with quaint thatched
roofs"; "a vaulted roof supporting old-time chimney pots"
[syn: {old-time}]
real 0m 0.07s
user 0m 0.01s
sys 0m 0.02s
[root@kindle koreader]# time ./sdcv -02 data/dict/ quaint
Found 1 items, similar to quaint.
-->WordNet (r) 1.7
-->quaint
quaint
adj 1: strange in an interesting or pleasing way; "quaint dialect
words"; "quaint streets of New Orleans, that most
foreign of American cities"
2: very strange or unusual; odd or even incongruous in
character or appearance; "the head terminating in the
quaint duck bill which gives the animal its vernacular
name"- Bill Beatty; "came forth a quaint and fearful
sight"- Sir Walter Scott; "a quaint sense of humor"
3: attractively old-fashioned; "houses with quaint thatched
roofs"; "a vaulted roof supporting old-time chimney pots"
[syn: {old-time}]
real 0m 0.07s
user 0m 0.01s
sys 0m 0.02s
[root@kindle koreader]#
PS: is there any way to make the formatting more beautiful on the oxford advanced dictionary? seems very dense and could use some nice formatting but not sure how to adjust that