https://github.com/tetsuok/kytea-go
Go package which provides access to KyTea
https://github.com/tetsuok/kytea-go
Last synced: 9 months ago
JSON representation
Go package which provides access to KyTea
- Host: GitHub
- URL: https://github.com/tetsuok/kytea-go
- Owner: tetsuok
- License: apache-2.0
- Created: 2014-09-19T17:57:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-25T12:45:33.000Z (over 11 years ago)
- Last Synced: 2025-02-15T05:51:38.291Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kytea-go [](https://travis-ci.org/tetsuok/kytea-go)
========
Go package which provides access to KyTea.
### Requirement
- A fork of KyTea: https://github.com/tetsuok/kytea
This Go package uses cgo, which means you need to install KyTea's headers and library `libkytea.so`
under the "correct" path in the sense that the compiler can find the headers and library.