bnosac / word2vec

Distributed Representations of Words using word2vec
Apache License 2.0
70 stars 5 forks source link

Develop word2vec.list() #23

Open koheiw opened 8 months ago

koheiw commented 8 months ago

word2vec.list() works with with list of characters vectors. It serializes tokens character vectors to integer vectors in R. This can be done differently but this is the simplest approach. We have to think what to do if x is already a list of integers.