Re: Lexicon access questions

2006-06-03 Thread eks dev
t;could we do beter" not a "can someone scratch my itch" ----- Original Message From: Chuck Williams <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Thursday, 1 June, 2006 7:05:27 PM Subject: Re: Lexicon access questions This approach comes to mind. You co

Re: Lexicon access questions

2006-06-01 Thread Chuck Williams
This approach comes to mind. You could model your semantic tags as tokens and index them at the same positions as the words or phrases to which they apply. This is particularly easy if you can integrate your taggers with your Analyzer. You would probably want to create one or more new Query subclas