Internal change
PiperOrigin-RevId: 573228351
This commit is contained in:
parent
61dc7281e2
commit
652792ebaa
|
@ -68,7 +68,6 @@ constexpr absl::string_view kSeparatorToken = "[SEP]";
|
||||||
//
|
//
|
||||||
// This calculator is currently configured for the TextClassifier Task but it
|
// This calculator is currently configured for the TextClassifier Task but it
|
||||||
// will eventually be generalized for other Text Tasks.
|
// will eventually be generalized for other Text Tasks.
|
||||||
// TODO: Handle preprocessing for other Text Tasks too.
|
|
||||||
//
|
//
|
||||||
// Inputs:
|
// Inputs:
|
||||||
// TEXT - std::string
|
// TEXT - std::string
|
||||||
|
|
|
@ -132,8 +132,6 @@ cc_library(
|
||||||
|
|
||||||
# TODO: Enable this test
|
# TODO: Enable this test
|
||||||
|
|
||||||
# TODO: Investigate rewriting the build rule to only link
|
|
||||||
# the Bert Preprocessor if it's needed.
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "text_preprocessing_graph",
|
name = "text_preprocessing_graph",
|
||||||
srcs = ["text_preprocessing_graph.cc"],
|
srcs = ["text_preprocessing_graph.cc"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user