Arseny Tolmachev

Results 86 comments of Arseny Tolmachev

おそらく、それよりは `--std=c89` でコンパイルしたほうがいいです。 複数のコンパイラーでデフォルトが Cの場合は `--std=gnu99` になって、C++の場合は `--std=c++14` です。 もともとの定義を直したほうがいいかもしれませんけど

Making the system dictionary required is probably the best way to solve this problem. Using some default dictionary as an anchor for building a user dictionary can result in surprising...

This is a KNP bug I think... Suggestion: add flag `--version-comment=` with the default state being off. Otherwise we either append or prepend current version (what is the current version...

From the Unicode point of view, Python is correct here, Java is not.

İstanbul as a word is fixed in SudachiPy 0.6.1+, İ itself is not. Moving the issue to Sudachi.rs repo.

Debug option is ignored at the moment. Use the Rust binary instead if you want debugging information as a workaround for the time being.

モデルを `model` フォルダーに入れておく必要があります。これがドキュメンテーションの不備ですね。

`model` フォルダーに `jppdic.jppmdl` のファイルとしてモデルのファイルを入れておく必要があります。後でReadmeに書いておきます。

Actually, the neural network part is only a small part of Juman++. The code will probably compile and work on arm64, but I haven't tried.