Arseny Tolmachev

Results 86 comments of Arseny Tolmachev

Ah, yes, static feature generation compiles a native binary (non cross-compiled). Need to fix that for cross-compilation at least (or compile natively on arm from the beginning). Working on cross-compilation,...

Do you want to implement an analyzer for Thai(?) only, or use it to analyzer mixed Thai(?)-Japanese data?

Sorry for the very late reply. I didn't implement romanization of pronunciation, but probably the best thing to do this is at post-processing. I don't think that this should be...

We will try to use better exception types later

@kazuma-t what do you think? I'd say let's wait 6 months from the SudachiPy 0.6.0 release and if nothing really serious comes up, let's archive this repo.

Sort of working version is https://github.com/eiennohito/jumanpp-unidic

I recommend using https://github.com/eiennohito/jumanpp-grpc instead which uses modern technology and can be easily consumed from various languages. (For using the exact package version you should replace the jumanpp dir with...

There should not be platform dependent code in Juman++ and it runs on M1-based macs natively without problem. There is, however, no C API, only C++ one. I am not...

It is not just a matter of `extern C` to expose C++ API as C. In the current state, the API is probably unusable from C. First, all Juman++ strings...

Yes, model is pretty large, it is an unfortunate tradeoff with analysis accuracy here. I am not really sure that Juman++ is a good fit for mobile if the analysis...