Skip to content

barionleg/weibme

Repository files navigation

webime

Build Status

WebIME - A webservice for providing an input method engine for any language given a file of words/characters and their frequencies.

Javascript Code modified from chinese-ime by Ironzeb

Webservice written in Java

The code can be packed into a WAR file and can be run on (for example) an Apache Tomcat Server. IME files in the IME xml format (example given for Akkadian cuneiform) should be put in the folder "ime" located above the webserver execution folder. (e.g. tomcat/webapps)

Happy testing!