4 August 2005 1 comment Zope
This blog post is 17 years old! Most likely, its content is outdated. Especially if it's technical.
Google's English word stemming is smart. I'm very jealous of it and want one too. If you, for example, search for set up ssh key then it perfectly finds "setting up ssh key" too. You can tell by how Google is bold-highlighting the words. Clever! I want such stemming too. I wonder if there's anything already done in Zope that I can use or if I have to write something myself.
Seeing how powerful this really is, I'm now more inspired to sort it out with my ZCatalog.
- Previous:
- AJAX seach on 404 error pages 1 August 2005
- Next:
- Worst album covers (updated) 7 August 2005
- Related by category:
- 'Cache-Control' or Expires 16 September 2005 Zope
- Mocking a Python standard library 14 March 2008 Zope
- Sending HTML emails in Zope 26 October 2006 Zope
- rfc822() vs. rfc1123_date() 16 August 2007 Zope
- To all Zope developers: Does this sound familiar? 8 March 2011 Zope
- Related by keyword:
- Filename splitter 15 November 2005
- DateIndex in Zope doesn't have indexed attributes 28 October 2007
- New search feature on this site 13 September 2003
TextIndexNG provides some stemming support:
http://zopyx.com/OpenSource/TextIndexNG/