Skip to content

Commit

Permalink
Rebase upstream master
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Oct 20, 2017
1 parent b122cbc commit 5d00ad2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

import java.util.ArrayList;
import java.util.List;
import java.util.Map;

import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down Expand Up @@ -80,7 +79,7 @@ void testSkipWordList() throws RedPenException {
.build();

List<Document> documents = new ArrayList<>();documents.add(
Document.builder(new JapaneseTokenizer())
Document.builder(new NeologdJapaneseTokenizer())
.addSection(1)
.addParagraph()
.addSentence(new Sentence("圭や昌は常用漢字ではありませんが、人名漢字であるため許可します。", 1))
Expand Down

0 comments on commit 5d00ad2

Please sign in to comment.