UAlbertaALTLab / crk-db

Managing the Plains Cree dictionary database
https://itwewina.altlab.app/
GNU General Public License v3.0
0 stars 3 forks source link

fix regular expression for abbreviations #94

Closed dwhieb closed 2 years ago

dwhieb commented 2 years ago

When creating the semantic definitions, a regular expression is used to remove any 2-letter abbreviations followed by periods from the semantic definition. However, the periods in the regular expression weren't escaped properly, so a lot of text was being removed when it shouldn't be.

This PR escapes the periods in the regular expression so that it does the correct replacements now.