From 0d562a6249a47f5847cd787f44ae31f0a71cfc8d Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Sun, 11 Jun 2023 13:17:20 -0500 Subject: [PATCH] Add --tashkeel_model to help --- src/cpp/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cpp/main.cpp b/src/cpp/main.cpp index b3fe24e..c7446b7 100644 --- a/src/cpp/main.cpp +++ b/src/cpp/main.cpp @@ -329,6 +329,9 @@ void printUsage(char *argv[]) { << endl; cerr << " --espeak_data DIR path to espeak-ng data directory" << endl; + cerr << " --tashkeel_model FILE path to libtashkeel onnx model " + "(arabic)" + << endl; cerr << " --debug print DEBUG messages to the console" << endl; cerr << endl;