mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo,NameNN] with
|
|
(Syntax = SyntaxSwe),
|
|
(Symbolic = SymbolicSwe),
|
|
(Lexicon = LexiconSwe) ** open Prelude, SyntaxSwe, (P = ParadigmsSwe) in {
|
|
|
|
lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ;
|
|
lin NameNN = mkNP (P.mkPN "NN") ;
|
|
|
|
}
|