NLP Library in java
        Posted  
        
            by 
                user337962
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user337962
        
        
        
        Published on 2011-01-10T07:38:52Z
        Indexed on 
            2011/01/10
            7:53 UTC
        
        
        Read the original article
        Hit count: 282
        
hi,
I need a simple Natural Language Processing library written in java which can be used to process a search query/question. What I want actually is to separate the main subject which is being searched in a query. For an example, considering a query like "What is an apple?", it's perfect if the main search word apple can be extracted. This is for a semantic search engine development purpose.
Can anyone please suggest a suitable nlp library for this??
Thank You!!
© Stack Overflow or respective owner