Re: Query time noun, verb boosting

2011-06-24 Thread Tommaso Teofili
2011/6/23 Anshum > Pooja, > You could use UIMA (or any other) Parts of Speech Tagger. You could read a > little more about it here. > > http://uima.apache.org/downloads/sandbox/hmmTaggerUsersGuide/hmmTaggerUsersGuide.html#sandbox.tagger.annotatorDescriptor > This would help you annotate and segr

Re: Query time noun, verb boosting

2011-06-22 Thread Anshum
Pooja, You could use UIMA (or any other) Parts of Speech Tagger. You could read a little more about it here. http://uima.apache.org/downloads/sandbox/hmmTaggerUsersGuide/hmmTaggerUsersGuide.html#sandbox.tagger.annotatorDescriptor This would help you annotate and segregate nouns from verbs in the i

Re: Query time noun, verb boosting

2011-06-22 Thread Pooja Verlani
Hi, Say for example, a query like "mammohan singh dancing", I am preferring to make a compulsory condition on nouns to be searched but any verb isnt important for me, I am preferring to extract results for manmohan singh and not for dancing. If I can extract noun verb or can get to know that in my

Re: Query time noun, verb boosting

2011-06-22 Thread Anshum
What would you mean by 'noun or some concept'. Would be better if you could give a rather concrete example. About detecting parts of speech, you could use a lot of libraries but I didn't get about boosting terms from the Index. -- Anshum Gupta http://ai-cafe.blogspot.com On Thu, Jun 23, 2011 at

Query time noun, verb boosting

2011-06-22 Thread Pooja Verlani
Hi, At the query time, I want to make the lucene query such that it should boost only the noun from the query or some concept existing in the index. Are there any possibilities or any possible ideas that can be worked around? Regards, Pooja