WorksheetsNLP Lecture II
Total questions: 9
Worksheet time: 5mins
Consider a document-term matrix for text vectorization, where rows represent documents and columns represent terms (words). How could we extract feature vectors for each word ?
rows can be used as feature vectors
columns can be used as feature vectors
We need first to convert the matrix to a BoW matrix
use countvectorizer(Binary=True)
C)Identifying Names of persons in the documents
In the context of natural language processing, what does "predictive power" of a word refer to?
D) The degree of confidence in the correctness of the word syntax
B) A model for encoding and representing documents and or words as fixed-length numeric vectors.
C) A model used for converting text to vectors of different lengths .
D) A model that encodes documents only as fixed length numeric vectors
