{"id":17718587,"url":"https://github.com/linuxscout/miknaaz","last_synced_at":"2025-07-16T22:35:46.606Z","repository":{"id":138755235,"uuid":"146122321","full_name":"linuxscout/miknaaz","owner":"linuxscout","description":"Generate arabic golden standard corpus  for morphology and stemming ","archived":false,"fork":false,"pushed_at":"2023-01-12T15:43:48.000Z","size":89,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-11T10:12:32.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/linuxscout.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":"2018-08-25T19:06:22.000Z","updated_at":"2023-01-13T21:06:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"e430583a-bcbf-4421-9362-61920bed42ec","html_url":"https://github.com/linuxscout/miknaaz","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxscout%2Fmiknaaz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxscout%2Fmiknaaz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxscout%2Fmiknaaz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxscout%2Fmiknaaz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxscout","download_url":"https://codeload.github.com/linuxscout/miknaaz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233965902,"owners_count":18758368,"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-10-25T14:54:56.320Z","updated_at":"2025-01-14T22:17:13.865Z","avatar_url":"https://github.com/linuxscout.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Miknaaz مكناز\n\n## Description\n\nGenerate Arabic golden standard corpus for morphology and stemming \n\n### Citation\n\nIf you would cite it in academic work, can you use this citation\n\n\tTaha Zerrouki‏, Miknaaz,  http://github.com/linuxscout/miknaaz, 2023\n\nor in bibtex format\n\n\t@misc{zerrouki2018miknaaz,\n\t  title={Miknaaz: Generate arabic golden standard},\n\t  author={Zerrouki, Taha},\n\t  url={http://github.com/linuxscout/miknaaz},\n\t  year={2018}\n\t}\n\n## Usage\n\n* Build word features for linguistics building corpus\n\n```python\nfrom miknaaz.corpus_builder import CorpusBuilder\ntext = u\"إلى البيت\"\nlemmer = CorpusBuilder()\nwords = lemmer.tokenize(text)\nfor word in words:\n    result = lemmer.morph_suggestions(word, True)\n    print(result)\n```\n\n\n\n* Extract separate features\n\n  ```python\n  from miknaaz.corpus_builder import CorpusBuilder\n  text = u\"إلى البيت\"\n  lemmer = CorpusBuilder()\n  words = lemmer.tokenize(text)\n  # test get lemmas\n  for word in words:\n      result = lemmer.get_lemmas(word)\n      # the result contains objects\n      print(result)\n  # test get roots\n  for word in words:\n      result = lemmer.get_roots(word)\n      # the result contains objects\n      print(result)\n  # test get wordtypes\n  for word in words:\n      result = lemmer.get_word_type(word)\n      # the result contains objects\n      print(result)\n  # test get wazns\n  for word in words:\n      result = lemmer.get_wazns(word)\n      # the result contains objects\n      print(result)\n  ```\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxscout%2Fmiknaaz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxscout%2Fmiknaaz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxscout%2Fmiknaaz/lists"}