Home | History | Annotate | Download | only in spellcheck

Lines Matching refs:suggestions

37         final String[] suggestions = span.getSuggestions();
38 // For this test we consider "tgis" should yield at least 2 suggestions (at this moment
40 assertTrue(suggestions.length >= 2);
42 assertEquals("Test basic spell checking", "this", suggestions[0]);
57 final String[] suggestions = span.getSuggestions();
58 // For this test we consider "????" should yield at least 2 suggestions (at this moment
60 assertTrue(suggestions.length >= 2);
63 assertEquals("", "????", suggestions[0]);
77 final String[] suggestions = span.getSuggestions();
80 suggestions[0]);