Rapid account: grammarbot

grammarbot / grammarbot

Обсуждения

22
Title
Created at (Click to sort ascending)
A
1
Please visit the following URL to demo our new state of the art checker: https://gdemo-pukjs.ondigitalocean.app/ This newer system will be available in the next few weeks (signup for the waiting list to be notified). This new system includes autocorrection, near human accuracy, and other features. Please let me know if you have any questions. Thu 1:19 5/1/23
A
1
The most likely cause of this is a submission that is beyond the allowed length, or exceeding the rate limit. We were lax on enforcing these limits for premium subscribers, but we realize that this actually increases confusion. So we have begun enforcing these limits strictly. Please contact support if you have any additional issues. Wed 5:43 30/11/22
A
1
Our service only provides grammar correction for English text. You can submit a single sentence or a larger request with up to 10,000 characters. Anything longer than that will need to be split up into smaller requests (on your side). Please let us know if you have any other questions. Sun 2:07 7/8/22
A
1
Sorry, missed this question. The API assumes that plain text is input, so the only thing I can say is to make sure you strip out any formatting including HTML. Mon 8:43 16/5/22
A
1
All payments are handled through RapidAPI. Mon 8:42 16/5/22
A
2
I'm wondering if you need to encode your text before submitting it. Try submitting the following simple text as a test: ** I agree 100% wit what you said.** What do you get when you submit this? Here's my response (notice that % is indeed included): { "software": { "name": "GrammarBot", "version": "4.3.1", "apiVersion": 1, "premium": false, "premiumHint": "You might be missing errors only the Premium version can find. Upgrade to see what you're missing.", "status": "" }, "warnings": { "incompleteResults": false }, "language": { "name": "English (US)", "code": "en-US", "detectedLanguage": { "name": "English (US)", "code": "en-US" } }, "matches": [ { "message": "Statistics suggests that 'with' might be the correct word here. Please check.", "shortMessage": "", "replacements": [ { "value": "with" } ], "offset": 13, "length": 3, "context": { "text": "I agree 100% wit what you said.", "offset": 13, "length": 3 }, "sentence": "I agree 100% wit what you said.", "type": { "typeName": "Other" }, "rule": { "id": "CONFUSION_RULE", "description": "Statistically detect wrong use of words that are easily confused", "issueType": "non-conformance", "category": { "id": "TYPOS", "name": "Possible Typo" } } } ] } Mon 8:42 16/5/22