https://github.com/ripta/unihan
Unihan Database (UCD v16.0.0) for Go 😬
https://github.com/ripta/unihan
Last synced: 7 months ago
JSON representation
Unihan Database (UCD v16.0.0) for Go 😬
- Host: GitHub
- URL: https://github.com/ripta/unihan
- Owner: ripta
- License: mit
- Created: 2025-04-04T09:12:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T09:13:01.000Z (10 months ago)
- Last Synced: 2025-06-29T22:55:48.054Z (8 months ago)
- Language: Go
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.code
Awesome Lists containing this project
README
unihan: Go library for Unihan Reading UCD database
To use:
```
go get github.com/ripta/unihan
```
To update:
```
git clone https://github.com/ripta/unihan
cd unihan
make download build
```