Files
gf-core/examples/phrasebook/SentencesSwe.gf
2010-05-25 11:30:09 +00:00

9 lines
232 B
Plaintext

concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [PYesToNo] with
(Syntax = SyntaxSwe),
(Symbolic = SymbolicSwe),
(Lexicon = LexiconSwe) ** open Prelude in {
lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ;
}