Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.06 KB

About

This Chrome extension adds an accent to mark the stress on words in Russian. Hovering over a words brings up a popover with its definition(s) from wiktionary.

The extension contains an index of all Russian words from the English wiktionary site with all their grammatical forms and accent position.

For more information and to install, visit the extension page.

How to build

pip3 install pipenv
cd scripts
pipenv install

pipenv run python3 download-resources.py
pipenv run python3 download-pages.py
pipenv run python3 parse-pages.py
pipenv run python3 build-indexes.py
./package-extension.sh

License

This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.

Icon originally by karthikeyan, via Wikimedia Commons.