sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Create common/popular queries (query terms) page #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Want a kind of tag cloud of frequently used/entered query terms. 
Requires usage tracking of terms (category as well as keywords), a
visualization of the terms with a frequency/popularity indication (usually
font size), and some means of access from the main toolbar (should always
be available somehow, but could be indirect). If we buidl the tag cloud to
support the tagging feature, then this would leverage that as well.

Dev notes: Add support to track query activity: If on category, then
increment that category. Consider n-gram tracking as well (could restrict
max(N) for simplicity). Track keyword queries. Must be transactional (lock
row while updating). Run after have completed the API call, and ignore
errors (log on dev/qa, not on prod).

Original issue reported on code.google.com by LudicrousResearcher@gmail.com on 7 Dec 2008 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by LudicrousResearcher@gmail.com on 7 Dec 2008 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by LudicrousResearcher@gmail.com on 7 Dec 2008 at 7:20

GoogleCodeExporter commented 9 years ago
Pushing to next release.

Original comment by LudicrousResearcher@gmail.com on 17 Feb 2009 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by michaelb...@gmail.com on 3 Jul 2009 at 7:31