yada_mod 0.4.0

Yada is a yet another double-array trie library aiming for fast search and compact data representation. This fork added a tokenization function
Documentation
[package]
authors = ["Takuya Asano <takuya.a@gmail.com>", "Linh Nguyen The <daibo031983@gmail.com>"]
categories = ["algorithms", "compression", "data-structures", "text-processing"]
description = "Yada is a yet another double-array trie library aiming for fast search and compact data representation. This fork added a tokenization function"
documentation = "https://github.com/daibo83/yada_tokenizer"
edition = "2018"
homepage = "https://github.com/takuyaa/yada"
keywords = ["double-array", "trie", "search"]
license = "MIT OR Apache-2.0"
name = "yada_mod"
readme = "README.md"
repository = "https://github.com/daibo83/yada_tokenizer"
version = "0.4.0"