dpalmasan / TRUNAJOD2.0

An easy-to-use library to extract indices from texts.
https://trunajod20.readthedocs.io/en/latest/
MIT License
29 stars 7 forks source link

Figure out a way to store model without relying on external files #6

Closed dpalmasan closed 4 years ago

dpalmasan commented 4 years ago

Several functions of our complexity text assessor rely on external databases (such as giveness with the MCR (multilingual central repository), stopwords, lemmatizer, etc. We would like to provide an easy API for testing TRUNAJOD lib, such as the one spacy provdes with the nlp method. This issue is about investigating an alternative to achieve this.

dpalmasan commented 4 years ago

There is a way, it requires creating another repo having a release per each model update. This might require investigating how to implement a download model feature.