This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Xueyong Zhi (author)
Wed Oct 28 19:46:28 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Apr 05 23:33:54 -0700 2009 | |
| |
Capfile | Thu Mar 05 21:35:48 -0800 2009 | |
| |
README | Mon Mar 09 13:51:20 -0700 2009 | |
| |
Rakefile | Thu Mar 05 21:35:48 -0800 2009 | |
| |
TODO | Tue Apr 14 22:31:04 -0700 2009 | |
| |
app/ | Tue Jun 23 23:09:25 -0700 2009 | |
| |
config/ | Tue Jun 23 23:09:25 -0700 2009 | |
| |
db/ | Tue Jun 23 23:24:29 -0700 2009 | |
| |
doc/ | Tue Apr 14 22:08:54 -0700 2009 | |
| |
job.dict | Wed Mar 25 00:05:17 -0700 2009 | |
| |
job.model | Wed Mar 25 00:05:17 -0700 2009 | |
| |
jobs/ | Wed Oct 28 19:46:28 -0700 2009 | |
| |
log/ | Sun Apr 05 23:34:05 -0700 2009 | |
| |
public/ | Thu Mar 26 23:48:37 -0700 2009 | |
| |
script/ | Thu Mar 05 21:35:48 -0800 2009 | |
| |
test/ | Thu Mar 05 21:35:48 -0800 2009 | |
| |
tmp/ | Sun Apr 05 23:34:05 -0700 2009 | |
| |
vendor/ | Thu Mar 05 21:35:48 -0800 2009 |
README
== Welcome TweetJobSearch is search engine for jobs posted on twitter. The demo website is at http://tweetjobsearch.com A few hightlights: * uses twitter data mining feeds to collect data * uses libsvm classifier and a few hardcoed twitter id to identify job posts * it is a rails web app and uses sphinx for search == Getting Started #start web server vi config/database.yml rake db:create rake db:migrate sudo rake gems:install script/server #start sphinx rake ts:in rake ts:start #start crawler jobs/crawler.rb #train classifier jobs/classifier.rb train == Follow us on twitter http://twitter.com/feedbackmine







