OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KnowledgeEngine
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/annotator/knowledge/
knowledge-engine-dummy.h
28
class
KnowledgeEngine
{
30
explicit
KnowledgeEngine
(const UniLib* unilib) {}
/external/libtextclassifier/annotator/
annotator.h
505
std::unique_ptr<const
KnowledgeEngine
> knowledge_engine_;
annotator.cc
502
std::unique_ptr<
KnowledgeEngine
> knowledge_engine(
503
new
KnowledgeEngine
(unilib_));
[
all
...]
Completed in 157 milliseconds