Skip to content

Commit

Permalink
fix: fixes build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Nov 7, 2024
1 parent fe11f1e commit f177ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nlp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use crate::locales::Locale;
use rust_stemmers::Algorithm;
pub use rust_stemmers::Stemmer;
use tokenizer::Tokenizer;
use types::StringParser;
use anyhow::Result;

pub struct TextParser {
locale: Locale,
Expand Down

0 comments on commit f177ec3

Please sign in to comment.