Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/person_name/
Dperson_name_model.fbs21 table PersonName {
37 person_names:[PersonNameModel_.PersonName];
/external/libtextclassifier/native/annotator/
Dcollections.h117 static const std::string& PersonName() { in PersonName() function
Dannotator.cc2273 !is_raw_usecase || is_entity_type_enabled(Collections::PersonName()); in AnnotateSingleInput()