takuyaa/kuromoji.js

View on GitHub
src/viterbi/ViterbiNode.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ViterbiNode has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

function ViterbiNode(node_name, node_cost, start_pos, length, type, left_id, right_id, surface_form) {
Severity: Major
Found in src/viterbi/ViterbiNode.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status