Which NLP model captures the context of words by representing them as vectors?

  • Word2Vec
  • Regular Expressions
  • Decision Trees
  • Linear Regression
Word2Vec is a widely used NLP model that captures word context by representing words as vectors in a continuous space. It preserves the semantic meaning of words, making it a powerful tool for various NLP tasks like word embeddings and text analysis. The other options are not NLP models and do not capture word context in the same way.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *