Crate sakurs_cli

Source
Expand description

Sakurs CLI library

This library provides the command-line interface for the Sakurs sentence boundary detection system.

Re-exports§

pub use error::CliError;
pub use error::CliResult;

Modules§

commands
CLI command implementations
error
Error handling for the CLI application
input
Input handling module
language_source
Language source management for CLI
output
Output formatting module
progress
Progress reporting module