mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
completing Idiom implementations
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
--1 The category system
|
||||
|
||||
-- Some categories are inherited from [Common Common.html].
|
||||
|
||||
abstract Cat = Common ** {
|
||||
|
||||
cat
|
||||
@@ -105,7 +107,6 @@ abstract Cat = Common ** {
|
||||
--2 Words of open classes
|
||||
|
||||
-- These are constructed in [Lexicon Lexicon.html] and in additional lexicon modules.
|
||||
|
||||
V ; -- one-place verb e.g. "sleep"
|
||||
V2 ; -- two-place verb e.g. "love"
|
||||
V3 ; -- three-place verb e.g. "show"
|
||||
|
||||
Reference in New Issue
Block a user