{"id":19666550,"url":"https://github.com/tu6ge/appellation","last_synced_at":"2025-02-27T04:17:22.745Z","repository":{"id":142318527,"uuid":"613228793","full_name":"tu6ge/appellation","owner":"tu6ge","description":"家庭成员称呼查询, lexer, parse","archived":false,"fork":false,"pushed_at":"2023-03-20T02:55:38.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T02:44:37.796Z","etag":null,"topics":["lexer","lexer-parser","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/tu6ge.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":"2023-03-13T06:52:08.000Z","updated_at":"2023-03-13T07:22:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"64333f4d-4c4b-446c-aa42-9e1e2b248972","html_url":"https://github.com/tu6ge/appellation","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/tu6ge%2Fappellation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tu6ge%2Fappellation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tu6ge%2Fappellation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tu6ge%2Fappellation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tu6ge","download_url":"https://codeload.github.com/tu6ge/appellation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240976185,"owners_count":19887439,"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":["lexer","lexer-parser","rust"],"created_at":"2024-11-11T16:28:05.028Z","updated_at":"2025-02-27T04:17:22.729Z","avatar_url":"https://github.com/tu6ge.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 称呼查询\n\n输入 **爸爸的妈妈是什么**\n\n会输出 **奶奶**\n\n词法分析，语法分析练习项目\n\n```\ncargo run 爸爸的爸爸是什么\n```\n\n## 内部解析\n\n输入 `爸爸的爸爸是什么` 时，先进行词法分析:\n\n- `爸爸` 是称呼 \n- `的` 是连接词\n- `爸爸` 是称呼\n- `是` 关键词\n- `什么` 关键词\n\n然后根据前后两个称呼，查询内部 HashMap ，输出结果\n\n## 配置文件读取\n\ntodo \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftu6ge%2Fappellation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftu6ge%2Fappellation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftu6ge%2Fappellation/lists"}