Skip to content

manideepreddy4/CountVectorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CountVectorizer

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.

About

CountVectorizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published