ikawaha / kagome

Self-contained Japanese Morphological Analyzer written in pure Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a debug option to lattice command

ikawaha opened this issue · comments

Unknown word nodes that are not on the best path are omitted. Add a debug option to display them.

memo: The lattice with all unknown nodes is too large to show, so It is necessary to narrow it down to the n-best path.

relevant issue: #240