pub fn concat_oov_nodes(
path: Vec<ResultNode>,
begin: usize,
end: usize,
pos_id: u16,
) -> SudachiResult<Vec<ResultNode>>
Expand description
Concatenate the nodes in the range and set pos_id.
pub fn concat_oov_nodes(
path: Vec<ResultNode>,
begin: usize,
end: usize,
pos_id: u16,
) -> SudachiResult<Vec<ResultNode>>
Concatenate the nodes in the range and set pos_id.