Skip to content

Commit 4f951f1

Browse files
committed
리소스 수정에 따른 모델 변경
1 parent fc0b8c4 commit 4f951f1

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

src/main/java/kr/co/shineware/nlp/komoran/core/Komoran.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ public KomoranResult analyze(String sentence){
193193
lattice.appendEndNode();
194194
}
195195

196-
lattice.printLattice();
197-
198196
List<LatticeNode> shortestPathList = lattice.findPath();
199197

200198
//미분석인 경우
-45 Bytes
Binary file not shown.
-42 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)