"text mining Excel file"
rdmckinney
MemberPosts:15Maven
I didn't find my topic with a search, so please redirect me if you have discussed this elsewhere. I have an Excel file with comments from members. I want to mine the comments as if each member/record is a document. I can get the Excel file into Rapidminer easily with ExcelExampleSource, but when I connect that to TextInput I get an error message: "Error in: TextInput (TextInput) The attribute 'text_source' does not exist. The example set does not contain an attribute with the given name." What should be my next step after the ExcelExampleSource?
Thanks!
Roger D. McKinney
Thanks!
Roger D. McKinney
Tagged:
0
Answers
use the [tt]StringTextInput[/tt] operator instead of the [tt]TextInput[/tt] operator.
Kind regards,
Tobias
Thanks!
Btw.: the [tt]Nominal2String[/tt] operator converts nominal to string columns. That way, you could load the texts directly from the excel file.
Kind regards,
Tobias
我麦ing progressI am running the following code and so far it has taken 43 minutes. Is that normal?
G May 1, 2009 11:50:55 AM: [Fatal] Process failed: operator cannot be executed (6). Check the log messages...
Here's my code: