HomeSort by relevance Sort by last modified time
    Searched refs:FeatureProcessor (Results 1 - 11 of 11) sorted by null

  /external/libtextclassifier/annotator/number/
number.h 40 const FeatureProcessor* feature_processor)
71 const FeatureProcessor* feature_processor_;
number_test.cc 54 FeatureProcessor BuildFeatureProcessor(const UniLib* unilib) {
77 return FeatureProcessor(feature_processor_options, unilib);
89 FeatureProcessor feature_processor_;
  /external/libtextclassifier/annotator/contact/
contact-engine-dummy.h 34 explicit ContactEngine(const FeatureProcessor* feature_processor,
  /external/libtextclassifier/annotator/installed_app/
installed-app-engine-dummy.h 34 explicit InstalledAppEngine(const FeatureProcessor* feature_processor,
  /external/libtextclassifier/annotator/
feature-processor.cc 139 void FeatureProcessor::StripTokensFromOtherLines(
147 void FeatureProcessor::StripTokensFromOtherLines(
180 std::string FeatureProcessor::GetDefaultCollection() const {
191 std::vector<Token> FeatureProcessor::Tokenize(const std::string& text) const {
195 std::vector<Token> FeatureProcessor::Tokenize(
200 bool FeatureProcessor::LabelToSpan(
250 bool FeatureProcessor::LabelToTokenSpan(const int label,
260 bool FeatureProcessor::SpanToLabel(
325 int FeatureProcessor::TokenSpanToLabel(const TokenSpan& span) const {
432 int FeatureProcessor::FindCenterToken(CodepointSpan span
    [all...]
annotator.h 262 const FeatureProcessor* SelectionFeatureProcessorForTests() const;
263 const FeatureProcessor* ClassificationFeatureProcessorForTests() const;
340 FeatureProcessor::EmbeddingCache* embedding_cache,
349 FeatureProcessor::EmbeddingCache* embedding_cache,
357 FeatureProcessor::EmbeddingCache* embedding_cache,
468 std::unique_ptr<const FeatureProcessor> selection_feature_processor_;
469 std::unique_ptr<const FeatureProcessor> classification_feature_processor_;
feature-processor_test.cc 52 class TestingFeatureProcessor : public FeatureProcessor {
54 using FeatureProcessor::CountIgnoredSpanBoundaryCodepoints;
55 using FeatureProcessor::FeatureProcessor;
56 using FeatureProcessor::SpanToLabel;
57 using FeatureProcessor::StripTokensFromOtherLines;
58 using FeatureProcessor::supported_codepoint_ranges_;
59 using FeatureProcessor::SupportedCodepointsRatio;
684 FeatureProcessor::EmbeddingCache embedding_cache = {
    [all...]
feature-processor.h 85 class FeatureProcessor {
94 FeatureProcessor(const FeatureProcessorOptions* options, const UniLib* unilib)
annotator.cc 292 new FeatureProcessor(model_->selection_feature_options(), unilib_));
327 classification_feature_processor_.reset(new FeatureProcessor(
    [all...]
  /external/libtextclassifier/annotator/duration/
duration.h 61 const FeatureProcessor* feature_processor)
119 const FeatureProcessor* feature_processor_;
duration_test.cc 74 FeatureProcessor BuildFeatureProcessor(const UniLib* unilib) {
97 return FeatureProcessor(feature_processor_options, unilib);
113 FeatureProcessor feature_processor_;

Completed in 447 milliseconds