Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srom/tokenizer

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

Last synced: about 2 months 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).