Searched refs:getNextNgramContext (Results 1 – 6 of 6) sorted by relevance
71 ngramContext_a.getNextNgramContext(new WordInfo("b")); in testGetNextNgramContext()75 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in testGetNextNgramContext()79 ngramContext_b_a.getNextNgramContext(new WordInfo("c")); in testGetNextNgramContext()90 ngramContext_a.getNextNgramContext(new WordInfo("b")); in testExtractPrevWordsContextTest()96 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in testExtractPrevWordsContextTest()104 ngramContext_empty.getNextNgramContext(new WordInfo("a")); in testExtractPrevWordsContextTest()117 ngramContext_a.getNextNgramContext(new WordInfo("b")); in testExtractPrevWordsContextArray()125 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in testExtractPrevWordsContextArray()136 ngramContext_empty.getNextNgramContext(new WordInfo("a")); in testExtractPrevWordsContextArray()
93 ngramContext = ngramContext.getNextNgramContext(new NgramContext.WordInfo(tempWord)); in createInputEventFrom()
106 ngramContext = ngramContext.getNextNgramContext(new WordInfo(word)); in addWordsToDictionary()
165 ngramContext = ngramContext.getNextNgramContext( in addNameLocked()
126 public NgramContext getNextNgramContext(final WordInfo wordInfo) { in getNextNgramContext() method in NgramContext
515 ngramContextForCurrentWord.getNextNgramContext(new WordInfo(currentWord)); in addToUserHistory()