Skip to content

Go言語での日本語変換package

License

Notifications You must be signed in to change notification settings

rmanzoku/gojaconv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gojaconv

日本語変換package

  • かな -> ローマ字(ヘボン式)
    • ToHebon(string) string

Install

go get -u github.com/kotaroooo0/gojaconv/jaconv

Usage

import 	"github.com/kotaroooo0/gojaconv/jaconv"

hebon := jaconv.ToHebon("おはよう")
fmt.Println(hebon)
// Output: ohayo

hebon = jaconv.ToHebon("こんにちは")
fmt.Println(hebon)
// Output: konnichiha

Author

kotaroooo0

LICENSE

MIT License

About

Go言語での日本語変換package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%