Skip to content

Commit

Permalink
#1828 - A simple import of already tokenized text to which no further…
Browse files Browse the repository at this point in the history
… tokenization is applied

- Corrected reference value in unit test
  • Loading branch information
reckart committed Jan 21, 2021
1 parent 1e05635 commit 2a4d1c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void test() throws Exception
reader.getNext(doc.getCas());

assertEquals(169, select(doc, Sentence.class).size());
assertEquals(1412, select(doc, Token.class).size());
assertEquals(1581, select(doc, Token.class).size());
}

@Test
Expand Down

0 comments on commit 2a4d1c2

Please sign in to comment.