From c62b83e02359c24973344699116acc12b4a04108 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Tue, 14 Oct 2025 08:54:35 +0200 Subject: skip set and xdata entries by default --- src/config.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 7c1a0f8..b8d8b45 100644 --- a/src/config.rs +++ b/src/config.rs @@ -52,6 +52,10 @@ pub static IGNORED_WORDS: LazyLock> = LazyLock::new(|| { String::from("at"), String::from("to"), String::from("and"), + String::from("him"), + String::from("her"), + String::from("his"), + String::from("hers"), String::from("der"), String::from("die"), String::from("das"), @@ -63,6 +67,12 @@ pub static IGNORED_WORDS: LazyLock> = LazyLock::new(|| { String::from("und"), String::from("für"), String::from("vor"), + String::from("er"), + String::from("sie"), + String::from("es"), + String::from("ihm"), + String::from("ihr"), + String::from("ihnen"), ] }); -- cgit v1.2.3