Skip to content

Commit

Permalink
리소스 수정에 따른 모델 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shin285 committed Jun 21, 2017
1 parent fc0b8c4 commit 4f951f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/kr/co/shineware/nlp/komoran/core/Komoran.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ public KomoranResult analyze(String sentence){
lattice.appendEndNode();
}

lattice.printLattice();

List<LatticeNode> shortestPathList = lattice.findPath();

//미분석인 경우
Expand Down
Binary file modified src/main/resources/models_full/irregular.model
Binary file not shown.
Binary file modified src/main/resources/models_light/irregular.model
Binary file not shown.

0 comments on commit 4f951f1

Please sign in to comment.