dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
850 stars 135 forks source link

Question: character n-grams? #249

Closed TalitaGroetzinger closed 6 years ago

TalitaGroetzinger commented 6 years ago

Hi,

Is it also possible to use the R package to create a matrix of TF-IDF character n-gram features, instead of words?

dselivanov commented 6 years ago

yes it is possible. Please use https://stackoverflow.com/questions/tagged/text2vec for such questions.