in reply to Re: removing stopwords
in thread removing stopwords

i used the same thing in my program and it does not remove the stopwords but when i run this origram it works fine. i have rechceked the contents of the arrays every thing is fine...i dont understand where is the probelm

Replies are listed 'Best First'.
Re^3: removing stopwords
by ikegami (Patriarch) on Jun 01, 2005 at 23:23 UTC

    Then show us a piece of code that displays the problem, including sample data that causes the problem. So far, you haven't shown us code that works by itself, and you haven't given sample data.

    We've showed you how to do it. That means the problem is with your implementation. If we don't see it, we can't help you.