Home
last modified time | relevance | path

Searched defs:annotation_usecase (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/annotator/knowledge/
Dknowledge-engine-dummy.h40 AnnotationUsecase annotation_usecase, in ClassifyText()
47 bool Chunk(const std::string& text, AnnotationUsecase annotation_usecase, in Chunk()
56 AnnotationUsecase annotation_usecase, in ChunkMultipleSpans()
/external/libtextclassifier/native/annotator/datetime/
Dparser.cc119 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse()
129 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in FindSpansUsingLocales()
169 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse()
/external/libtextclassifier/native/annotator/number/
Dnumber.cc33 AnnotationUsecase annotation_usecase, in ClassifyText()
218 AnnotationUsecase annotation_usecase, in FindAll()
/external/libtextclassifier/native/annotator/duration/
Dduration.cc107 AnnotationUsecase annotation_usecase, in ClassifyText()
134 AnnotationUsecase annotation_usecase, in FindAll()
/external/libtextclassifier/native/annotator/
Dannotator.cc1038 AnnotationUsecase annotation_usecase, in ResolveConflicts()
1074 bool DoSourcesConflict(AnnotationUsecase annotation_usecase, in DoSourcesConflict()
1118 int end_index, AnnotationUsecase annotation_usecase, in ResolveConflict()
2880 AnnotationUsecase annotation_usecase, in DatetimeChunk()
Dtypes.h454 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART; member