@online{huangndbag,
  author       = {Huang, Xuanqiang Angelo},
  title        = {Bag of words},
  organization = {Xuanqiang Angelo Huang's Blog},
  url          = {https://flecart.github.io/notes/bag-of-words/},
  langid       = {english},
  abstract     = {Bag of words only takes into account the count of the words inside a document, ignoring all the syntax and boundaries. This method is very common for email classifications techniques. We can say bag of words can be some sort of pooling , it's similar to the computer vision analog}
}
