pchr8 / pymorphy-spacy-disambiguation

A package that picks the correct pymorphy2 morphology analysis based on morphology data from spacy
MIT License
5 stars 0 forks source link

Allow setting weights from Disambiguator init, without creating a separate dataclass #4

Closed pchr8 closed 11 months ago

pchr8 commented 11 months ago

The original intent behind the dataclass was because the weighting was supposed to be more complex, now actually using the package makes me realize that for the current iteration passing things from init would be more than enough