mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
food grammars added, with copyright statements
This commit is contained in:
5
lib/src/api/SymbolicAra.gf
Normal file
5
lib/src/api/SymbolicAra.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicAra = Symbolic with
|
||||
(Symbol = SymbolAra),
|
||||
(Grammar = GrammarAra) ;
|
||||
5
lib/src/api/SymbolicRus.gf
Normal file
5
lib/src/api/SymbolicRus.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicRus = Symbolic with
|
||||
(Symbol = SymbolRus),
|
||||
(Grammar = GrammarRus) ;
|
||||
@@ -109,6 +109,6 @@ concrete StructuralAra of Structural = CatAra **
|
||||
|
||||
have_V2 = dirV2 (regV "يَملِك") ;
|
||||
|
||||
lin language_title_Utt = ss "العربية" ;
|
||||
lin language_title_Utt = {s = \\_ => "العربية"} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user