{"id":24588026,"url":"https://github.com/kemalcanbora/zemberek_parser","last_synced_at":"2025-09-17T10:46:20.273Z","repository":{"id":56701959,"uuid":"108648248","full_name":"kemalcanbora/zemberek_parser","owner":"kemalcanbora","description":"Turkish NLP Lib","archived":false,"fork":false,"pushed_at":"2024-10-10T18:42:08.000Z","size":154784,"stargazers_count":55,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T17:57:26.799Z","etag":null,"topics":["nlp","python-3","turkish-language","zemberek-nlp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kemalcanbora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-10-28T12:43:41.000Z","updated_at":"2025-01-31T15:38:48.000Z","dependencies_parsed_at":"2025-04-28T17:54:26.348Z","dependency_job_id":null,"html_url":"https://github.com/kemalcanbora/zemberek_parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kemalcanbora/zemberek_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemalcanbora%2Fzemberek_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemalcanbora%2Fzemberek_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemalcanbora%2Fzemberek_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemalcanbora%2Fzemberek_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kemalcanbora","download_url":"https://codeload.github.com/kemalcanbora/zemberek_parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemalcanbora%2Fzemberek_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275583254,"owners_count":25490649,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["nlp","python-3","turkish-language","zemberek-nlp"],"created_at":"2025-01-24T07:13:57.711Z","updated_at":"2025-09-17T10:46:20.244Z","avatar_url":"https://github.com/kemalcanbora.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zemberek Parser \r\nTurkce icin NLP kutuphanesi.\r\n\r\n```python\r\nfrom zemberek import  TurkishWordNet\r\n\r\nturkish_wn = TurkishWordNet()\r\n\r\n# Example usage\r\nword = \"acayip\"\r\nword_info = turkish_wn.get_word_info(word)\r\n\r\nif word_info:\r\n    for info in word_info:\r\n        print(f\"Word: {word}\")\r\n        print(f\"Part of Speech: {info['pos']}\")\r\n        print(f\"Definition: {info['definition']}\")\r\n        print(f\"Synonyms: {', '.join(info['synonyms'])}\")\r\n        if info['example']:\r\n            print(f\"Example: {info['example']}\")\r\n        print()\r\nelse:\r\n    print(f\"No information found for the word: {word}\")\r\n\r\n# output:\r\n# Word: acayip\r\n# Part of Speech: a\r\n# Definition: Sağduyuya, göreneğe, olağana aykırı, yadırganan\r\n# Synonyms: yabansı, çok şey, garip, cins\r\n# Example: Acayip kıyafet\r\n```\r\n\r\n \r\n##### Bug ve Diğer durumlar\r\n - Kütüphaneyi kullandığınızda karşılaştığınız hataları belirtirseniz (PR, MR açabilirsiniz veya direk \u003ca href=\"https://www.linkedin.com/in/kemalcan-bora-8b702926/\"\u003e bana \u003c/a\u003e ulaşabilirsiniz)\r\n - Tez veya çalışmanızda repoyu kaynak verirseniz başka insanlar da faydalanabilir.\r\n\r\n#### CoLab\r\n - `!apt-get install openjdk-8-jdk-headless -qq \u003e /dev/null`\r\n - `!pip install git+https://github.com/kemalcanbora/zemberek_parser.git`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemalcanbora%2Fzemberek_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkemalcanbora%2Fzemberek_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemalcanbora%2Fzemberek_parser/lists"}