Skip to content

Commit

Permalink
Revert accidentally pushed changes in NoriAnalysisTests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed May 30, 2018
1 parent 532b91f commit e852eb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void testNoriTokenizer() throws Exception {
.build();
TestAnalysis analysis = createTestAnalysis(settings);
Tokenizer tokenizer = analysis.tokenizer.get("my_tokenizer").create();
tokenizer.setReader(new StringReader(""));
tokenizer.setReader(new StringReader("뿌리가 깊은 나무"));
assertTokenStreamContents(tokenizer, new String[] {"뿌리", "가", "깊", "은", "나무"});
tokenizer.setReader(new StringReader("가늠표"));
assertTokenStreamContents(tokenizer, new String[] {"가늠표", "가늠", "표"});
Expand Down

0 comments on commit e852eb0

Please sign in to comment.