PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ivan   EDictionary   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EDictionary
Translate text between languages in multiple sites
Author: By
Last change: Update of README.md
Date: 4 months ago
Size: 592 bytes
 

Contents

Class file image Download
EDictionary (PHP) =========== PHP module to translate words from one language into another. It consists of manager unit and set of adapters which work with online dictionaries. Current version (0.2) supports online translating systems: - AbbyyLingo translating system (http://lingvopro.abbyyonline.com/en) - Yandex.Dictionary dictionary system (http://slovari.yandex.ru/) This module uses 'simple_html_dom' PHP library. Some version of it goes with Edictionary in '/lib' folder. For new version look at http://sourceforge.net/projects/simplehtmldom/ See examples in 'example.php' script.