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
"Text Mining from Database Column"
Hi,
I have looked for a solution to this and have yet to find it. I have a large amount of text in a database table that I want to assign sentiment values. I have labeled 2000+ separate text lines and want to use this to create the model (via SVM) and use this model to label the remaining unlabeled data.
So far, I have:
READ DATABASE => NORMALIZE TO TEXT (How do I specify the text field, so I use only that field in the Read Database query?)
=> DATA TO DOCUMENT => PROCESS DOCUMENTS => W-SMO => WRITE DATABASE
I see the one output is a model, where does this go?
Where do I pull in the model?
How can I properly label the labeled texts? (Do I need a new table??)
Here's one attempt for building the model.
Read Database =>
Set Role =>
Set Role (2) =>
Nominal to Text =>
Replace Missing Values =>
W-SMO =>
Write Model => file.mod
I get the following error: The process will need more than the maximum amount of available memory...
Your insight is appreciated.
Thanks,
Bob
I have looked for a solution to this and have yet to find it. I have a large amount of text in a database table that I want to assign sentiment values. I have labeled 2000+ separate text lines and want to use this to create the model (via SVM) and use this model to label the remaining unlabeled data.
So far, I have:
READ DATABASE => NORMALIZE TO TEXT (How do I specify the text field, so I use only that field in the Read Database query?)
=> DATA TO DOCUMENT => PROCESS DOCUMENTS => W-SMO => WRITE DATABASE
I see the one output is a model, where does this go?
Where do I pull in the model?
How can I properly label the labeled texts? (Do I need a new table??)
Here's one attempt for building the model.
Read Database =>
Set Role =>
Set Role (2) =>
Nominal to Text =>
Replace Missing Values =>
W-SMO =>
Write Model => file.mod
I get the following error: The process will need more than the maximum amount of available memory...
Your insight is appreciated.
Thanks,
Bob
Tagged:
0