Mikhail Korobov
Mikhail Korobov
Теперь в нижнем регистре слова передавать необязательно, см. #11.
Если под "парсингом" имеется в виду "нахождение всех форм слова", то особо помочь сейчас нельзя. Для известных слов все варианты зашиты в словаре; для неизвестных - генерируются по данным, которые...
huge +1, I was about to submit the same issue several months ago but this gets lost in my TODO list ;) What do you think about an another name...
The magical auto-creation can be very tasty! E.g. the site have a static html page (or a page with static block of text) and after some time site owner says:...
There is no feature hashing, seqlearn estimators require feature matrix X which can contain arbitrary features, including word vectors.
FYI: https://github.com/larsmans/seqlearn/pull/10 aims to implement something similar to partial_fit, but with a very different API. What should partial_fit method do exactly? Should it learn on partial data or should it...
+1 to this feature, I've created small tqdm wrappers which do just that more than once.
I care about tqdm and can help with maintenance. Of course, it is better to not create a fork, if that's possible.
Hey @hadim - thanks for working on it! I think the original commit history should be preserved.
> Makes sense. Though it's not entirely clear to me how to do that. Metaclasses? There is so much magic in our solution that I don't understand it anymore, but...