Re: Lexicon access questions

2006-06-03 Thread eks dev
, 2006 7:05:27 PM Subject: Re: Lexicon access questions 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

Lexicon access questions

2006-06-01 Thread eks dev
We have faced the following use case: In order to optimize performance and more importantly quality of search results we are forced to attach more attributes to particular words (Terms). Generic attributes like TF, IDF are usefull to model our similarity only up to some level. Examples: 1.

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