i need the whole "stop words" and also is there anycomponenet in java that counts how many for example "dog" is in the string. i want a component that gets astring and a word adn counts how many words do we havein this sentence?
Check out StringTokenizer object. that's all u need.