forked from GitHub/gf-core
extending proto resource API
This commit is contained in:
10
lib/resource/exper/gf/Sentence.gf
Normal file
10
lib/resource/exper/gf/Sentence.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
abstract Sentence = Cat ** {
|
||||
|
||||
fun
|
||||
|
||||
PredVP : NP -> VP -> Cl ;
|
||||
|
||||
SlashV2 : NP -> V2 -> Slash ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user