Home
last modified time | relevance | path

Searched refs:feature_processor2 (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/tests/
Dfeature-processor_test.cc238 TestingFeatureProcessor feature_processor2(options); in TEST() local
240 ASSERT_TRUE(feature_processor2.SpanToLabel({5, 8}, tokens, &label2)); in TEST()
242 ASSERT_TRUE(feature_processor2.SpanToLabel({6, 9}, tokens, &label2)); in TEST()
244 ASSERT_TRUE(feature_processor2.SpanToLabel({5, 9}, tokens, &label2)); in TEST()
248 ASSERT_TRUE(feature_processor2.SpanToLabel({4, 9}, tokens, &label2)); in TEST()
250 ASSERT_TRUE(feature_processor2.SpanToLabel({5, 10}, tokens, &label2)); in TEST()
402 TestingFeatureProcessor feature_processor2(options); in TEST() local
403 EXPECT_TRUE(feature_processor2.ExtractFeatures("ěěě řřř eee", {4, 7}, {0, 0}, in TEST()