Описание тега text2vec
NoneText2vec - R package which provides a fast and memory efficient framework for text mining applications within R. Vectorization, word embeddings, topic modelling and more.
Text 2vec goal is to provide tools to easily perform text mining in R with C++ speeds:
- Core parts written in C++
- Small memory footprint
- Concise, pipe friendly API
- No need load all data into RAM - process it in chunks
- Easily vertical scaling with multiple cores, threads.
See development page at github.