adamloving / dimensions

Hacking Seattle News
http://dimensions.heroku.com
4 stars 4 forks source link

Quality of "trends" tags #6

Open leonwong opened 13 years ago

leonwong commented 13 years ago

The trends tags contain a lot of stop words, and may miss important topics. A better algorithm for trending keywords needs to be developed.

sbeckeriv commented 13 years ago

the correct way to do this is to set up an analyzer and char filter in elastic search. I attempted to do this but failed. Should reach out to ES community to figure out.

sbeckeriv commented 13 years ago

http://groups.google.com/group/elasticsearch/browse_thread/thread/bebcef319b543e49

good timing. the link talks about how to setup the char filters and analyzers