Text Item Vectorization System
Jump to navigation
Jump to search
A Text Item Vectorization System is a vectorization system that can solve a text item vectorization task.
- Example(s):
- Counter-Example(s):
- See: Corpus-based Vectorization System.
References
2014
- https://code.google.com/p/word2vec/
- QUOTE: The word2vec tool takes a text corpus as input and produces the word vectors as output. It first constructs a vocabulary from the training text data and then learns vector representation of words. The resulting word vector file can be used as features in many natural language processing and machine learning applications.