projects
/
BK-2020-03.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
chore(unitproc/bkt-replace_contractions):Add licence info
[BK-2020-03.git]
/
unitproc
/
bkt-replace_contractions
diff --git
a/unitproc/bkt-replace_contractions
b/unitproc/bkt-replace_contractions
index 94731e381c7a2b09070262c45f4811220f1ff9ae..e03e65987a844db3dddfdc2dd085358a3ff3634f 100644
(file)
--- a/
unitproc/bkt-replace_contractions
+++ b/
unitproc/bkt-replace_contractions
@@
-8,7
+8,7
@@
replace_contractions() {
# Input: stdin
# arg1 file path
# Output: stdout
# Input: stdin
# arg1 file path
# Output: stdout
- # Version: 0.1.
0
+ # Version: 0.1.
1 (BK-2020-03)
# Depends: GNU sed 4.8
# Check input
# Depends: GNU sed 4.8
# Check input
@@
-98,3
+98,6
@@
replace_contractions() {
-e "s/(ain|Ain|AIN)'(t|T)/\1ʼ\2/g" \
"$input"
}; # replace ' with ʼ in contractions
-e "s/(ain|Ain|AIN)'(t|T)/\1ʼ\2/g" \
"$input"
}; # replace ' with ʼ in contractions
+
+# Author: Steven Baltakatei Sandoval
+# License: GPLv3+