An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cppjieba-cabi

[![Build Status](https://travis-ci.org/messense/cppjieba-cabi.svg?branch=master)](https://travis-ci.org/messense/cppjieba-cabi)
[![codecov](https://codecov.io/gh/messense/cppjieba-cabi/branch/master/graph/badge.svg)](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.