forked from GitHub/gf-core
started disambiguation example
This commit is contained in:
18
examples/disamb/Conversation.gf
Normal file
18
examples/disamb/Conversation.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
abstract Conversation = {
|
||||
|
||||
cat
|
||||
Q ; NP ; A ;
|
||||
Gender ; Number ; Politeness ;
|
||||
|
||||
fun
|
||||
PredA : NP -> A -> Q ;
|
||||
|
||||
GMasc, GFem : Gender ;
|
||||
NSg, NPl : Number ;
|
||||
PFamiliar, PPolite : Politeness ;
|
||||
|
||||
You : Number -> Politeness -> Gender -> NP ;
|
||||
|
||||
Ready : A ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user