sudachi.rs icon indicating copy to clipboard operation
sudachi.rs copied to clipboard

Sudachi in Rust 🦀 and new generation of SudachiPy

Results 41 sudachi.rs issues
Sort by recently updated
recently updated
newest added

But first we need to design this feature better, probably it does not make sense to load user dictionaries or configuration in this setting.

enhancement

Rust ABI is unstable and using plugins compiled with different compiler version can lead to UB

enhancement

Similar to [easy installable dictionary · Issue #73 · WorksApplications/SudachiPy](https://github.com/WorksApplications/SudachiPy/issues/73) ?

I noticed you don't have wheels for aarch64 for Linux. Do you have any plans to release such wheels? Github Actions supports this architecture, so it looks like you can...

The issue around enum on PyO3 side seems solved: https://github.com/PyO3/pyo3/issues/834. https://github.com/WorksApplications/sudachi.rs/blob/d09dd0079b48cd307626b7a4a350deddd52ea132/python/src/tokenizer.rs#L38-L39 Check if we can use it for the PySplitMode.

python

update `fetch_dictionary.sh` - download latest Sudachi dictionary - take version and dict_type as arguments (default: latest / core)

We should avoid invoking setup.py directly. Warning from current github actions log: ``` ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for...

fix #206 , #226 - Change `-s` argument of `ubuild` subcommand to required. - Arrange the help text following that of `build`. The contents of #226 is not visible now...