text2vec Questions

2

Solved

I was reading the paper "Improving Distributional Similarity with Lessons Learned from Word Embeddings" by Levy et al., and while discussing their hyperparameters, they say: Vector Normalizatio...
Dichotomous asked 11/7, 2018 at 17:10

2

Solved

edit: The new package text2vec is excellent, and solves this problem (and many others) really well. text2vec on CRAN text2vec on github vignette that illustrates ngram tokenization I have a prett...
Flemming asked 22/7, 2015 at 17:50

3

I am building a language model in R to predict a next word in the sentence based on the previous words. Currently my model is a simple ngram model with Kneser-Ney smoothing. It predicts next word b...
Walker asked 21/4, 2016 at 21:6

1

Solved

I am using text2vec in R and having difficulty writing a stemming function that works with the itoken function in the text2vec package. The text2vec documentation suggests this stemming function: ...
Garlicky asked 21/11, 2016 at 11:13
1

© 2022 - 2024 — McMap. All rights reserved.