Skip to content

yosida95/romaji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

romaji

romaji is a bi-directional translator for Katakana and Romaji.

Example

package main

import "github.com/yosida95/romaji"

func main() {
     kana := "トウキョウ"
     roman := romaji.FromKanaHepburn(kana)
     fmt.Printf("%q -> %q\n", kana, roman)

     // Output:
     // "トウキョウ" -> "TOKYO"
}

Documentation

License

romaji is distributed under the BSD 3-Clause license. PLEASE READ ./LICENSE carefully and follow its clauses to use this software.

Author

yosida95

Releases

No releases published

Languages