Question about feature-based sentiment analysis

puteri_prameswaputeri_prameswa MemberPosts:3Contributor I
edited November 2018 inHelp
Hi!

Sorry for the newbie question. I'm using RapidMiner for my final thesis regardingfeature-based sentiment analysis. Feature-based sentiment analysis is a part of sentiment analysis which seek sentiment (positive, negative, or neutral) in every word (or feature, mostly noun). However, I face difficulties in finding the right tutorial for this task. Can anyone help me with this? I'm running out of time.

Thank you!

Respectfully,
Puteri Prameswari

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,380RM Data Scientist
    Hi Puteri,

    great to have you here on the forums!

    Have a look on this video:
    http://vancouverdata.blogspot.de/2010/11/text-analytics-with-rapidminer-loading.html
    它有点旧但是我认为valid.

    Best,
    Martin
    - Head of Data Science Services at RapidMiner -
    Dortmund, Germany
  • LaurenPlummerLaurenPlummer MemberPosts:4Contributor I

    Hi Puteri,

    TheRosette Text Analysis extensionfor RapidMiner Studio has an operator called "Entity Sentiment", which will extract entities ((like people, places, products) from your unstructured text in an ExampleSet and return the sentiment of the entities within the submitted text. An update will be released soon to return the sentiment of even more entity "types", like dates, email addresses, etc.

    Rosette has a lot of models pre-trained and ready to use, if that's more of the workflow you'd like to use. Just sign up for a free account of theRosette APIand download that extension to RapidMiner and you should be able to pass in unstructured English or Spanish text in an ExampleSet to the "Entity Sentiment" operator, and see every entity and its associated sentiment result (positive, negative, or neutral).

    Let me know if you have any questions!

    -Lauren

Sign InorRegisterto comment.