https://github.com/goark/krconv
Convert kana-character to roman-alphabet
https://github.com/goark/krconv
characters golang golang-package japanese
Last synced: 6 months ago
JSON representation
Convert kana-character to roman-alphabet
- Host: GitHub
- URL: https://github.com/goark/krconv
- Owner: goark
- License: apache-2.0
- Created: 2021-09-10T20:51:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T11:16:40.000Z (over 3 years ago)
- Last Synced: 2025-10-13T09:57:20.331Z (9 months ago)
- Topics: characters, golang, golang-package, japanese
- Language: Go
- Homepage:
- Size: 178 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [krconv] -- Convert kana-character to roman-alphabet
Convert kana-characters to roman-alphabets (by hepburn romanization)
[](https://github.com/goark/krconv/actions)
[](https://github.com/goark/krconv/actions)
[](https://raw.githubusercontent.com/goark/krconv/master/LICENSE)
[](https://github.com/goark/krconv/releases/latest)
This package is required Go 1.16 or later.
**Migrated repository to [github.com/goark/krconv][krconv]**
## Import
```go
import "github.com/goark/krconv"
```
## Usage
```go
package krconv_test
import (
"fmt"
"github.com/goark/krconv"
)
func ExampleConvert() {
s := "マツエ テッペイ めっちゃほりでぃ ナンバかげつで まんざい みるんだょっ"
fmt.Println(krconv.Convert(s))
//Output:
//matsue teppei metchahoridei nambakagetsude manzai mirundayotsu
}
```
## Modules Requirement Graph
[](./dependency.png)
[krconv]: https://github.com/goark/krconv "goark/krconv: Convert kana-character to roman-alphabet"