pub fn concat_nodes(
path: Vec<ResultNode>,
begin: usize,
end: usize,
normalized_form: Option<String>,
) -> SudachiResult<Vec<ResultNode>>
Expand description
Concatenate the nodes in the range and replace normalized_form if given.
pub fn concat_nodes(
path: Vec<ResultNode>,
begin: usize,
end: usize,
normalized_form: Option<String>,
) -> SudachiResult<Vec<ResultNode>>
Concatenate the nodes in the range and replace normalized_form if given.