quickner-cli

Crates.ioquickner-cli
lib.rsquickner-cli
version0.0.1-alpha.2
sourcesrc
created_at2023-02-05 12:30:34.985944
updated_at2023-02-05 19:24:33.947431
descriptionA fast and simple NER tool
homepagehttps://github.com/omarmhaimdat/quickner
repository
max_upload_size
id777019
size68,022
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:

  • main.rs - The main entry point of Rust CLI
  • cli.rs - The CLI interface
  • 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

Running

cargo run --release -- -c config.yaml

License

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

Commit count: 0

cargo fmt