Skip to content

Commit

Permalink
Feature class for creating feature inventories (eg. phonological feat…
Browse files Browse the repository at this point in the history
…ures, orthographic features, etc) and feature profiles for objects.

PiperOrigin-RevId: 597318198
  • Loading branch information
isingoo authored and copybara-github committed Feb 2, 2024
1 parent 7d6ad63 commit 2947603
Show file tree
Hide file tree
Showing 5 changed files with 1,051 additions and 3 deletions.
21 changes: 21 additions & 0 deletions nisaba/scripts/natural_translit/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,24 @@ py_test(
"@io_abseil_py//absl/testing:absltest",
],
)

py_library(
name = "feature",
srcs = ["feature.py"],
deps = [
":inventory2",
":log_op",
":type_op",
],
)

py_test(
name = "feature_test",
srcs = ["feature_test.py"],
main = "feature_test.py",
deps = [
":feature",
":type_op",
"@io_abseil_py//absl/testing:absltest",
],
)
Loading

0 comments on commit 2947603

Please sign in to comment.