Skip to content

Commit

Permalink
corrected test desc name for init
Browse files Browse the repository at this point in the history
  • Loading branch information
AllesEins committed May 10, 2016
1 parent 1b35a45 commit 85e5b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void testPackage() throws Exception {
new Token(jCas, 26, 29).addToIndexes();
new Token(jCas, 30, 34).addToIndexes();
new Token(jCas, 34, 35).addToIndexes();
AnalysisEngine ae = AnalysisEngineFactory.createEngine("de.julielab.jcore.ae.opennlp.postag.desc.jcore-opennlp-postag-ae-pennbioie");
AnalysisEngine ae = AnalysisEngineFactory.createEngine("de.julielab.jcore.ae.opennlp.postag.desc.jcore-opennlp-postag-ae-biomedical-english");
ae.process(jCas);
FSIterator<Annotation> it = jCas.getAnnotationIndex(Token.type).iterator();
Token t = (Token) it.next();
Expand Down

0 comments on commit 85e5b67

Please sign in to comment.