A Swift decoder for WordNets. Basically, it’s just a set of models that matches the schema. All the hard work of XML parsing is doing by this package.
Installation
Swift Package Manager
Swift Package Manager is a tool for
managing the distribution of Swift code.
Once you have your Swift package set up, adding WordNetDecoder as a dependency is as
easy as adding it to the dependencies value of your Package.swift.
WordNetDecoder
A Swift decoder for WordNets. Basically, it’s just a set of models that matches the schema. All the hard work of XML parsing is doing by this package.
Installation
Swift Package Manager
Swift Package Manager is a tool for managing the distribution of Swift code. Once you have your Swift package set up, adding
WordNetDecoderas a dependency is as easy as adding it to thedependenciesvalue of yourPackage.swift.Usage
Just read contents of a wordnet file in XML format and pass it to a
WordNetXMLDecoder. You will getCodablemodels that are convenient to work with.