tokenizer
Text tokenizer library
A Ruby-based library for splitting written text into tokens for natural language processing tasks.
A simple tokenizer in Ruby for NLP tasks.
46 stars
5 watching
11 forks
Language: Ruby
last commit: over 7 years ago
Linked from 1 awesome list
natural-language-processingnlprubyrubynlptokenizer
Related projects:
Repository | Description | Stars |
---|---|---|
abitdodgy/words_counted | A Ruby library that tokenizes input and provides various statistical measures about the tokens | 159 |
thisiscetin/textoken | A gem for extracting words from text with customizable tokenization rules | 31 |
zencephalon/tactful_tokenizer | A Ruby library that tokenizes text into sentences using a Bayesian statistical model | 80 |
6/tiny_segmenter | A Ruby port of a Japanese text tokenization algorithm | 21 |
diasks2/pragmatic_tokenizer | A multilingual tokenizer to split strings into tokens, handling various language and formatting nuances. | 90 |
juliatext/wordtokenizers.jl | A set of high-performance tokenizers for natural language processing tasks | 96 |
denosaurs/tokenizer | A simple tokenizer library for parsing and analyzing text input in various formats. | 17 |
zurawiki/tiktoken-rs | Provides a Rust library for tokenizing text with OpenAI models using tiktoken. | 256 |
arbox/treetagger-ruby | A Ruby wrapper for a statistical language modeling tool for part-of-speech tagging and chunking | 16 |
shonfeder/tokenize | A Prolog-based tokenization library for lexing text into common tokens | 11 |
mathewsanders/mustard | A Swift library for tokenizing strings with customizable matching behavior | 689 |
jonsafari/tok-tok | A fast and simple tokenizer for multiple languages | 28 |
languagemachines/ucto | A tokeniser for natural language text that separates words from punctuation and supports basic preprocessing steps such as case changing | 65 |
lfcipriani/punkt-segmenter | An implementation of a sentence boundary detection algorithm in Ruby. | 92 |
bzick/tokenizer | A high-performance tokenization library for Go, capable of parsing various data formats and syntaxes. | 98 |