Login
Remember
Register
Ask a Question
What are the possible features of a text corpus in NLP?
0
votes
asked
Sep 8, 2022
in
NLP using Python
by
Robin
What are the possible features of a text corpus in NLP?
a. Count of the word in a document
b. Vector notation of the word
c. Part of Speech Tag
d. Basic Dependency Grammar
e. All of the above
text-copus-nlp
nlp
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 8, 2022
by
Robin
e)All of the above can be used as features of the text corpus.
...