diff options
author | Yigit Sever | 2021-11-12 21:49:28 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-12 21:49:28 +0300 |
commit | cbb295cfd051687dd66117692c8a202c4e1d5ce1 (patch) | |
tree | a4e23cfaac2dbc9877d8f60d0dc164dc5f3301c0 /.local/bin | |
parent | a4c31cf757ee7b7b97a823e4198f82eec3d8a9df (diff) | |
download | dotfiles-cbb295cfd051687dd66117692c8a202c4e1d5ce1.tar.gz dotfiles-cbb295cfd051687dd66117692c8a202c4e1d5ce1.tar.bz2 dotfiles-cbb295cfd051687dd66117692c8a202c4e1d5ce1.zip |
sentences: add etal
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/sentences | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
3 | use strict; | 3 | use strict; |
4 | 4 | ||
5 | my $pont = qr{[.!?]+}; ## punctuation | 5 | my $pont = qr{[.!?]+}; ## punctuation |
6 | my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g)\.}; ## abbreviations | 6 | my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g|et al)\.}; ## abbreviations |
7 | my $header = qr{(=+ .*? =+)}; | 7 | my $header = qr{(=+ .*? =+)}; |
8 | 8 | ||
9 | $/ = ""; | 9 | $/ = ""; |