mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
structure document for 1.0
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
--1 A Basic Lexicon
|
||||
|
||||
-- This files gives a list of words whose purpose is to test the GF
|
||||
-- resource grammar. It covers all lexical categories of [Cat Cat.html].
|
||||
-- By containing some of the most common words,
|
||||
-- it is aimed to cover, with high probability, all morphological
|
||||
-- patterns in the different languages.
|
||||
|
||||
-- Using this lexicon for translation is not recommended. The linearizations
|
||||
-- of the words in different languages are not guaranteed to be translation
|
||||
-- equivalents.
|
||||
|
||||
abstract Basic = Cat ** {
|
||||
fun
|
||||
add_V3 : V3 ;
|
||||
@@ -129,6 +141,7 @@ abstract Basic = Cat ** {
|
||||
open_V2 : V2 ;
|
||||
paint_V2A : V2A ;
|
||||
paper_N : N ;
|
||||
paris_PN : PN ;
|
||||
peace_N : N ;
|
||||
pen_N : N ;
|
||||
planet_N : N ;
|
||||
|
||||
Reference in New Issue
Block a user