mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 15:52:50 -06:00
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