Releases: MartinoMensio/spacy-universal-sentence-encoder
Releases · MartinoMensio/spacy-universal-sentence-encoder
xx_use_lg-0.2.1
version 0.2.1: - switched to git+https for pip requirements (references #3) - added tag to the requirements of the packages - new `load_model` function to be able to get and use models with just the base requirement
en_use_md-0.2.1
version 0.2.1: - switched to git+https for pip requirements (references #3) - added tag to the requirements of the packages - new `load_model` function to be able to get and use models with just the base requirement
en_use_lg-0.2.1
version 0.2.1: - switched to git+https for pip requirements (references #3) - added tag to the requirements of the packages - new `load_model` function to be able to get and use models with just the base requirement
xx_use_md-0.2.0
xx_use_lg-0.2.0
en_use_md-0.2.0
SpaCy wrapper for https://tfhub.dev/google/universal-sentence-encoder/4
en_use_lg-0.2.0
SpaCy wrapper for https://tfhub.dev/google/universal-sentence-encoder-large/5
en_use-0.1.3
Version 0.1.3 changes:
- version match between wrapper (
en_use
anduniversal_sentence_encoder
) - avoid loading of
tf_wrapper
just whenspacy.load
is called on other models. Now it is instantiated as singleton just whenspacy.load('en_use')
is called - fix the
Token.vector
that was raising an exception
en_use-0.1.2
added tagger, parser, ner from en_core_web_sm
en_use-0.1.1
version increase