Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 891 Bytes

CHANGELOG.rst

File metadata and controls

23 lines (17 loc) · 891 Bytes

Changelog

0.0.3 (2016-10-28)

  • FastText classifier based on version 0.8.0 of https://github.com/salestock/fastText.py
  • GensimFastText has now:
    • negative sampling
    • softmax as alternative output function
    • almost complete LabeledWord2Vec as subclass of Gensim's Word2Vec
  • More tests

0.0.2 (2016-10-14)

  • Cython code for fastText in Gensim
  • Script for benchmarks

0.0.1 (2016-10-11)

  • First working model: GensimFastText