mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 17:52:51 -06:00
documenting and reorganizing Verb
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
abstract Noun = Cat ** {
|
||||
|
||||
fun
|
||||
|
||||
--2 Noun phrases
|
||||
|
||||
-- The three main types of noun phrases are
|
||||
@@ -12,6 +10,7 @@ abstract Noun = Cat ** {
|
||||
-- - pronouns
|
||||
--
|
||||
--
|
||||
fun
|
||||
DetCN : Det -> CN -> NP ; -- the man
|
||||
UsePN : PN -> NP ; -- John
|
||||
UsePron : Pron -> NP ; -- he
|
||||
|
||||
Reference in New Issue
Block a user