the-algorithm/src/java/com/twitter/search/common/encoding/features/BUILD
twitter-team ef4c5eb65e Twitter Recommendation Algorithm
Please note we have force-pushed a new initial commit in order to remove some publicly-available Twitter user information. Note that this process may be required in the future.
2023-03-31 17:36:31 -05:00

18 lines
539 B
Python

# Java library for feature encoding and decoding utilities.
java_library(
sources = ["*.java"],
platform = "java8",
provides = artifact(
org = "com.twitter.search.common",
name = "encoding-features",
repo = artifactory,
),
tags = ["bazel-compatible"],
dependencies = [
"3rdparty/jvm/com/google/guava",
"3rdparty/jvm/org/apache/thrift:libthrift",
"src/java/com/twitter/search/common/schema/base",
"src/thrift/com/twitter/search/common:indexing-java",
],
)