mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
(Por) change mkPrep paradigm
- add Por to Make.hs - rm elisDe (PhonoPor) - change mkPrep paradigm, and make necessary changes - rm ParsePor
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
resource PhonoPor = open Prelude in {
|
||||
|
||||
oper
|
||||
arts : pattern Str = #("o" | "os" | "a" | "as") ;
|
||||
|
||||
elisDe : Str ;
|
||||
elisDe = pre {
|
||||
#arts => "d" ++ BIND ;
|
||||
_ => "de"
|
||||
} ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user