예제 #1
0
 @Test
 public void testSearch_조사() throws Exception {
   for (WordEntry each : josas) {
     assertEquals(each.getString(), Dictionary.searchJosa(each.getString()).getString());
   }
 }