{"id":30665400,"url":"https://github.com/wacumov/wordnetdecoder","last_synced_at":"2025-08-31T20:21:49.180Z","repository":{"id":63921229,"uuid":"279088609","full_name":"wacumov/WordNetDecoder","owner":"wacumov","description":"A Swift decoder for WordNets.","archived":false,"fork":false,"pushed_at":"2022-07-19T15:59:28.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T13:14:50.882Z","etag":null,"topics":["swift","wordnet","xml"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wacumov.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}},"created_at":"2020-07-12T15:05:37.000Z","updated_at":"2024-06-13T20:33:13.000Z","dependencies_parsed_at":"2023-01-14T14:15:23.704Z","dependency_job_id":null,"html_url":"https://github.com/wacumov/WordNetDecoder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wacumov/WordNetDecoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wacumov%2FWordNetDecoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wacumov%2FWordNetDecoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wacumov%2FWordNetDecoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wacumov%2FWordNetDecoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wacumov","download_url":"https://codeload.github.com/wacumov/WordNetDecoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wacumov%2FWordNetDecoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032938,"owners_count":25034069,"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-08-31T02:00:09.071Z","response_time":79,"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":["swift","wordnet","xml"],"created_at":"2025-08-31T20:21:42.364Z","updated_at":"2025-08-31T20:21:49.164Z","avatar_url":"https://github.com/wacumov.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordNetDecoder\n\n[![Status](https://github.com/wacumov/WordNetDecoder/workflows/Test/badge.svg?branch=master)](https://github.com/wacumov/WordNetDecoder/actions?query=workflow%3ATest+branch%3Amaster)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fwacumov%2FWordNetDecoder%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/wacumov/WordNetDecoder)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fwacumov%2FWordNetDecoder%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/wacumov/WordNetDecoder)\n\nA Swift decoder for WordNets. Basically, it's just a set of models that matches [the schema](https://globalwordnet.github.io/schemas/). All the hard work of XML parsing is doing by [this package](https://github.com/wacumov/xml2json).\n\n## Installation\n\n### Swift Package Manager\n\n[Swift Package Manager](https://swift.org/package-manager/) is a tool for\nmanaging the distribution of Swift code. \nOnce you have your Swift package set up, adding `WordNetDecoder` as a dependency is as\neasy as adding it to the `dependencies` value of your `Package.swift`.\n```swift\ndependencies: [\n    .package(url: \"https://github.com/wacumov/WordNetDecoder\", from: \"0.0.2\")\n]\n```\n\n## Usage\n\nJust read contents of a wordnet file in XML format and pass it to a `WordNetXMLDecoder`. You will get `Codable` models that are convenient to work with.\n```swift\nlet wordnet = try WordNetXMLDecoder().decode(data)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwacumov%2Fwordnetdecoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwacumov%2Fwordnetdecoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwacumov%2Fwordnetdecoder/lists"}