diff options
| author | aarne <aarne@chalmers.se> | 2010-08-25 09:08:31 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-08-25 09:08:31 +0000 |
| commit | c67a50b86928964a9cd04e7ca5f8f63612a562d1 (patch) | |
| tree | 2f8af31da74515e2a785bde55f90c13cf2d5e27f /examples/phrasebook/SentencesBul.gf | |
| parent | d3a686627704c3c73d86f5d31bf3669e5c793b35 (diff) | |
updates in Phrasebook and resources
Diffstat (limited to 'examples/phrasebook/SentencesBul.gf')
| -rw-r--r-- | examples/phrasebook/SentencesBul.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesBul.gf b/examples/phrasebook/SentencesBul.gf index d2f3eb17a..4f6d6317f 100644 --- a/examples/phrasebook/SentencesBul.gf +++ b/examples/phrasebook/SentencesBul.gf @@ -2,7 +2,8 @@ concrete SentencesBul of Sentences = NumeralBul ** SentencesI - [IMale, IFemale, YouFamMale, YouFamFemale, YouPolMale, YouPolFemale, ACitizen, Citizenship, PCitizenship, LangNat, CitiNat, CountryNat, PropCit, - Nationality, Country, Language, PLanguage, PCountry] with + Nationality, Country, Language, PLanguage, PCountry + ] with (Syntax = SyntaxBul), (Symbolic = SymbolicBul), (Lexicon = LexiconBul) ** open ExtraBul, (R = ResBul) in { |
