View Single Post
Old 10-27-2020, 11:04 AM   #6
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
Quote:
Originally Posted by nhedgehog View Post
Any progress here. Having a vocabulary trainer as plugin for Koreader would be awesome!
There was a request to export lookup history in a format compatible with being imported by anki (csv) in https://github.com/koreader/koreader/issues/6502

The main problem is: doing dict lookups takes time. The lookup history has queries stored but not their definitions. So, the feature would require to iterate over the entire lookup history (or last n items) and do a dict lookup for each one of them, which would be painfully slow on most embedded devices.

If that gets implemented it can be repurposed for OP intents. The only missing part is the UI.
pazos is offline   Reply With Quote