Re: frequent phrases

2007-08-10 Thread Mathieu Lecarme
the document. With this trick, you can use phrase as you use to do with word, without using too much space. I'm not sure to be as clear as I want. M. Le 9 août 07 à 09:34, Akanksha Baid a écrit : I was wondering if there is a "search based" method to find the top-k frequent p

Re: frequent phrases

2007-08-09 Thread mark harwood
ursday, 9 August, 2007 11:16:35 AM Subject: Re: frequent phrases 9 aug 2007 kl. 09.34 skrev Akanksha Baid: > I was wondering if there is a "search based" method to find the top-k > frequent phrases in a set of documents.( I do not have a particular > phrase > in mind so

Re: frequent phrases

2007-08-09 Thread karl wettin
9 aug 2007 kl. 09.34 skrev Akanksha Baid: I was wondering if there is a "search based" method to find the top-k frequent phrases in a set of documents.( I do not have a particular phrase in mind so PhraseQuery can probably be ruled out). I have implemented something that w

Re: frequent phrases

2007-08-09 Thread karl wettin
9 aug 2007 kl. 09.34 skrev Akanksha Baid: I was wondering if there is a "search based" method to find the top-k frequent phrases in a set of documents.( I do not have a particular phrase in mind so PhraseQuery can probably be ruled out). I have implemented something that w

frequent phrases

2007-08-09 Thread Akanksha Baid
I was wondering if there is a "search based" method to find the top-k frequent phrases in a set of documents.( I do not have a particular phrase in mind so PhraseQuery can probably be ruled out). I have implemented something that works using termvectors and termpositions but the performa