Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor_test.cc59 using FeatureProcessor::SupportedCodepointsRatio;
579 TEST_F(AnnotatorFeatureProcessorTest, SupportedCodepointsRatio) { in TEST_F() argument
628 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
631 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
634 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
637 EXPECT_THAT(feature_processor.SupportedCodepointsRatio( in TEST_F()
Dfeature-processor.h251 float SupportedCodepointsRatio(const TokenSpan& token_span,
Dfeature-processor.cc620 float FeatureProcessor::SupportedCodepointsRatio( in SupportedCodepointsRatio() function in libtextclassifier3::FeatureProcessor
780 SupportedCodepointsRatio(token_span, tokens); in HasEnoughSupportedCodepoints()