Closed x-tabdeveloping closed 1 year ago
I have removed the print statement, fixed the list annotations with Python 3.8 and added a unit test.
Okay model loading should work now, I also added a test for it.
Ah. My bad. I just merged the keras-nlp stuff which is causing minor merge conflicts. I think it's starting to look good, my only comment is to set the new version to 0.5.1. Going to v0.6 makes more sense if there's a bigger, maybe more breaking change.
I'll try and prep a release later today for this component and the KerasNLP stuff. It's just that there have been some changes to the docs that I'll fix personally.
Thanks for the PR!
Thanks for the collab, it was my pleasure :D
I added Gensim word embedding models to the package, that can be used in a similar manner to spaCy vectorizers in that you can pool together embeddings in a document with the same API.
One can load pretrained models from gensim's repositories or can use custom Word2Vec or KeyedVectors instances.