Package: word2vec 0.4.1
word2vec: Distributed Representations of Words
Learn vector representations of words by continuous bag of words and skip-gram implementations of the 'word2vec' algorithm. The techniques are detailed in the paper "Distributed Representations of Words and Phrases and their Compositionality" by Mikolov et al. (2013), available at <doi:10.48550/arXiv.1310.4546>.
Authors:
word2vec_0.4.1.tar.gz
word2vec_0.4.1.zip(r-4.7)word2vec_0.4.1.zip(r-4.6)word2vec_0.4.1.zip(r-4.5)
word2vec_0.4.1.tgz(r-4.6-x86_64)word2vec_0.4.1.tgz(r-4.6-arm64)word2vec_0.4.1.tgz(r-4.5-x86_64)word2vec_0.4.1.tgz(r-4.5-arm64)
word2vec_0.4.1.tar.gz(r-4.7-arm64)word2vec_0.4.1.tar.gz(r-4.7-x86_64)word2vec_0.4.1.tar.gz(r-4.6-arm64)word2vec_0.4.1.tar.gz(r-4.6-x86_64)
word2vec_0.4.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
word2vec/json (API)
NEWS
| # Install 'word2vec' in R: |
| install.packages('word2vec', repos = c('https://bnosac.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bnosac/word2vec/issues
embeddingsnatural-language-processingword2veccpp
Last updated from:0b7ee12d42. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 148 | ||
| linux-devel-x86_64 | OK | 145 | ||
| source / vignettes | OK | 163 | ||
| linux-release-arm64 | OK | 161 | ||
| linux-release-x86_64 | OK | 140 | ||
| macos-release-arm64 | OK | 145 | ||
| macos-release-x86_64 | OK | 230 | ||
| macos-oldrel-arm64 | OK | 124 | ||
| macos-oldrel-x86_64 | OK | 283 | ||
| windows-devel | OK | 157 | ||
| windows-release | OK | 180 | ||
| windows-oldrel | OK | 198 | ||
| wasm-release | OK | 109 |
Exports:doc2vecread.word2vecread.wordvectorstxt_clean_word2vecword2vecword2vec_similaritywrite.word2vec
Dependencies:RcppRcppProgress
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get the word vectors of a word2vec model | as.matrix.word2vec |
| Get document vectors based on a word2vec model | doc2vec |
| Predict functionalities for a word2vec model | predict.word2vec |
| Read a binary word2vec model from disk | read.word2vec |
| Read word vectors from a word2vec model from disk | read.wordvectors |
| Text cleaning specific for input to word2vec | txt_clean_word2vec |
| Train a word2vec model on text | word2vec |
| Similarity between word vectors as used in word2vec | word2vec_similarity |
| Train a word2vec model on text | word2vec.character |
| Train a word2vec model on text | word2vec.list |
| Save a word2vec model to disk | write.word2vec |
