Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Jan 30, 2023
1 parent 8b5cba8 commit dac4a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libakaza/src/graph/graph_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl<U: SystemUnigramLM, B: SystemBigramLM, KD: KanaKanjiDict> GraphBuilder<U, B
);
vec.push(node);
}

// 数字の場合は数字用の動的変換を入れる
if self.number_pattern.is_match(segmented_yomi) {
let node = WordNode::new(
Expand Down

0 comments on commit dac4a31

Please sign in to comment.