TreeTagger - a part-of-speech tagger for many languages - lemmatization

EL75
EL75 New Altair Community Member
edited November 5 in Community Q&A
Hi community,
does anybody has an experience using TreeTagger within Rapidmner ?
a good and free lemmatizer, with packages for many langages.
https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/
best regards

Answers

  • Telcontar120
    Telcontar120 New Altair Community Member
    It looks like a great tool but not one that could be invoked natively from RapidMiner.  You could likely use it separately on your source data though and then send the resulting text into RapidMiner for subsequent analysis.

  • EL75
    EL75 New Altair Community Member
    Hey there, thank you for your answer.
    could it be possible to design a loop rapid miner (write excel, execute python, etc)?
  • Telcontar120
    Telcontar120 New Altair Community Member
    Certainly---almost anything is possible in RapidMiner if you are willing to incorporate R or Python or SQL scripts---but you are probably mostly on your own with that, as there is not likely an existing process that someone in the community can share with you to do it.  Efforts here tend to mostly be around use of operators and processes native to RapidMiner.