Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor_test.cc59 using FeatureProcessor::SupportedCodepointsRatio;
507 TEST_F(FeatureProcessorTest, SupportedCodepointsRatio) { in TEST_F() argument
556 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
559 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
562 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
Dfeature-processor.h225 float SupportedCodepointsRatio(const TokenSpan& token_span,
Dfeature-processor.cc599 float FeatureProcessor::SupportedCodepointsRatio( in SupportedCodepointsRatio() function in libtextclassifier3::FeatureProcessor
750 SupportedCodepointsRatio(token_span, tokens); in HasEnoughSupportedCodepoints()