Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691908739
  • Loading branch information
Nisaba Authors authored and copybara-github committed Oct 31, 2024
1 parent 021febf commit 4921a19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nisaba/interim/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

load("@pip_deps//:requirements.bzl", "requirement")

Expand Down
2 changes: 2 additions & 0 deletions nisaba/scripts/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")

load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

load("@pip_deps//:requirements.bzl", "requirement")

package(
Expand Down
2 changes: 2 additions & 0 deletions nisaba/translit/fst/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

# Transliteration utilities using finite-state pair language models.

load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")

package(
default_applicable_licenses = [
],
Expand Down

0 comments on commit 4921a19

Please sign in to comment.