http://www.perlmonks.org?node_id=743346


in reply to Re: arabic alphabet ... how to deal with?
in thread arabic alphabet ... how to deal with?

my script suppose to remove all stop words that i have in a file (second argument) from the text (first argument) and output the filtered text one word per line ...
  • Comment on Re^2: arabic alphabet ... how to deal with?

Replies are listed 'Best First'.
Re^3: arabic alphabet ... how to deal with?
by JavaFan (Canon) on Feb 12, 2009 at 15:24 UTC
    Goodie. One step down. Several more to go. You get one more chance. What does your blob of code currently do?
      it gives me my input without removing the stopwords one token per line ... it works for English well, but not for my text which is Arabic script (FARSI)