8000 GitHub - akr4/tantivy-vibrato: A Tantivy tokenizer using Vibrato.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akr4/tantivy-vibrato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tantivy-vibrato

A Tantivy tokenizer using Vibrato.

Crates.io

Usage

let tokenizer = VibratoTokenizer::new("/path/to/dictionary")?;
let analyzer = TextAnalyzer::from(tokenizer).filter(LowerCaser);
index.tokenizers().register("lang_ja", analyzer);

You need to specify a path to the Vibrato's dictionary file.

About

A Tantivy tokenizer using Vibrato.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0