Hi,
Take the NLP route and use modules like POS tagger and NP chunker.
OpenNLP has a stack for English language. Try to use them.
Regards
Vasu
On Tue, Oct 6, 2009 at 5:12 PM, Andrew Zhang wrote:
> Hi guys,
>
> The requirement is very simple here, e.g. for this sentence, 'The NBA
> form
Hi,
The question that I am posting in this group may be inappropriate and I
want to apologize for that.
My question is, what is the relevance ranking algorithm which is used in
Google Search Appliance (GSA) because the search
is predominantly on documents rather than web pages.
I app
You could have single index file with all the names tagged at the time of
indexing. For the query parsing, you could have a lookup
for common words ending which identify the business names (like Corp, Inc,
LLC, Ltd, etc.) and common words like (road, avenue,
street, lane etc) for address and separ
Hi,
The very fact that you are trying to answer factoid questions to start
with, it is better to use OpenNLP components to identify
NER (Named Entity recognition) in the document and use those tags as part
of your indexing process.
REgards
Vasu
On Thu, Mar 5, 2009 at 8:19 PM, Seid Mohamm
Hi All,
I had posted the below mentioned query a week back and I have not
received any response from the group so far.
I was wondering if this is a trivial question to the group or it has been
answered previously.
I appreciate your answers or any pointers to the answers are also welcome.
Hi,
I have a question on the proximity query usage in Lucene Query Syntax.
The documentation says "W1 W2"~5 means W1 and W2 can occur within 5 words.
Here W1 & W2 represents Words.
What happens when I give "W1 W2 W3 W4"~25 as proximity query?
Does it treat each word pairs (W1, W2) , (
Hello,
I am new to using Lucene Indexing Server and to query syntax as well. I
went through the documentation about using proximity searches between 2
words.
But I would like to use proximity searches between two phrases. How do I
construct the Query for Lucene to fetch the relevant docum
Hello,
I am new to using Lucene Indexing Server and to query syntax as well. I
went through the documentation about using proximity searches between 2
words.
But I would like to use proximity searches between two phrases. How do I
construct the Query for Lucene to fetch the relevant docum