예제 #1
0
 /** Test get corpus processing state. */
 @Test
 public void testGetCorpusProcessingState() {
   CorpusProcessingState corpusProcessingState =
       service.getCorpusProcessingState(Corpus.IBM_RESEARCHERS);
   Assert.assertNotNull(corpusProcessingState);
 }