Options

Filter stopword (spanish) [SOLVED]

MarcosRLMarcosRL Member Posts: 53 Contributor II
edited November 2019 in Help
Hello friends of the community. (Do not speak English very well :/ I'm Hispanic).
I'm doing my thesis on text mining, clustering.Tengo some questions.
In the preprocessing part, (Text processing - Filtering - Filter stopword) need stopword filtering (in Spanish) but not the language. Stopword only are the language like English, French, Arabic.
My documents are in Spanish and they would need to filter out the Spanish stopword. How I can do this?
bye
Marcos R. Lozina
Tagged:

Answers

  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi Marcos,

    we do not have an operator for removing Spanish stopwords. But if you can get a list of stopwords from some source, you can use filter Stopwords (Dictionary) to filter a list of words.

    Best regards,
    Marius
  • Options
    MarcosRLMarcosRL Member Posts: 53 Contributor II
    Hello again :)
    Thanks for answering
    Is there any documentation for the procedure you describe?
  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    the documenation of the operator should provide a good starting point. If you still have problems, just tell us!

    Best regards,
    Marius
Sign In or Register to comment.