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
use wordnet and word2vec on dataset
Hello
I want to use wordnet to sentiment analyze and steeming. I traveled to the site. But there is an error.
look
How should I use it?
And I also want to use word2vec to choose the kind of thing. I did my site training, but my data is Twitter. And there is an error.
How to fix
I sent my sample
Tagged:
0
Answers
hi @jabra thx for your .rmp files. So I would not use the Extract Sentiment or Open WordNet Dictionary inside the Process Documents from Data operator if you're creating word vectors. Rather I'd put it OUTSIDE the Process Documents from Data operator.
FYI that Wordnet extension is very, very old (created for version 5.3) and hence not very reliable. I know people have gotten it to work but it's not nice "out of the box". If you want to do sentiment analysis and have not done this before, I'd recommend doing it with the Aylien extension. It's much more reliable.
As for the word2vec process, your Loop Files operator will produce a collection of ExampleSets. But your Cut Document is expecting a document data type. ExampleSets and documents are not interchangable. You need to match ExampleSet to ExampleSet, document to document.
Scott
I needed it so much.
Please help me.
Thanks
hi
My problem is exactly like the user problem of this topic. Someone knows how to do it?