User Profile

Collapse

Profile Sidebar

Collapse
maral
maral
Last Activity: Jun 10 '11, 12:17 PM
Joined: Aug 24 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • maral
    started a topic Negation detection in text
    in Java

    Negation detection in text

    Hi every one,

    I'm working on negation detection for sentiment analysis in text files. Most common negation words are not, no and never. for example "good" is classified as positive but "not good" should be classified as negative.

    So far I can only detect negations where the adjective is exactly right after the negation word ("not good"). But I need to consider different scopes. I need to detect...
    See more | Go to post

  • maral
    replied to How to find a word in multiple text files ?
    in Java
    Dheeraj, thanks for your comment.
    with few more changes, it helped to solve my problem.
    See more | Go to post

    Leave a comment:


  • maral
    started a topic How to find a word in multiple text files ?
    in Java

    How to find a word in multiple text files ?

    Hi every one, this is my first post here!

    I'm using GATE toolkit for information retrieval and text analysis, but i really need java for some parts.

    I have managed to find a specific word in one text file, but i need to look for a specific word, in multiple text files. all of the files are ".txt" and they are in the same folder but each of them with different names. I have written the following code: but i...
    See more | Go to post
No activity results to display
Show More
Working...