Searched refs:BEGINNING_OF_SENTENCE_WORD_INFO (Results 1 – 4 of 4) sorted by relevance
30 assertEquals(new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO), in testConstruct()31 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO)); in testConstruct()40 assertTrue(new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO) in testIsBeginningOfSentenceContext()46 assertTrue(new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO, new WordInfo("a")) in testIsBeginningOfSentenceContext()48 assertFalse(new NgramContext(new WordInfo("a"), WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO) in testIsBeginningOfSentenceContext()51 WordInfo.EMPTY_WORD_INFO, WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO) in testIsBeginningOfSentenceContext()62 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in testGetNextNgramContext()72 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in testExtractPrevWordsContextTest()82 ngramContext_b_a.getNextNgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in testExtractPrevWordsContextTest()97 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in testExtractPrevWordsContextArray()[all …]
64 return new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO); in getNgramContextFromNthPreviousWord()86 prevWordsInfo[i] = WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO; in getNgramContextFromNthPreviousWord()94 prevWordsInfo[i] = WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO; in getNgramContextFromNthPreviousWord()100 prevWordsInfo[i] = WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO; in getNgramContextFromNthPreviousWord()
40 new NgramContext(WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO);57 public static final WordInfo BEGINNING_OF_SENTENCE_WORD_INFO = new WordInfo(); field in NgramContext.WordInfo
107 ? WordInfo.BEGINNING_OF_SENTENCE_WORD_INFO in WordProperty()