The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
read document with excel sheet
i have text in excel sheet how i can do stemming then write in author excel sheet . i try with read document then process document and write document but the read does not work .
Tagged:
0
Answers
Rapidminer considers any 'string data' as nominal by default, not as the unstructured text (document) you might expect so if you don't clearly state this the document process will happily ignore all of your data indeed.
Therefore the steps to take are as follows :
-> Import your excel file
-> Change the field you like to do stemming on from nominal to text, either during import using the wizard or afterwards using the nominal to text operator
-> now run your document conversion workflow (tokenisation / stemming etc)
-> safe back as excel
Hope this helps