mirror of
https://github.com/ertugrulcetin/turkceyaz-com.git
synced 2026-04-26 14:35:52 +03:00
turkceyaz.com - An open-source web application that checks Turkish texts for spelling, grammar, and punctuation.
| env | ||
| landing | ||
| resources | ||
| src | ||
| test/clj/turkceyaz/test | ||
| .gitignore | ||
| build-landing.sh | ||
| Capstanfile | ||
| Dockerfile | ||
| Dockerrun.aws.json | ||
| karma.conf.js | ||
| normalization-temp | ||
| package.json | ||
| Procfile | ||
| project.clj | ||
| README.md | ||
| shadow-cljs.edn | ||
turkceyaz
Turkish text analysis tool powered by Zemberek NLP. Checks spelling, grammar, and suggests corrections.
Prerequisites
Running
Install npm dependencies:
npm install
Start the backend:
lein run
Start the frontend dev server (in a separate terminal):
lein ui-dev
Open http://localhost:3000 in your browser.
Production Build
Build the frontend:
lein ui-prod
Create an uberjar:
lein uberjar
Run:
java -jar target/uberjar/turkceyaz.jar