The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Greek Stemmer availability
Hello to all,
I am new here and from what I found, there is not an available greek stemmer. I dont even know how to build one. I did find an algorithm from the thesis of Geogios Ntaias. I searched online and found the algorithm in Ruby. I dont know how to integrate RM with such an extension and what I should learn before doing so.
Thank you in advance all..!
Tagged:
0
Answers
hi @ckouts03 welcome to the community. In the Text Processing extension to RapidMiner, there are several stemming operators but as you saw not for Greek. However there is one called "Stem (Dictionary)" where you can add your own "stemming dictionary" using lists, RegEx, etc... If you search this forum, I seem to remember others that had similar questions for other languages.
Scott
thank you. I will look into it
Hello guys!
So, I found online an algorithm for a stemmer in python code. I am not a programmer so I dont know how to use it in rapidminer. My two mistakes are that rapidminer needs import of some pandas library I think and the function rm_main. Plus I give to the execute python process many words, so I might need an array first which I have no idea how to implement. Below is the xml of my process and the python code.
Thanks in advance for any help. I have been struggling with it a lot.
Python code:
guys I have a problem. Displaying Memory buffered file. Why? what shall I do?