Searched refs:ngramContext_empty (Results 1 – 1 of 1) sorted by relevance
87 final NgramContext ngramContext_empty = new NgramContext(WordInfo.EMPTY_WORD_INFO); in testExtractPrevWordsContextTest() local88 assertEquals("", ngramContext_empty.extractPrevWordsContext()); in testExtractPrevWordsContextTest()90 ngramContext_empty.getNextNgramContext(new WordInfo("a")); in testExtractPrevWordsContextTest()118 final NgramContext ngramContext_empty = new NgramContext(WordInfo.EMPTY_WORD_INFO); in testExtractPrevWordsContextArray() local119 assertEquals(0, ngramContext_empty.extractPrevWordsContextArray().length); in testExtractPrevWordsContextArray()121 ngramContext_empty.getNextNgramContext(new WordInfo("a")); in testExtractPrevWordsContextArray()