this seems useful for a cross database search application I had in mind. Would you be able to describe more, particularly its limitations and how you are using it?
Also, why did you role your own code for ngram similarity instead of using the builtin difflib.SequenceMatcher? Richard On Dec 12, 9:46 am, Thadeus Burgess <[email protected]> wrote: > http://static.thadeusb.com/web2py.app.ngram.w2p > > This uses a ngram class and will perform searches on content. With > sample data from the populate() function, the results are not very > good, however in a blog setting, with real sentences results are very > accurate in my testing. > > -Thadeus -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

