Searched refs:semantic (Results 1 – 6 of 6) sorted by relevance
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | PhoneTypeChoiceRecognizerEngine.java | 61 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); in onRecognitionSuccess() local 62 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess() 71 String semantic = mSrec.getResult(0, Recognizer.KEY_MEANING); in onRecognitionSuccess() local 72 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess() 76 if (("H".equalsIgnoreCase(semantic)) || in onRecognitionSuccess() 77 ("M".equalsIgnoreCase(semantic)) || in onRecognitionSuccess() 78 ("W".equalsIgnoreCase(semantic)) || in onRecognitionSuccess() 79 ("O".equalsIgnoreCase(semantic)) || in onRecognitionSuccess() 80 ("R".equalsIgnoreCase(semantic)) || in onRecognitionSuccess() 81 ("X".equalsIgnoreCase(semantic))) { in onRecognitionSuccess() [all …]
|
D | CommandRecognizerEngine.java | 960 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); in onRecognitionSuccess() local 961 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess() 970 String[] commands = semantic.trim().split(" "); in onRecognitionSuccess() 1113 intent.putExtra(RecognizerEngine.SEMANTIC_EXTRA, semantic); in onRecognitionSuccess()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1402373178, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Româna,date=1408019089, ... |