Skip to content

Commit

Permalink
fix: remove usage doc from stemmer
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Nov 11, 2022
1 parent 2aba117 commit 1fbae80
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lang/en.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ impl Stemmer {
///
/// Note that only lower case sequences are stemmed. get(...) automatically
/// lowercases the string before processing.
///
///
/// Typical usage is:
///
/// let b = "pencils";
/// let res = stem::get(b);
/// assert_eq!(res, Ok("pencil".to_string()));
///
struct PorterStemmer {
b: Vec<u8>,
k: usize,
Expand Down

0 comments on commit 1fbae80

Please sign in to comment.