Skip to content

Chrome extension to mark accents in Russian text and show their translations

Notifications You must be signed in to change notification settings

dbond09/SlavaTranslator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chrome extension to mark accents in Russian text and show their translations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.6%
  • Python 25.5%
  • HTML 4.3%
  • Shell 2.6%