-
I figured I'd might find something similar for Korean but haven't managed to find a dictionary in the proper JSON format. I did find this creative commons dictionary here: https://github.com/mhagiwara/cc-kedict but unfortunately the author never got back to me about my inquiry.
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
pyglossary
A tool for converting dictionary files aka glossaries. Mainly to help use our offline glossaries in any Open Source dictionary we like on any modern operating system / device.
Oh, I can help with getting them to JSONS maybe. I just made some from stardict dictionaries. https://github.com/ilius/pyglossary I used this tool in the main github) to make csv files via commandline and then used the tool (jsonit.sh) from this github to make the csv into JSONS. You just have to remove the , between } and ] at the end. I converted the Korean dictionaries there. I am working on some Chinese stardicts as well, have them in json but need to remove the commas.
-
Oh, I can help with getting them to JSONS maybe. I just made some from stardict dictionaries. https://github.com/ilius/pyglossary I used this tool in the main github) to make csv files via commandline and then used the tool (jsonit.sh) from this github to make the csv into JSONS. You just have to remove the , between } and ] at the end. I converted the Korean dictionaries there. I am working on some Chinese stardicts as well, have them in json but need to remove the commas.