1 unstable release

new 0.1.0 Jan 2, 2025

#676 in Machine learning

Download history 159/week @ 2024-12-30

159 downloads per month

Apache-2.0

16KB
438 lines

Tocken

CI crates.io docs.rs

Tokenizer implemented in Rust.

This tokenizer is based on Lucene's EnglishAnalyzer.

Usage

  • as a library: check the main.rs file and docs.
  • as a CLI:
    • cargo r -r --help
    • cargo r -r -- -i wiki.txt -o wiki_tocken_f10.json -f 10

lib.rs:

Tokenizer for text keyword match.

Dependencies

~10MB
~171K SLoC