Skip to content

Commit 492b7ca

Browse files
agutkincopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 893542792
1 parent 1212204 commit 492b7ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mozolm/utils/ngram_utils.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def ngram_convert_arpa_to_fst(
4848
)
4949

5050
# Convert from ARPA to FST format.
51-
converter_rule = "@org_opengrm_ngram//:ngramread"
51+
converter_rule = "//third_party/opengrm/ngram:ngramread"
5252
original_output_name = output_name
5353
if relabel_to_codepoints:
5454
# This is going to be an intermediate target.
@@ -57,7 +57,7 @@ def ngram_convert_arpa_to_fst(
5757
name = output_name + "_fst",
5858
srcs = [":%s_uncompress" % name],
5959
outs = [output_name + ".fst"],
60-
cmd = "$(location @org_opengrm_ngram//:ngramread) --ARPA $< $@",
60+
cmd = "$(location //third_party/opengrm/ngram:ngramread) --ARPA $< $@",
6161
tools = [
6262
converter_rule,
6363
],

0 commit comments

Comments
 (0)