This release fixes stop word removal bugs, fixes memory issues for long documents, adds a `build_tokenizer` attribute, and online update functions.
Solves issues 34, 31, 29, 28, 26, and 6.
0.0.11
This release allows to reuse an object from `spacy.load` for many different KeyphraseVectorizer objects. This release includes PR 19
0.0.10
Added the options to use a custom POS-tagger, define custom stop words, and exclude certain spaCy pipeline components. This release solves issues 2 and 7.
0.0.9
Fixed issue 11 and 10 by removing the default exclusion of certain spaCy pipeline components. This slightly slows down the keyphrase extraction process. However it grants higher compatibility to all available spaCy pipelines, including the ones that use transformers.