Skip to content

nolanlawson/JapaneseNameConverterRoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Japanese Name Converter

Author

Nolan Lawson

License

WTFPL, although attribution would be nice.

Overview

The Japanese Name Converter is a simple Android app that converts English names into their Japanese equivalents using a mix of dictionary lookup and machine learning. The machine learning algorithm is a variation of the Transformation-Based Learning (TBL) method invented by Eric Brill. You can read the explanatory article for more info.

The project is made up of two components: 1) a Maven Java project for building the TBL transduction model (preprocessing phase), and 2) the Android app itself.

Related projects

About

Android app to convert English names into Japanese characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages