PageRenderTime 36ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/test/spelling/corrector/StatSpellingCorrectorTest.java

https://github.com/juliengrenier/java-spelling-corrector
Java | 11 lines | 7 code | 4 blank | 0 comment | 0 complexity | 89b5ea9d3842562afe8398aabe5808ad MD5 | raw file
  1. package spelling.corrector;
  2. public class StatSpellingCorrectorTest extends SpellingCorrectorTest {
  3. @Override
  4. protected SpellingCorrector getSpellingCorrector() {
  5. return new StatSpellingCorrector();
  6. }
  7. }