Textmining with Excel Source

mario_playing_wmario_playing_w MemberPosts:5Contributor II
edited September 2019 inHelp
Hi,

I am trying to build my first textmining process on an excel example set. The datasource has a scope of around 5000 lines consisting of a label and text comments.

If I run my process on a subset of around 300 lines, everything works fine, if I use the whole dataset following error occurs:

Process failed!
设置似乎并不包含任何明显的errors, but you should check the log messages or activate the debug mode in the settings...

Including breakpoints unveils that the problem lies within the StringTextInput Queue




















Did I miss something? What can I do in order to prevent this error. The Log only says the following in case of the whole dataset:

G Mar 3, 2010 11:01:33 AM: [Fatal] NullPointerException occured in 1st application of StringTextInput (StringTextInput)
G Mar 3, 2010 11:01:33 AM: [Fatal] Process failed: operator cannot be executed. Check the log messages...


Thanks in advance for any hints,

Mario
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:2,531Unicorn
    Hi Mario,
    I would suggest to switch to RapidMiner 5.0. The new Text Processing Extension will ease your work a lot, for example this example would work:)
    Unfortunately we could not maintain process compatibility for the old Text Mining Plugin of 4.x, so if you are going to switch some day later, you will have to rebuilt your processes completely. So starting directly with 5.0 would really make things easier.

    Greetings,
    Sebastian
  • mario_playing_wmario_playing_w MemberPosts:5Contributor II
    Hi Sebastian,

    thank you for your reply. It seems that Rapid Miner 5 is far more complicated that 4 was, since the processes aint that easy to build. It wont even let me connect the data flow inside the subprocess correctly, though i ve got a text imput. Probably i ve to play around with the tool first before coming back to textmining.

    Funny thing was that the first error which struck me was nearly the same as in version number 4. ::)

    I ll come back with something as soon as version 5 likes me.

    Mario
  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:2,531Unicorn
    Hi Mario,
    it might surprise you, but you are the first one who says that process design is more complicated in 5.0 than in 4.x. You can bet, I am surprised. I thought it would be more natural to drag and drop operators on the plane and connect wires at in and output ports?

    Greetings,
    Sebastian
  • mario_playing_wmario_playing_w MemberPosts:5Contributor II
    Hi Sebastian,

    probably theres a strong correlation between the fact that i had a training on rapidminer 4 and not on 5.;)

    In between i got some results at least and a working process. Maybe you could tell me how i can export the distribution table of a naive bayes classification? I tried the report and write csv functionality but it just throws several errors or an empty file.:(

    Thanks,

    Mario
Sign InorRegisterto comment.