Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osyoyu/tantivy-tokenizer-tiny-segmenter
A Japanese tokenizer for Tantivy, based on TinySegmenter.
https://github.com/osyoyu/tantivy-tokenizer-tiny-segmenter
tantivy tokenizer
Last synced: 16 days ago
JSON representation
A Japanese tokenizer for Tantivy, based on TinySegmenter.
- Host: GitHub
- URL: https://github.com/osyoyu/tantivy-tokenizer-tiny-segmenter
- Owner: osyoyu
- Created: 2019-02-10T14:05:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T10:29:00.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T11:35:57.742Z (2 months ago)
- Topics: tantivy, tokenizer
- Language: Rust
- Homepage: https://crates.io/crates/tantivy-tokenizer-tiny-segmenter
- Size: 10.7 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tantivy-tokenizer-tiny-segmenter
================================A Japanese tokenizer for [Tantivy](https://github.com/tantivy-search/tantivy) based on [TinySegmenter](http://chasen.org/~taku/software/TinySegmenter/). Compatible with Tantivy 0.10.
See examples/basic.rs for basic usage.