raquo / hnapp

Hacker News faceted search engine, RSS & JSON feeds
http://hnapp.com
MIT License
60 stars 10 forks source link

Add stemming for technical terms #3

Open raquo opened 10 years ago

raquo commented 10 years ago

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?