diff options
author | Yigit Sever | 2021-11-16 00:44:42 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-16 00:44:42 +0300 |
commit | 5be72a005ec23eedde080731060f5b1bbbf1bc74 (patch) | |
tree | ebc67b00611b0df8835a6d1816bc6c1316b53e3a /.local/bin/sentences | |
parent | acdae75e179d189e328b90c39e9df12f5308ab35 (diff) | |
download | dotfiles-5be72a005ec23eedde080731060f5b1bbbf1bc74.tar.gz dotfiles-5be72a005ec23eedde080731060f5b1bbbf1bc74.tar.bz2 dotfiles-5be72a005ec23eedde080731060f5b1bbbf1bc74.zip |
sentences: etc.
Diffstat (limited to '.local/bin/sentences')
-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 2e531a8..cd90380 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|et al)\.}; ## abbreviations | 6 | my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g|et al|etc)\.}; ## abbreviations |
7 | my $header = qr{(=+ .*? =+)}; | 7 | my $header = qr{(=+ .*? =+)}; |
8 | 8 | ||
9 | $/ = ""; | 9 | $/ = ""; |