Oleg Tarasov

Results 15 comments of Oleg Tarasov

@Desklop Владислав, здравствуйте! Большое спасибо за модель! Не могли бы выложить заодно и корпус для обучения?

@Desklop Круто, спасибо! Поисследуем :)

Hi! x32 support is possible, but will require compiling fastText library in 32 bit mode, running the tests and making sure that things work as expected overall. Unfortunately, I don't...

Hi @define-private-public! Sorry for such a late reply. I've just pushed version `1.0.19` to Nuget. Library manager now adds the path to which native dependencies are being extracted to `DYLD_LIBRARY_PATH`...

So I did some testing and it seems that modifying library search path is the way to go. I've pushed v. `1.0.21`, where library search path modification is on by...

Orrrrr not :) Seems that variable modification doesn't work all the time, need to poke around some more.

OK, so here's what I've found. Changing variables such as `DYLD_LIBRARY_PATH` at runtime is completely useless, since they are taken into account only at process startup, and then any change...

I can confirm this issue, we have to compute these metrics by hand because of this bug.

Hi! This library is designed to be completely self-reliant, and doesn't require manual dependency installation. It also uses forked fastText binary in order to communicate with .NET code, which is...

Sorry, didn't notice that you are building the wrapper from source. You didn't specify what fastText binary you are using, so make sure you use my fork, the `c_api` branch:...