Searched defs:annotation_usecase (Results 1 – 8 of 8) sorted by relevance
/external/libtextclassifier/native/annotator/knowledge/ |
D | knowledge-engine-dummy.h | 41 AnnotationUsecase annotation_usecase, in ClassifyText() 48 Status Chunk(const std::string& text, AnnotationUsecase annotation_usecase, in Chunk() 58 AnnotationUsecase annotation_usecase, in ChunkMultipleSpans()
|
/external/libtextclassifier/native/annotator/datetime/testing/ |
D | base-parser-test.cc | 35 AnnotationUsecase annotation_usecase) { in HasNoResult() 52 const std::string& locales, AnnotationUsecase annotation_usecase) { in ParsesCorrectly() 125 const std::string& locales, AnnotationUsecase annotation_usecase) { in ParsesCorrectly()
|
/external/libtextclassifier/native/annotator/datetime/ |
D | grammar-parser.cc | 45 ModeFlag mode, AnnotationUsecase annotation_usecase, in Parse() 55 ModeFlag mode, AnnotationUsecase annotation_usecase, in Parse()
|
D | regex-parser.cc | 122 ModeFlag mode, AnnotationUsecase annotation_usecase, in Parse() 133 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in FindSpansUsingLocales() 175 ModeFlag mode, AnnotationUsecase annotation_usecase, in Parse()
|
/external/libtextclassifier/native/annotator/number/ |
D | number.cc | 33 AnnotationUsecase annotation_usecase, in ClassifyText() 218 AnnotationUsecase annotation_usecase, in FindAll()
|
/external/libtextclassifier/native/annotator/duration/ |
D | duration.cc | 126 AnnotationUsecase annotation_usecase, in ClassifyText() 153 AnnotationUsecase annotation_usecase, in FindAll()
|
/external/libtextclassifier/native/annotator/ |
D | annotator.cc | 1092 bool DoSourcesConflict(AnnotationUsecase annotation_usecase, in DoSourcesConflict() 2823 const AnnotationUsecase& annotation_usecase, in RegexChunk() 3139 AnnotationUsecase annotation_usecase, in DatetimeChunk()
|
D | types.h | 526 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART; member
|