OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LangIdResult
(Results
1 - 3
of
3
) sorted by null
/external/libtextclassifier/lang_id/
lang-id.h
38
struct
LangIdResult
{
79
// object can't make a prediction, this method sets the
LangIdResult
to
82
LangIdResult
*result) const;
84
// Convenience version of FindLanguages(const char *, size_t,
LangIdResult
*).
85
void FindLanguages(const string &text,
LangIdResult
*result) const {
97
// can use FindLanguages (plural) to get the full
LangIdResult
, and apply your
lang-id_jni.cc
33
using libtextclassifier3::mobile::lang_id::
LangIdResult
;
37
const
LangIdResult
& lang_id_result) {
93
LangIdResult
result;
lang-id.cc
127
void FindLanguages(StringPiece text,
LangIdResult
*result) const {
271
LangIdResult
*result) const {
272
SAFTM_DCHECK(result) << "
LangIdResult
must not be null.";
Completed in 65 milliseconds