Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Text summarization tool with Python script

alsaqer002alsaqer002 Member Posts: 5 Contributor II
edited November 2018 in Help

Hello,

I am doing a research about text summarization. I am using AYLIN summarization tool provided by RapidMiner and I have a python script of another text summarization method and want to run it in RapidMiner, then compare the results...

Regarding that, I have two questions:

  • What is the technique used of Summarize (Document) AYLIEN Text Analysis tool? I only noticed that it uses extractive method but how it works and based on which features? (I need to know the details to describe this tool in my research)
  • About the python script, I already installed the require software and tried the python script using the Execute Python script operator, but it didn't work! It seems there is a problem, but I don't know what is it! Actually, I have attended the RapidMiner office hour about (External code integration) which was great, but I still don't know how to execute my python script because there is a main function in the RapidMiner operator and I want to use my main function.

So could you please help me?

 

Thank you in advance of any support or help.

Alaa

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,531 RM Data Scientist

    Dear Alaa,

     

    what is execute script complaining about?

     

    Best,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    A few things, the AYLIEN extension is 3rd party so we really can't comment on what method they're using, maybe someone from AYLIEN can chime in here. 

     

    W.r.t. to the Excute Python extension, as Martin above points out. What is the error message? Also, make sure you have the Pandas module installed in your distribution and the path to the python.exe correctly set in the RapidMiner Preferences. 

Sign In or Register to comment.