An Gramadoir
Status
Not maintained
This project is live on our servers, but not actively maintained.
Description
An Gramadóir, an open source grammar checking engine developed by Kevin Scannell. It is self hosted on our own servers.
Past Developers
Neimhin Robinson GunningTech Lead
Location
Hosted on banba (134.226.98.116), proxied through phoneticsrv3.
Example API Calls
The text to check should be URL encoded.
https://gramadoir.abair.ie/?text=mo%20madra
[
{
"context": "mo madra",
"msg": "Lenition missing",
"ruleId": "Lingua::GA::Gramadoir/SEIMHIU",
"contextoffset": "0",
"fromy": "0",
"errorlength": "8",
"toy": "0",
"errortext": "mo madra",
"tox": "7",
"fromx": "0"
}
]
Links
| 📄 Docs | |
|---|---|
| readme |