From cbb295cfd051687dd66117692c8a202c4e1d5ce1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 12 Nov 2021 21:49:28 +0300 Subject: sentences: add etal --- .local/bin/sentences | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') diff --git a/.local/bin/sentences b/.local/bin/sentences index 1b46a49..2e531a8 100755 --- a/.local/bin/sentences +++ b/.local/bin/sentences @@ -3,7 +3,7 @@ use strict; my $pont = qr{[.!?]+}; ## punctuation -my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g)\.}; ## abbreviations +my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g|et al)\.}; ## abbreviations my $header = qr{(=+ .*? =+)}; $/ = ""; -- cgit v1.2.3-70-g09d2