Skip to content

Commit

Permalink
fix arg names
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu committed May 27, 2022
1 parent 6598981 commit 527f387
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vaporetto/src/trainer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ impl<'a> Trainer<'a> {
///
/// # Arguments
///
/// * `char_ngram_size` - The character n-gram length.
/// * `char_window_size` - The character window size.
/// * `type_ngram_size` - The character type n-gram length.
/// * `char_ngram_size` - The character n-gram length.
/// * `type_window_size` - The character type window size.
/// * `dictionary` - A word dictionary.
/// * `dict_max_word_size` - Dictionary words greater than this value will be grouped together.
/// * `type_ngram_size` - The character type n-gram length.
/// * `dict_words` - A word dictionary.
/// * `dict_word_max_len` - Dictionary words greater than this value will be grouped together.
///
/// # Errors
///
Expand Down

0 comments on commit 527f387

Please sign in to comment.