Skip to content

nolanlawson/JapaneseNameConverterRoot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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