SkillAgentSearch skills...

Gojaconv

Go言語での日本語変換package

Install / Use

/learn @kotaroooo0/Gojaconv
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks2

Languages

Go

Security Score

70/100

Audited on Apr 24, 2024

No findings