Skip to content

Commit

Permalink
disable constituency for ara
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Jun 3, 2024
1 parent 140797f commit c11cb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchalign/pipelines/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def dispatch_pipeline(pkg_str, lang, num_speakers=None, **arg_overrides):
packages.append("disfluency")
if "retracing" not in packages:
packages.append("retracing")
if "utterance" not in packages and resolve("utterance", lang) == None and lang not in ["heb", "fra"]:
if "utterance" not in packages and resolve("utterance", lang) == None and lang not in ["heb", "fra", "ara"]:
packages.append("utterance")
if "fa" in packages:
if "utr" not in packages:
Expand Down

0 comments on commit c11cb6a

Please sign in to comment.