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.
- Host: GitHub
- URL: https://github.com/jonfortescue/multilingualwords
- Owner: jonfortescue
- License: gpl-3.0
- Created: 2018-03-15T00:07:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T23:44:47.000Z (over 6 years ago)
- Last Synced: 2025-02-07T15:39:16.978Z (4 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.