Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/pod_ner/
Dpod-ner-impl_test.cc501 const std::string klondike = "Klondike Gold Rush Museum"; in TEST_F() local
502 int klondike_start = long_text.find(klondike); in TEST_F()
509 CodepointSpan(klondike_start, klondike_start + klondike.length())); in TEST_F()