Duygu Altinok
Duygu Altinok
I have a complaint about Portuguese model as well. The expression `um irmão meu` is parsed wrong by `pt_core_news_md`. `pt_core_news_sm` functions correct. Here's output of medium model for dependency parse,...
@g8a9 many thanks for the tip! I installed via pip, I don't know if they're the latest versions. Would you mind telling the version numbers of `pyicu` , `pycld2` and...
I have the same issue here!
All you need is to generate a wav file. You can do it with your smart phone. Just record your sentence with voice-recorder of your phone as a wav file,...
I made thread safety, it should not be a problem in multithreaded/multiprocessing environment to use the lib in general. Can you please try the library in your local first?
Yes of course, I'll debug in VSCode > I already tried it with some adjustments I think the problem is the large imports in some of the files That might...
Thanks for your comment! I made the library quite some time ago, I don't remember why I skipped registering to pypi. Though project is Python3 compatible, still I want to...
> FYI our use case is our inclusive writing assistant https://www.witty.works/ and we are looking for ways to make our alternatives grammatically correct. > > so we will need to...
> another wrinkle is `sicherzustellen` which has the spacy lemma `sicherstellen`. > > so if we have an alternative `umsetzen` we need to transform this to `umzustellen` or an alternative...
Anyone was able to make text classification in Keras successfully with sentence vectors?