allenai / allennlp-hub

A collection of selected of models built with AllenNLP.
Apache License 2.0
25 stars 9 forks source link

Fix sniff tests to account for changing spacy models #7

Closed brendan-ai2 closed 4 years ago

brendan-ai2 commented 4 years ago

In [1]: import spacy

In [2]: spacy.version Out[2]: '2.2.2' (allennlp-hub) brendanr.local ➜ allennlp-hub git:(fix_sniff) ✗ python -m spacy validate ✔ Loaded compatibility table

====================== Installed models (spaCy v2.2.2) ====================== ℹ spaCy installation: /Users/brendanr/anaconda3/envs/allennlp-hub/lib/python3.6/site-packages/spacy

TYPE NAME MODEL VERSION package en-core-web-sm en_core_web_sm 2.2.5 ✔

brendan-ai2 commented 4 years ago

Thanks