plwordnet

Crates.ioplwordnet
lib.rsplwordnet
version0.0.4
sourcesrc
created_at2023-05-16 09:14:18.761456
updated_at2023-05-20 20:13:36.304791
descriptionNative Rust library facilitating the integration of plWordNet 4.2 lexical resources.
homepagehttps://github.com/kamoshi/plwordnet-rs/
repositoryhttps://github.com/kamoshi/plwordnet-rs/
max_upload_size
id865929
size23,875
Maciej Jur (kamoshi)

documentation

README

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:

[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.

Commit count: 7

cargo fmt