Monday, July 27, 2009

What stl containers, classes, etc can I use to implement a simple bag of words for document comparison?

I am new to C++ prgramming and I need to find out what STL containers, strings and other classes/utilities I can use to implement a simple bag of words for document comparison.

What stl containers, classes, etc can I use to implement a simple bag of words for document comparison?
Well, it helps to have good information to make decisions like that. So here are two URLs below that I often use when on unfamiliar C++ ground. I hope it helps you out.


No comments:

Post a Comment