TreeTagger - a part-of-speech tagger for many languages - lemmatization
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
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
Find more posts tagged with
Sort by:
1 - 3 of
31
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.
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.