• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Unable to get Polarity(positive,negative,neutral) on sentence using Apache Open NLP?

 
Ranch Foreman
Posts: 2882
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I ran program for POS (Parts of Speech) using Apache Open NLP. which classified words in sentence into verbs,nouns etc. Now I am trying to get polarity of sentence (positive,negative,neutral). I could not do this till now.On searching for help for this using Apache Open NLP I found help for NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. But nowhere did I get help for polarity.Is this not possible using Apache NLP.Is apache nlp not suited for this.On searching on internet I got LingPipe,alchemy etc. Is it not possible to do this using Apache Open NLP.Should i change approach and switch to some other tool?

thanks a lot.
 
Space seems cool in the movies, but once you get out there, it is super boring. Now for a fascinating tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic