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

https://github.com/srom/tokenizer

Natural Language Tokenizers implemented in Go
https://github.com/srom/tokenizer

Last synced: over 1 year ago
JSON representation

Natural Language Tokenizers implemented in Go

Awesome Lists containing this project

README

          

## Overview

Implementation of various natural language tokenizers in Go.

Tokenizers:
* TreeBankWordTokenizer
* BagOfWordsTokenizer

Documentation: http://godoc.org/github.com/srom/tokenizer

## License

[MIT License](https://github.com/srom/xmlstream/blob/master/LICENSE).