Crates.io | quickner-core |
lib.rs | quickner-core |
version | 0.0.1-alpha.20 |
source | src |
created_at | 2023-02-12 15:16:13.495363 |
updated_at | 2024-02-24 16:42:42.239666 |
description | A fast and simple NER tool |
homepage | https://github.com/omarmhaimdat/quickner |
repository | |
max_upload_size | |
id | 783245 |
size | 75,822 |
This is where the core of the Quickner project is located. The rust code is located in the src
directory. The src
directory contains the following:
config.rs
- The configuration file parser and validatormodels.rs
- The data models used in the projectutils.rs
- The utility functions used in the projectTo build the project, you need to have Rust installed. You can install Rust by following the instructions here. Once you have Rust installed, you can build the project by running the following command:
cargo build --release
This project is licensed under the Mozilla Public License 2.0. See the LICENSE file for details.