Skip to content

Commit

Permalink
WIP add partial Bash script to create & train model.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Jan 8, 2024
1 parent 7d28d8d commit 87777a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scriptshifter/hooks/arabic/camel_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

CAMEL_DIR = path.join(path.dirname(APP_ROOT), "ext", "arabic_rom")
MODULE_DIR = path.join(CAMEL_DIR, "src")
MODEL_DIR = path.join(CAMEL_DIR, "models", "mle")
MODEL_PATH = path.join(MODEL_DIR, "size1.0.tsv")
# MODEL_DIR = path.join(CAMEL_DIR, "models", "mle")
MODEL_DIR = path.join(CAMEL_DIR, "data", "processed")
# MODEL_PATH = path.join(MODEL_DIR, "size1.0.tsv")
MODEL_PATH = path.join(MODEL_DIR, "train.tsv")

syspath.append(MODULE_DIR)

Expand Down

0 comments on commit 87777a2

Please sign in to comment.