CountVectorizer This converts the text into pieces called “tokens” based on the frequencies. it is gives a sparse matric i.e, a matrix with numbers (0,1,2,…etc) as elements. 0 represents that the word did not appear. 1 represents that the word appeared once in the line of text in this manner we have to understand the frequency by observing this matrix one can understand how many times each word is repeated.
-
Notifications
You must be signed in to change notification settings - Fork 0
manideepreddy4/CountVectorizer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
CountVectorizer
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published