can u give me some documents about text summerization system , if u can provide some arithmetic and code (c or c++)will be better ,thanx a lot.
I would do a Google search. But, mine yielded very little material and nothing that looked like source code. A good starting point might be to look at Bayesian spam filtering. It is good because it does work on text analysis and pattern matching. The wiki link is: http://en.wikipedia.org/wiki/Bayesian_filtering If all you want to do is count words, that is a simple program and you will find many examples in introductory texts.
o ,thank u very much . just because this is the topic of my paper ,and i don't have enough time to work out a new arithmetic, i looking for some help from DP.