Searched refs:sentence (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnClauseConverterJAJP.java57 /** part of speech (end of clause/not end of sentence) */
61 /** part of speech (end of sentence) */
158 WnnSentence[] sentence = mSentenceBuffer;
162 if (start != 0 && sentence[start-1] == null) {
176 if (sentence[idx] != null) {
178 if (sentence[idx].frequency > sentence[start-1].frequency + CLAUSE_COST + FREQ_LEARN) {
183 if (sentence[idx].frequency > CLAUSE_COST + FREQ_LEARN) {
194 /* get the clause which can be the end of the sentence */
197 /* get the clause which is not the end of the sentence */
[all...]
H A DOpenWnnEngineJAJP.java435 WnnSentence sentence = null;
437 sentence = mClauseConverter.consecutiveClauseConvert(input);
440 sentence = new WnnSentence(head, sentence);
442 if (sentence == null) {
446 StrSegmentClause[] ss = new StrSegmentClause[sentence.elements.size()];
449 Iterator<WnnClause> it = sentence.elements.iterator();
460 mConvertSentence = sentence;
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerTester.java127 String sentence =
132 wf.mMessage = sentence;
136 if (utter.equals(sentence)) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DSuggestHelper.java215 void addToUserBigram(String sentence) { argument
216 StringTokenizer st = new StringTokenizer(sentence);

Completed in 103 milliseconds