There was an error while loading. Please reload this page.
1 parent 1212204 commit 492b7caCopy full SHA for 492b7ca
1 file changed
mozolm/utils/ngram_utils.bzl
@@ -48,7 +48,7 @@ def ngram_convert_arpa_to_fst(
48
)
49
50
# Convert from ARPA to FST format.
51
- converter_rule = "@org_opengrm_ngram//:ngramread"
+ converter_rule = "//third_party/opengrm/ngram:ngramread"
52
original_output_name = output_name
53
if relabel_to_codepoints:
54
# This is going to be an intermediate target.
@@ -57,7 +57,7 @@ def ngram_convert_arpa_to_fst(
57
name = output_name + "_fst",
58
srcs = [":%s_uncompress" % name],
59
outs = [output_name + ".fst"],
60
- cmd = "$(location @org_opengrm_ngram//:ngramread) --ARPA $< $@",
+ cmd = "$(location //third_party/opengrm/ngram:ngramread) --ARPA $< $@",
61
tools = [
62
converter_rule,
63
],
0 commit comments