Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

how to check word Intensity using nlp java.

such as i love this mobile. and some one say like i looooooooooooooooove this mobile.

second sentence has much intensity compare to first one.

share|improve this question
How are you doing your NLP in Java now? – Peter Lawrey Sep 17 '12 at 8:23
The "intensity" that you speak about is a very vague concept. Would "loooove" be less intense than "looooove"? How do you determine how "intense" a word is? – Jesper Sep 17 '12 at 8:24
difficult but i like it – NLP JAVA Sep 17 '12 at 8:24
@Jesper but does any idea to how to do? – NLP JAVA Sep 17 '12 at 8:26
@NLPJAVA No, and you shouldn't be thinking about the "how" if you don't even know what it means that you're asking. That's why I'm asking you: First define exactly what "intensity" of a word means. Not in vague, human terms, but in exact rules that could be implemented in a program. – Jesper Sep 17 '12 at 8:29
show 1 more comment

closed as not a real question by Flexo, stacker, Nandkumar Tekale, Jesper, Thomas Jungblut Sep 17 '12 at 8:43

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You seem to be interested in sentiment analysis. Have a look at answers to this SO question: Java text analysis libraries

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.