Is there an efficient way to determine if two or more terms frequently appear next to each other sequence? For a query like:

a b c

one or more of the following suggestions could be generated:

"a b c"
"a b" c
a "b c"

I could of course just run a search with all possible combinations, but perhaps there is a better way?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to