Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Oct 4, 2023
1 parent 71da28f commit 5785337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGES IN word2vec VERSION 0.4.0

- C++ compiler in Makevars is now set to C++17 by CXX_STD = CXX17
- Drop C++11 specification in Makevars
- Building a word2vec model is now possible by providing a list of tokenised sentences (issue #14)
- word2vec is now a generic function with 2 implemented methods: word2vec.character and word2vec.list
- The embeddings with the file-based (word2vec.character) and list-based approach (word2vec.list) are proven to be the same if the tokenisation is the same and the hyperparameters of the model are the same
Expand Down

0 comments on commit 5785337

Please sign in to comment.