{"id":26045198,"url":"https://github.com/sonnyp/eloquent","last_synced_at":"2025-03-17T16:11:24.901Z","repository":{"id":279200684,"uuid":"639082619","full_name":"sonnyp/Eloquent","owner":"sonnyp","description":"Your proofreading assistant","archived":false,"fork":false,"pushed_at":"2025-03-07T16:52:18.000Z","size":618,"stargazers_count":68,"open_issues_count":13,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-15T03:35:31.513Z","etag":null,"topics":["desktop","gjs","gnome","gtk","gtk4","javascript","libadwaita","linux-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonnyp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"sonnyp","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-05-10T18:12:00.000Z","updated_at":"2025-03-14T09:58:07.000Z","dependencies_parsed_at":"2025-02-24T10:53:56.512Z","dependency_job_id":null,"html_url":"https://github.com/sonnyp/Eloquent","commit_stats":null,"previous_names":["sonnyp/eloquent"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FEloquent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FEloquent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FEloquent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonnyp%2FEloquent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonnyp","download_url":"https://codeload.github.com/sonnyp/Eloquent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066180,"owners_count":20392406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop","gjs","gnome","gtk","gtk4","javascript","libadwaita","linux-app"],"created_at":"2025-03-07T19:33:01.527Z","updated_at":"2025-03-17T16:11:24.882Z","avatar_url":"https://github.com/sonnyp.png","language":"JavaScript","funding_links":["https://ko-fi.com/sonnyp"],"categories":[],"sub_categories":[],"readme":"\u003cimg style=\"vertical-align: middle;\" src=\"data/icons/re.sonny.Eloquent.svg\" width=\"120\" height=\"120\" align=\"left\"\u003e\n\n# Eloquent\n\nYour proofreading assistant\n\n\u003ca href='https://flathub.org/apps/re.sonny.Eloquent'\u003e\u003cimg width='240' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en'/\u003e\u003c/a\u003e\n\nEloquent is a proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect.\n\nIt works fully offline, powered by [LanguageTool standalone server](https://github.com/languagetool-org/languagetool/tree/master/languagetool-standalone).\n\n![screenshot](data/screenshot.png)\n\nEloquent is also able to run as a service in the background to make your local/offline LanguageTool server available to [Firefox, LibreOffice and more](https://dev.languagetool.org/software-that-supports-languagetool-as-a-plug-in-or-add-on). Change the settings to use local LanguageTool, here is an example for the Firefox addon\n\n![](./data/firefox-addon.png)\n\n\n\n\u003c!--\n## Development\n\n```sh\ncd Eloquent\nnpm install\nmake dev\n```\n\nMake changes and press `\u003cPrimary\u003e\u003cShift\u003eQ` on the Eloquent window to restart it.\n\nUse `\u003cPrimary\u003e\u003cShift\u003eI` to open the inspector.\n\n```\njava -cp LanguageTool-6.5/languagetool-server.jar org.languagetool.server.HTTPServer --port 8081\n```\n\n--\u003e\n\n## Maintainer\n\n\u003cdetails\u003e\n  \u003csummary\u003eBookmarks\u003c/summary\u003e\n\n- [Flathub](https://flathub.org/apps/re.sonny.Eloquent)\n- [Flathub repo](https://github.com/flathub/re.sonny.Eloquent)\n- [Flathub builds](https://flathub.org/builds/#/apps/re.sonny.Eloquent)\n- [Flathub stats](https://klausenbusk.github.io/flathub-stats/#ref=re.sonny.Eloquent)\n- [Flathub API](https://flathub.org/api/v1/apps/re.sonny.Eloquent)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n  \u003csummary\u003ei18n\u003c/summary\u003e\n\n```sh\n# To update the pot file\n# xgettext -f po/POTFILES -o po/re.sonny.Eloquent.pot --no-wrap -cTRANSLATORS --from-code=UTF-8\n# sed -i \"s/Project-Id-Version: PACKAGE VERSION/Project-Id-Version: re.sonny.Eloquent/\" po/re.sonny.Eloquent.pot\nmeson compile re.sonny.Eloquent-pot -C build\n\n\n# To create a translation\n# msginit -i po/re.sonny.Eloquent.pot -o po/fr.po -l fr_FR.UTF-8\necho -n \" fr\" \u003e\u003e po/LINGUAS\nmeson compile re.sonny.Eloquent-update-po -C build\n\n# To update translations\n# msgmerge -U po/*.po po/re.sonny.Eloquent.pot\nmeson compile re.sonny.Eloquent-update-po -C build\n```\n\nSee https://github.com/sonnyp/Commit/pull/14#issuecomment-894070878\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003ePublish new version\u003c/summary\u003e\n\n- update metainfo and screenshot\n- `meson compile re.sonny.Eloquent-pot -C build`\n- `meson compile re.sonny.Eloquent-update-po -C build`\n- Update version in `meson.build`\n- git tag\n- flathub\n\n\u003c/details\u003e\n\n## Copyright\n\n© 2025 [Sonny Piers](https://github.com/sonnyp)\n\n## License\n\nGPLv3. Please see [COPYING](COPYING) file.\n\n## Notes\n\nGrammer checker\n\n- https://github.com/btford/write-good (en)\n- https://grammalecte.net/ (fr)\n- https://github.com/languagetool-org/languagetool (multi)\n- https://1.6km.me/blog/2021/03/30/the-poor-mans-grammar-checker/\n\nNLP\n\n- https://web.archive.org/web/20230321055642/https://www.abisource.com/projects/link-grammar/\n- https://naturalnode.github.io/natural/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnyp%2Feloquent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonnyp%2Feloquent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonnyp%2Feloquent/lists"}