An open API service indexing awesome lists of open source software.

https://github.com/jonfortescue/multilingualwords

A quick python script to hit an offline Wiktionary dump for finding multilingual words.
https://github.com/jonfortescue/multilingualwords

Last synced: about 2 months ago
JSON representation

A quick python script to hit an offline Wiktionary dump for finding multilingual words.

Awesome Lists containing this project

README

        

A quick python script to finding multilingual words from Wiktionary dumps.

Make sure you `pip install lxml` and `pip install pathlib2` before you run this. You should probably run this in a virtualenv, as per standard Python development practices.