{"id":19056841,"url":"https://github.com/andrianllmm/eng-dictionary-parser","last_synced_at":"2025-07-09T12:08:10.188Z","repository":{"id":252387319,"uuid":"840269375","full_name":"andrianllmm/eng-dictionary-parser","owner":"andrianllmm","description":"Parser for an English XML dictionary","archived":false,"fork":false,"pushed_at":"2025-06-22T18:32:41.000Z","size":24270,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T12:06:51.697Z","etag":null,"topics":["dictionary","english","parser","text-mining","xml-parser"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrianllmm.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":"2024-08-09T10:29:54.000Z","updated_at":"2025-06-22T18:32:46.000Z","dependencies_parsed_at":"2024-08-09T13:10:40.385Z","dependency_job_id":null,"html_url":"https://github.com/andrianllmm/eng-dictionary-parser","commit_stats":null,"previous_names":["andrianllmm/eng-dictionary-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrianllmm/eng-dictionary-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Feng-dictionary-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Feng-dictionary-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Feng-dictionary-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Feng-dictionary-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrianllmm","download_url":"https://codeload.github.com/andrianllmm/eng-dictionary-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrianllmm%2Feng-dictionary-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264455988,"owners_count":23611065,"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":["dictionary","english","parser","text-mining","xml-parser"],"created_at":"2024-11-08T23:52:04.246Z","updated_at":"2025-07-09T12:08:10.164Z","avatar_url":"https://github.com/andrianllmm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# English Dictionary Parser\n\n**A Python script that parses an English dictionary in XML format and converts\nit into several useful formats**\n\n## About\n\nThis parser parses the dictionary from [GCIDE](https://www.ibiblio.org/webster/)\nin XML format and outputs it to [JSON format](output/eng_dictionary.json),\n[frequency list](output/eng_freqlist.csv), and\n[word list](output/eng_wordlist.txt).\n\n## Output\n\n\u003e \u003cstrong style=\"font-size: large;\"\u003e103,396 words collected\u003c/strong\u003e \u003csmall\u003e(as\n\u003e of 08/09/2024)\u003c/small\u003e\n\n| Resource       | Format | Link                                                     |\n| -------------- | ------ | -------------------------------------------------------- |\n| Dictionary     | json   | [output/eng_dictionary.json](output/eng_dictionary.json) |\n| Frequency list | csv    | [output/eng_freqlist.csv](output/eng_freqlist.csv)       |\n| Word list      | txt    | [output/eng_wordlist.txt](output/eng_wordlist.txt)       |\n\n### JSON Dictionary\n\nThe JSON dictionary is structured as a list of words and its corresponding list\nof attributes. The attributes include part of speech, definition, etymology,\nclassifications, synonyms, antonyms, example sentences, inflections, and\nsources. The entries are sorted alphabetically.\n\n```json\n[\n  {\n    \"word\": \"The word itself\",\n    \"attributes\": [\n      {\n        \"pos\": \"Simplified arts of speech\",\n        \"definition\": \"The definition\",\n        \"origin\": \"The etymology\",\n        \"classification\": \"Any classification\",\n        \"similar\": [\"List of synonyms\"],\n        \"opposite\": [\"List of antonyms\"],\n        \"examples\": [\"List of example sentences that use the word\"],\n        \"inflections\": [\"List of inflected forms\"],\n        \"sources\": [\"List of sources\"]\n      }\n    ]\n  }\n]\n```\n\n### Frequency list\n\nThe frequency list is structured as a list of words and its corresponding\nfrequency value derived from the\n[Leipzig Corpora Collection Dataset (2021 Wikipedia 100k corpus)](https://wortschatz.uni-leipzig.de/en/download/English).\nThe list is sorted from highest to lowest frequency value.\n\n```csv\nthe,101717\nof,43438\nin,37524\n```\n\n### Word list\n\nThe word list is simply the list of words sorted alphabetically.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrianllmm%2Feng-dictionary-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrianllmm%2Feng-dictionary-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrianllmm%2Feng-dictionary-parser/lists"}