Options

[Solved] Stemming for Indonesian language

andead13andead13 Member Posts: 2 Contributor I
edited October 2019 in Help
I'm make indonesian news classification atm and stuck at stemming process
I found stemming for indonesian language written in java here
I'm trying to run the script using Execute Proses operator and having eror. How should i implement that script?
Tagged:

Answers

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

    execute process is meant to execute other RapidMiner processes.

    The easiest way to integrate Java code into RapidMiner is to implement the new functionality as an operator in a custom extension. That requires knowledge of java programming and is described in our whitepaper How To Extend RapidMiner. It is freely available at http://rapid-i.com/content/view/306/233/lang,en/ .
    You can probably use one of the stemming operators from the text mining extension as a base.

    Best regards,
    Marius
  • Options
    andead13andead13 Member Posts: 2 Contributor I
    i see, i'll try by learning the document
    thx
Sign In or Register to comment.