mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 07:02:51 -06:00
Estonian - the 29th complete RGL language. Copied from Kaarel Kaljurand's and Inari Listenmaa's repository in https://github.com/GF-Estonian/GF-Estonian, where later developments will continue to take place.
This commit is contained in:
10
lib/src/estonian/LangEst.gf
Normal file
10
lib/src/estonian/LangEst.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
-- TODO: include the full GrammarEst
|
||||
-- The Slash* is currently excluded only for performance reasons.
|
||||
concrete LangEst of Lang =
|
||||
GrammarEst - [Slash2V3,SlashV2A,Slash3V3,SlashV2VNP,SlashVV], ---- to speed up compilation
|
||||
LexiconEst
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = finnish ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user