コード例 #1
0
 @Test(expected = TextAnalysisException.class)
 public void testAddTransliteratorConfiguration() throws Exception {
   transliterationService.addTransliteratorConfiguration("ForTesting", "k > cjk");
   transliterationService.addTransliteratorConfiguration("ForTesting", "k > cjk");
 }
コード例 #2
0
 @After
 public void tearDown() throws Exception {
   transliterationService.shutdown();
 }