Hi everyone,

I was wondering can one search for a pattern of ordered keywords ? For
example, search for: 
bob book alice 
returns two different documents containing sentences:
bob quickly gives the book to alice
alice gently gives the book to olivia and bob
If order matters, the correct match should be the first one only. Google
for example, solves this problem with a phrase search:
"bob * book * alice"
Is it possible to implement something similar by using Lucy?

Alex

Reply via email to