# plWordNet-rs `plwordnet` is a Rust crate that provides a powerful and efficient interface for working with plWordNet lexical resources. It allows you to load and read plWordNet XML files, making it easy to incorporate plWordNet data into your Rust applications. ## Features - Load and parse plWordNet 4.2 XML files with ease. - Efficient data structures for storing and accessing plWordNet lexical data. - Flexible querying capabilities to retrieve synsets, and semantic relations. - High performance and memory efficiency for handling large plWordNet datasets. ## Installation Add this crate to your `Cargo.toml` file: ```toml [dependencies] plwordnet = "0.0.*" ``` ## Contributing Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request. ## License This project is licensed under the [MIT license](https://github.com/kamoshi/plwordnet-rs/blob/main/LICENSE).