Skip to content

Commit

Permalink
bump up (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
kampersanda authored Sep 23, 2022
1 parent 837e537 commit a303803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The technical ideas behind this library appear in [this blog post](https://tech.
Vibrato is a Rust reimplementation of the fast tokenizer [MeCab](https://taku910.github.io/mecab/),
although its implementation has been simplified and optimized for even faster tokenization.
Especially for language resources with a large matrix
(e.g., [`unidic-cwj-3.1.0`](https://clrd.ninjal.ac.jp/unidic/back_number.html#unidic_cwj) with a matrix of 459 MiB),
(e.g., [`unidic-cwj-3.1.1`](https://clrd.ninjal.ac.jp/unidic/back_number.html#unidic_cwj) with a matrix of 459 MiB),
Vibrato will run faster thanks to cache-efficient id mappings.

For example, the following figure shows an experimental result of
Expand Down
7 changes: 5 additions & 2 deletions vibrato/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[package]
name = "vibrato"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
authors = ["Shunsuke Kanda <[email protected]>"]
authors = [
"Shunsuke Kanda <[email protected]>",
"Koichi Akabe <[email protected]>",
]
description = "Vibrato: viterbi-based accelerated tokenizer"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/daac-tools/vibrato"
Expand Down

0 comments on commit a303803

Please sign in to comment.