@Test(expected = TextAnalysisException.class)
 public void testAddTransliteratorConfiguration() throws Exception {
   transliterationService.addTransliteratorConfiguration("ForTesting", "k > cjk");
   transliterationService.addTransliteratorConfiguration("ForTesting", "k > cjk");
 }
 @After
 public void tearDown() throws Exception {
   transliterationService.shutdown();
 }