(morphodict) Remove more+most from args to mkA

This commit is contained in:
Inari Listenmaa
2021-06-17 20:31:10 +08:00
parent 70eee40ae8
commit 969559b45b
4 changed files with 113173 additions and 113160 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
cp MorphoDictEng.gf{,.bak}
sed -E 's/mkA "(.*)" "DUMMY" "DUMMY" "(.*)"/mkAMost "\1" "\2"/g' < MorphoDictEng.gf.bak > MorphoDictEng.gf
# If you need to recreate the morphodict, do this.
# ResEng.gf line 162 and ParadigmsEng.gf line 514, fill the inflection table with the word DUMMY instead of nonExist.
# Then recompile RGL and MorphoDictEng.
# Then run MkMorphodict, and it will output a file with "DUMMY" in it.