text2vec 0.6.5 (2023-10-16)

text2vec 0.6.4 (2023-02-15)

text2vec 0.6.2 (2022-09-11)

text2vec 0.6

  1. 2019-12-17
  2. 2018-09-10
  3. 2018-05-28
  4. 2018-05-25
  5. 2018-05-10
  6. 2018-05-02
  7. 2018-01-17

text2vec 0.5.1 [2018-01-10]

  1. 2018-01-10
  2. 2018-01-09
  3. 2017-12-18
  4. 2017-10-18

text2vec 0.5.0

  1. 2017-06-12
  2. 2017-05-17
  3. 2017-05-17
  4. 2017-03-25
  5. 2017-01-02
  6. 2016-12-30
  7. 2016-10-30
  8. 2016-10-20

text2vec 0.4.0

2016-10-03. See 0.4 milestone tags.

  1. Now under GPL (>= 2) Licence
  2. “immutable” iterators - no need to reinitialize them
  3. unified models interface
  4. New models: LSA, LDA, GloVe with L1 regularization
  5. Fast similarity and distances calculation: Cosine, Jaccard, Relaxed Word Mover’s Distance, Euclidean
  6. Better hadnling UTF-8 strings, thanks to @qinwf
  7. iterators and models rely on R6 package

text2vec 0.3.0

  1. 2016-01-13 fix for #46, thanks to @buhrmann for reporting
  2. 2016-01-16 format of vocabulary changed.
  3. 2016-01-17 fix for #51. if iterator over tokens returns list with names, these names will be:
  4. 2016-02-02 high level function for corpus and vocabulary construction.
  5. 2016-02-10 rename transformers
  6. 2016-03-29 (accumulated since 2016-02-10)
  7. 2016-03-30 more robust split_into() util.

text2vec 0.2.0 (2016-01-10)

First CRAN release of text2vec.