mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-23 10:41:50 +01:00
94ff4caea8
Topic Social Proof Service (TSPS) delivers highly relevant topics tailored to a user's interests by analyzing topic preferences, such as following or unfollowing, and employing semantic annotations and other machine learning models.
22 lines
618 B
Python
22 lines
618 B
Python
create_thrift_libraries(
|
|
base_name = "thrift",
|
|
sources = ["*.thrift"],
|
|
platform = "java8",
|
|
tags = [
|
|
"bazel-compatible",
|
|
],
|
|
dependency_roots = [
|
|
"content-recommender/thrift/src/main/thrift",
|
|
"content-recommender/thrift/src/main/thrift:content-recommender-common",
|
|
"interests-service/thrift/src/main/thrift",
|
|
"src/thrift/com/twitter/simclusters_v2:simclusters_v2-thrift",
|
|
],
|
|
generate_languages = [
|
|
"java",
|
|
"scala",
|
|
"strato",
|
|
],
|
|
provides_java_name = "tsp-thrift-java",
|
|
provides_scala_name = "tsp-thrift-scala",
|
|
)
|