Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antaripchatterjee/gentok

A simple tokenizer library created with c11
https://github.com/antaripchatterjee/gentok

Last synced: about 2 months ago
JSON representation

A simple tokenizer library created with c11

Awesome Lists containing this project

README

        

# GenTok
A simple tokenizer library created with c11.

## Installation
If you are on windows platform, use a tool like [MSYS2](https://www.msys2.org/).

Use the below commands to build and release the gentok library.

```bash
# To build the debug version of the test program
make

# To build the release version of the test program
make release

# To build the static library
make install

# To clean up the working directory
make clean
```

## License
This library is released with the [MIT License](https://github.com/antaripchatterjee/gentok/blob/master/LICENSE).

## Note
This library is in its intial stage. It has a long way to go before I use it as a real tokenizer.