quickner-core

Crates.ioquickner-core
lib.rsquickner-core
version0.0.1-alpha.20
sourcesrc
created_at2023-02-12 15:16:13.495363
updated_at2024-02-24 16:42:42.239666
descriptionA fast and simple NER tool
homepagehttps://github.com/omarmhaimdat/quickner
repository
max_upload_size
id783245
size75,822
Omar MHAIMDAT (omarmhaimdat)

documentation

https://docs.rs/quickner-cli

README

Quickner Core

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 validator
  • models.rs - The data models used in the project
  • utils.rs - The utility functions used in the project

Building

To 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

License

This project is licensed under the Mozilla Public License 2.0. See the LICENSE file for details.

Commit count: 0

cargo fmt