lindera-tantivy 0.1.0

A Tokenizer for Tantivy, based on Lindera.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.DEFAULT_GOAL := build

clean:
	cargo clean

format:
	cargo fmt

build:
	cargo build --release

test:
	cargo test