hnapp icon indicating copy to clipboard operation
hnapp copied to clipboard

Add stemming for technical terms

Open raquo opened this issue 11 years ago • 0 comments

I want to get everything about angular just by searching for angular, not angular | angular.js | angularjs – these all should be equivalent.

PostgreSQL supports search dictionaries, those should be useful: http://www.postgresql.org/docs/9.1/static/textsearch-dictionaries.html

How to get a list of technical terms? Get a list of words from HN comments that are not in the English dictionary, but are mentioned many times on github/stackoverflow? Actually, maybe use stackoverflow's tags or something? Or github project names?

raquo avatar Nov 04 '14 23:11 raquo