Slide 37
Slide 37 text
Bag of Words: Simple Example
Two texts:
● “Hello, Will!”
● “Hello, Globe!”
“Hello” “Will” “Globe”
“Hello,
Will”
1 1 0
“Hello,
Globe”
1 0 1
“Hello, Will” → “A text that contains one instance of the
word “Hello”, contains one instance of the word “Will”, and
does not contain the word “Globe”.
(Less readable for us, more readable for computers!)