hipster-philology / nlp-pie-taggers

Extension for pie to include taggers with their models and pre/postprocessors
Mozilla Public License 2.0
11 stars 2 forks source link

Add hashes check for models #28

Open PonteIneptique opened 4 years ago

PonteIneptique commented 4 years ago

Models might be updated, and their update might break with a general update of pie-extended.

To avoid situation where users would not understand why the model does not work anymore, it would be good to have for each downloadable file a list of allowed hashes (sha or md5) where:

On tag function, have a --no-hash-check function for people wanting to use custom models.