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
- Host: GitHub
- URL: https://github.com/srom/tokenizer
- Owner: srom
- License: mit
- Created: 2014-11-30T18:59:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T00:39:18.000Z (over 11 years ago)
- Last Synced: 2025-03-22T12:42:34.653Z (over 1 year ago)
- Language: Go
- Homepage: http://godoc.org/github.com/srom/tokenizer
- Size: 168 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).