Skip to content

Commit

Permalink
Use Full model
Browse files Browse the repository at this point in the history
  • Loading branch information
nacyot authored and raccoonyy committed Jan 10, 2019
1 parent fa260fb commit 7891e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class KoreanTokenizer implements RedPenTokenizer {
private Komoran tokenizer;

public KoreanTokenizer() {
this.tokenizer = new Komoran(DEFAULT_MODEL.LIGHT);
this.tokenizer = new Komoran(DEFAULT_MODEL.FULL);
}

@Override
Expand Down

0 comments on commit 7891e86

Please sign in to comment.