chartbeat-labs / textacy

NLP, before and after spaCy
https://textacy.readthedocs.io
Other
2.21k stars 249 forks source link

Fix vsm.Vectorizer reference in quickstart docs #302

Closed marius-mather closed 4 years ago

marius-mather commented 4 years ago

Vectorizer should be accessed via textacy.vsm.Vectorizer

bdewilde commented 4 years ago

Hi @marius-mather , thank you for the fix! This looks good to me, despite all the failing tests, so I'm going to merge it in and then sort out this testing situation...