Sequential Labeling based Transliteration
Transliteration by CRF.
List of Contents
What's new
Demonstration
Result Sample
What's new
2009-03-17: This page is available.
2009-08-31: WEB API is available.
Demonstration : English to other languages
Input an English Named Entity (such as "John"), and push exec.
WEB API
API usage
sample of API query:
http://akebia.hcc.h.u-tokyo.ac.jp/NEWS/api.cgi?s=Leon&l=JA
s:=named entity
l:={JA (Japanese), CH (Chinese), KO (Korean), RU (Russian), TA (Tamil), HI (Hindi), KA (Kannada)}
You get the result (10-best) as follows:
レオン 0.75454
リオン 0.04951
レオーン 0.0482
...
API check
http://akebia.hcc.h.u-tokyo.ac.jp/NEWS/api.cgi?s=
&l=
Result Sample
perl script
you can download
SCRIPT.tar.gz
.
eiji.aramaki@gmail.com