예제 #1
0
 @Test
 public void testSearchVerb() throws Exception {
   String word = "거칠";
   assertEquals(word, Dictionary.searchVerb(word).getString());
   assertEquals(PosTag.VA, Dictionary.searchVerb(word).tag());
 }