Shunsuke Kanda

Results 9 issues of Shunsuke Kanda

# Issue Currently, Vibrato provides scripts to download and compile external resources. However, those scripts are dangerous to users because they may download large amounts of unintended data. # Solution...

Basically, `sucds` does not recommend to use unsafe approaches such as `get_unchecked` because deserialization from any data is supported, making it easy to build data structures that contain invalid values....

Sucds can implement FM-index thanks to WaveletMatrix.

SSIA This would be accomplished by porting https://github.com/ot/succinct/blob/master/bp_vector.hpp, although it is necessary to understand the data structure first.

In v0.3.1, user dictionaries can be given in a text CSV format. However, if the dictionary file is huge, the loading time can be a problem. This issue suggests adding...

In v0.3.1, the benchmark result in README is old: Vibrato has been updated, other dictionaries have been distributed, and lindera has been accelerated.

This PR just fixes a typo of the DCG-Burges formula in metrics.md. A newline at the end of the file has also been added automatically by the GitHub editor, following...