{"id":21276857,"url":"https://github.com/neofox/koreanconjugatorserver","last_synced_at":"2026-01-03T03:31:37.147Z","repository":{"id":114328882,"uuid":"393296018","full_name":"Neofox/KoreanConjugatorServer","owner":"Neofox","description":"JavaScript server for conjugating Korean words. Uses the algorithm built by Dan Bravender.","archived":false,"fork":false,"pushed_at":"2018-01-14T16:23:06.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T03:41:29.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Linguistic/KoreanConjugatorServer","license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Neofox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-08-06T07:36:26.000Z","updated_at":"2023-10-26T23:57:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"9803fa59-feae-4a63-826b-84f1cea9abbd","html_url":"https://github.com/Neofox/KoreanConjugatorServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2FKoreanConjugatorServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2FKoreanConjugatorServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2FKoreanConjugatorServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neofox%2FKoreanConjugatorServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neofox","download_url":"https://codeload.github.com/Neofox/KoreanConjugatorServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243733835,"owners_count":20339165,"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":[],"created_at":"2024-11-21T09:52:17.449Z","updated_at":"2026-01-03T03:31:32.121Z","avatar_url":"https://github.com/Neofox.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Korean Conjugator Server\nA JavaScript server for conjugating Korean words. Uses the [algorithm built by Dan Bravender](https://github.com/dbravender/korean_conjugation). This is the same server used by [Hanji](https://play.google.com/store/apps/details?id=com.a494studios.koreanconjugator), but with sensistive data removed.\n\n## Usage\nFirst instal the required node packages:\n```\nnpm install\n```\nThen launch main.js:\n```\nnode main.js\n```\nYou should get a 'listening' message if everything is working correctly.\n\n## Routes\n### /stem \nTakes a word in conjugated form and returns it's infinitive form.\n\n### /conjugate\nTakes a word in infinitive form and returns a JSON array of conjugation objects.\n\n### /searchKor\nThis is the main route for Korean searches. It takes a word in either infinitive or conjugated form. If the infinitive form is given or found, it will redirect to /conjugate and display the word's conjugations. If more than one infinitive form is found, then it will display a JSON array of the forms.\n\n### /defineKor\nTakes a Korean word in infinitive form and returns it's definition. Since this repo isn't connected to the database, this route **will not work by default.**\n\n### /defineEng\nTakes an English word and returns a list of possible Korean matches. Since this repo isn't connected to the database, this route **will not work by default.**\n\n## Acknowledgements\n\nThis project could not have been done without the initial [algorithm built by Dan Bravender](https://github.com/dbravender/korean_conjugation). This project is basically a server wrapper around his code, most of it hasn't been modified.\n\nThe database I use with this server is [kengdic](https://github.com/garfieldnate/kengdic). While this repo is not connected to it by default, it's pretty easy to modify the source code to work with a local PostgreSQL server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneofox%2Fkoreanconjugatorserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneofox%2Fkoreanconjugatorserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneofox%2Fkoreanconjugatorserver/lists"}