Crates.io | plwordnet |
lib.rs | plwordnet |
version | 0.0.4 |
source | src |
created_at | 2023-05-16 09:14:18.761456 |
updated_at | 2023-05-20 20:13:36.304791 |
description | Native Rust library facilitating the integration of plWordNet 4.2 lexical resources. |
homepage | https://github.com/kamoshi/plwordnet-rs/ |
repository | https://github.com/kamoshi/plwordnet-rs/ |
max_upload_size | |
id | 865929 |
size | 23,875 |
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.
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.
Add this crate to your Cargo.toml
file:
[dependencies]
plwordnet = "0.0.*"
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT license.