CHANGES IN ruimtehol VERSION 0.2.3
- Changes to src/Makevars
- Changes in src/Starspace/src/model.cpp (EmbedModel::train). On Mac, no longer use threads as on CRAN that seems to make the package FAIL (while on Travis it did not - see issue #10)
CHANGES IN ruimtehol VERSION 0.2.2
- fix for embed_sentencespace & embed_docspace & embed_articlespace, sentences should be separated by “, not” in order to avoid having "" in the dictionary
CHANGES IN ruimtehol VERSION 0.2.1
- remove the GNU make as part of the SystemRequirements
CHANGES IN ruimtehol VERSION 0.2
- Allow to do transfer learning by passing an embedding matrix and keep on training based on that matrix
- Allow to do semi-supervised learning easily with embed_tagspace
- Attributes attached to a model are now also restored when loading a model with starspace_load_model of type ‘ruimtehol’
- Add range.textspace to get the range of embedding similarities
- starspace now also returns the loss before training instead of only starting from epoch 1
CHANGES IN ruimtehol VERSION 0.1.2
- Changes to src/Makevars
- Added -pthread in PKG_CPPFLAGS and removed usage of SHLIB_PTHREAD_FLAGS
CHANGES IN ruimtehol VERSION 0.1.1
- Initial release based on STARSPACE-2017-2.