Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to README #2

Merged
merged 1 commit into from May 16, 2012
Merged

Fixes to README #2

merged 1 commit into from May 16, 2012

Conversation

3noch
Copy link
Contributor

@3noch 3noch commented May 16, 2012

Redis is now at redis.io and I corrected some grammar in the README. I want to do a Haskell port of this when I have the time. Thanks for this awesome lib!

didip added a commit that referenced this pull request May 16, 2012
@didip didip merged commit 131104e into didip:master May 16, 2012
@didip
Copy link
Owner

didip commented May 16, 2012

Oh, Haskell port would be wonderful. I've been wanting on learning Haskell for a while now.

@3noch
Copy link
Contributor Author

3noch commented May 16, 2012

Have you thought about including stemming with this? You already do stop-words (nice!), but stemming would be a cool addition to that. I use this free one: http://tartarus.org/~martin/PorterStemmer/

@didip
Copy link
Owner

didip commented May 16, 2012

I have! but unfortunately didn't have time to implement it. What you are seeing right now is the minimum viable product to get a project running (http://cooln.es). :)

You seemed to be knowledge-able in machine learning. I'd love to have more contributors :)

@3noch
Copy link
Contributor Author

3noch commented May 16, 2012

Haha...I've just started a machine-learning project so I don't know much yet. A small team of us had done most of what your project does when a friend pointed out BayesOnRedis. Now we can chuck most of our code! ;) Our corpus is going to be pretty big, so we needed something fast. After experimenting with MySQL and Redis, Redis is orders of magnitude faster (one benchmark took a 5hr training process down to 10 minutes!). That's why we are going with Haskell for now because it's very fast but keeps the high level of abstraction. Is cooln.es your site? Pretty sweet!

@didip
Copy link
Owner

didip commented May 16, 2012

Cooln.es is indeed my site, I was in the mood of learning on how to write large-ish scale web scrapers and categorizing content.

Writing it in Haskell sounds like a miles of fun. Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants