Releases: stephenhky/PyShortTextCategorization
Releases · stephenhky/PyShortTextCategorization
Release 1.1.2
- Updated code to load FastText models (as previous function was deprecated by
gensim).
Release 1.1.1
- Bug fixed.
Release 1.1.0
- Size of embedded vectors set to 300 again when necessary; (possibly break compatibility)
- Moving corpus data from Github to Google Cloud Storage.
Release 1.0.8
- Compatibility with Python 3.7 with TensorFlow as the backend.
Release 1.0.7
- Compatibility with Python 3.7 with Theano as the backend;
- Minor documentation changes.
Release 1.0.6
- Minor documentation updates;
- Testing word-embedding model on Amazon S3 bucket.
Release 1.0.5
- Minor versioning bug.
Release 1.0.4
- Update package;
- Less
pandasdependence.
Release 1.0.3
- Minor bugs fixed.
Release 1.0.2
- Minor bugs regarding installation fixed.