are keywords for autoresponder stemmed
Hi Guys,
I was wondering, whether the keyword matching algorithm for FAQ
suggestions uses a stemmer (http://en.wikipedia.org/wiki/Stemming)
or just literal matching.
In other words, are "update" and "updated" reduced to the same
stemmed/root form?
Thanks,
-hendrik
Discussions are closed to public comments.
If you need help with Tender please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Kyle Neath (Git... on 12 Aug, 2009 08:42 PM
Yes, they are indeed stemmed. We use sphinx, along with a match-all algorithm to find articles.
Kyle
Kyle Neath (GitHub Staff) closed this discussion on 12 Aug, 2009 08:42 PM.
hendrik re-opened this discussion on 12 Aug, 2009 09:13 PM
2 Posted by hendrik on 12 Aug, 2009 09:13 PM
Great. That's good to know.