https://github.com/messense/cppjieba-cabi
Idiomatic C ABI for CppJieba
https://github.com/messense/cppjieba-cabi
chinese-nlp chinese-segmenter chinese-word-segmentation
Last synced: 3 months ago
JSON representation
Idiomatic C ABI for CppJieba
- Host: GitHub
- URL: https://github.com/messense/cppjieba-cabi
- Owner: messense
- License: mit
- Created: 2018-01-13T15:22:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T08:55:47.000Z (about 5 years ago)
- Last Synced: 2025-04-23T02:16:02.266Z (6 months ago)
- Topics: chinese-nlp, chinese-segmenter, chinese-word-segmentation
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cppjieba-cabi
[](https://travis-ci.org/messense/cppjieba-cabi)
[](https://codecov.io/gh/messense/cppjieba-cabi)Idiomatic C ABI for [CppJieba](https://github.com/yanyiwu/cppjieba)
## Build
CMake version 2.8 or above is required.
```bash
mkdir build
cd build
cmake ..
make
```## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.