{"id":18981992,"url":"https://github.com/hugo53/husyntactic","last_synced_at":"2025-10-04T02:45:15.067Z","repository":{"id":145106339,"uuid":"2939289","full_name":"hugo53/HUsyntactic","owner":"hugo53","description":"A syntactic parser uses CYK (CKY), Earley. Best fit for English, Vietnamese.","archived":false,"fork":false,"pushed_at":"2018-07-26T04:23:17.000Z","size":327,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T21:08:38.607Z","etag":null,"topics":["cky","cky-algorithm","cky-parser","earley","earley-algorithm","earley-parser","nlp","nlp-parsing","python","syntactic-analysis","syntactic-parser","syntactic-parsing","vietnamese"],"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/hugo53.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}},"created_at":"2011-12-08T10:23:26.000Z","updated_at":"2022-03-31T16:19:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9591e9b-7926-45e8-8e67-24fc7e81e13a","html_url":"https://github.com/hugo53/HUsyntactic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hugo53/HUsyntactic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo53%2FHUsyntactic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo53%2FHUsyntactic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo53%2FHUsyntactic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo53%2FHUsyntactic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugo53","download_url":"https://codeload.github.com/hugo53/HUsyntactic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo53%2FHUsyntactic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278256776,"owners_count":25957086,"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-10-04T02:00:05.491Z","response_time":63,"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":["cky","cky-algorithm","cky-parser","earley","earley-algorithm","earley-parser","nlp","nlp-parsing","python","syntactic-analysis","syntactic-parser","syntactic-parsing","vietnamese"],"created_at":"2024-11-08T16:11:59.830Z","updated_at":"2025-10-04T02:45:15.062Z","avatar_url":"https://github.com/hugo53.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HUsyntactic\n\nAuthor\t\t:\tMinh-Hoang, Nguyen\n\nEmail\t\t: \thoangnm[dot]53[at]gmail[dot]com\n\nDescription\t:\n\t\t\tA syntactic analyzer uses CYK algorithm and \n\t\t\tEarley algorithm\n\n\n## HOW TO USE?\n\nYou can use command:\n```\n$ python HUsyntactic.py -a [c|e] -g grammarFile -l lexiconFile -s sentenceFile -o outFile\n\t\n\t\t-a : type of algorithm.\n\t\t\tc for cyk\n\t\t\te for earley\n\t\t-g : name of file contains grammar rules\n\t\t-l : name of file contains lexcicon rules\n\t\t-s : name of file contains sentences\n\t\t-o : name of output file\n```\n\n\n### Example:\n```\n$ pwd\nHUsyntactic/src\n$ python HUsyntactic.py -a c \n                        -g data/ckyData/GRAMMAR.IN \n                        -l data/ckyData/LEXICON.IN \n                        -s data/ckyData/SENTENCES.IN -o data/ckyData/OUTFILE.OUT\n```\n\n## DOCUMENTATION\nPlease see HUsyntactic.pdf ( It's in Vietnamese! )\n\n## LICENSE\n  All HUsyntactic source files are made available under the terms of the\n  GNU Affero General Public License (AGPL).  See GNU-AGPL-3.0 files for\n  details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo53%2Fhusyntactic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugo53%2Fhusyntactic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo53%2Fhusyntactic/lists"}