pub fn init_semantic_with_path(
    model_path: &str,
    tokenizer_path: &str
) -> Result<Arc<Semantic>, SemanticError>