Skip to content

Commit

Permalink
Only comments added to basicreplacements
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOdijk committed Oct 21, 2023
1 parent 5287004 commit 5b6aadc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/sastadev/basicreplacements.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
#:
innureplacements = [(w1[:-1] + 'u', w2, c, n, v, p) for (w1, w2, c, n, v, p) in innereplacements]

#@@to add@:zn, dr. wa, tie, mn, zun, dur, se, dese, naartoe, maa(r), isda -> is dat, wi(l), goe(d), datte shwa+n. sij,
# dez, eeft, 'savonds, tisda ('t is dat), jamaar, jahoor, oeveel, geten-> gegeten/ vergeten,
# tzelfde-> hetelfde, neehoor, elemaal, annere -> andere, zteen -> zometeen, hunnie-> hun, hep -> heb, oera -> hoera,
# rijje

#: The constant *basicreplacementlist* contains 6-tuples of strings with:
#:
#: * frequent deviant spelling of a word, usually to indicate how the word was (incorrectly) pronounced. together with (e.g. "as", "effe")
Expand Down Expand Up @@ -156,7 +161,7 @@
('lape', 'slapen', pron, infpron, f'{onsetred}+{fndrop}', dp),
('vas', 'vast', pron, infpron, codared, dp),
('datte', 'dat', pron, infpron, emphasis, dp),
('omdatte', 'dat', pron, infpron, emphasis, dp),
('omdatte', 'omdat', pron, infpron, emphasis, dp),
('cirtus', 'circus', pron, wrongpron, typorepl.format(wrong='t', correct='c'), dp)

] + \
Expand Down

0 comments on commit 5b6aadc

Please sign in to comment.