Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.65 KB

MODEX Translator


Chrome extension to translate input text and web pages, using the Yandex API and the Moses API. Useful for those who want to use different translation systems.

Preview

Translation Homepage

MODEX Home preview

Translation Language Selection

MODEX Translation process preview MODEX Translation results display

Webpage Translation

MODEX Translation webpage display

Installation

  • Open the Chrome Extension Menu.
  • Click the Load unpacked extension...
  • Navigate to and select the translate directory.
  • Done!

Usage

  • Install and compile Moses according to the instructions provided here, making sure to include XML-RPC.
  • Start the Moses Server according to the instructions here.
  • Make sure you have a stable internet connection to send requests to the Yandex API.

Features

  • Choice between two leading translation systems.
  • Language detection for webpages.
  • Translate input text!
  • Translate full webpages!

Future Work

  • Add more languages for translation.
  • Incorporate Google Translate API for more translation system options.