Live data from Hacker News

A rubygem for natural spelling and grammar checking

github.com

1–10 of 19 posts

Re: A rubygem for natural spelling and grammar checking

#2
Thanks for writing this Gem, looks absolutely awesome. I hope Ginger Proofreader keeps their API up also, but I will definitely write some tests in my app to make sure it's working. I noticed in your gem you are using your API key, and I'm not sure about their rate limits, but it would probably be in everyones best interest to get their own key.

Re: A rubygem for natural spelling and grammar checking

#5
post #2

Thanks for writing this Gem, looks absolutely awesome. I hope Ginger Proofreader keeps their API up also, but I will definitely write some tests in my app to make sure it's working. I noticed in your gem you are using your API key, and I'm not sure about their rate limits, but it would probably be in everyones best interest to get their own key.

You're welcome wesray, I hope the same thing too. I use the key from their website and I don't see their rate limits yet. The test is definitely required to ensure everything working smoothly.

Re: A rubygem for natural spelling and grammar checking

#7

How do you anticipate using this in your apps? Will you integrate it on the client side to provide real time feedback to users?

That's what I was wondering. It's neat, but how much do people really like having their grammar corrected? Might be more off-putting than it's worth. That said, Facebook's grammar correction in the comment widget is a godsend.

Re: A rubygem for natural spelling and grammar checking

#8
post #5
post #2

Thanks for writing this Gem, looks absolutely awesome. I hope Ginger Proofreader keeps their API up also, but I will definitely write some tests in my app to make sure it's working. I noticed in your gem you are using your API key, and I'm not sure about their rate limits, but it would probably be in everyones best interest to get their own key.

You're welcome wesray, I hope the same thing too. I use the key from their website and I don't see their rate limits yet. The test is definitely required to ensure everything working smoothly.

Awesome, should have done my homework!

Re: A rubygem for natural spelling and grammar checking

#9

How do you anticipate using this in your apps? Will you integrate it on the client side to provide real time feedback to users?

I have no idea about integration yet. I use command line for the result and ruby session for more details result. I think realtime feedback for comment (like derwiki's comment) is nice idea.
Post reply on HN