forked from GitHub/gf-core
cloned the rest of resource languages in Phrasebook
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is] with
|
||||
concrete SentencesFin of Sentences = NumeralFin ** SentencesI - [Is,NameNN] with
|
||||
(Syntax = SyntaxFin),
|
||||
(Symbolic = SymbolicFin),
|
||||
(Lexicon = LexiconFin) ** open SyntaxFin, ExtraFin, (V = VerbFin) in {
|
||||
|
||||
lin Is item prop = mkCl item (V.UseComp (CompPartAP prop)) ; -- pizza on herkullista
|
||||
(Lexicon = LexiconFin) ** open SyntaxFin, ExtraFin, (P = ParadigmsFin), (V = VerbFin) in {
|
||||
|
||||
lin
|
||||
Is item prop = mkCl item (V.UseComp (CompPartAP prop)) ; -- pizza on herkullista
|
||||
NameNN = mkNP (P.mkPN "NN") ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user