Add Translate grammar for Eus (lot of functions still commented out) and Dictionary, converted by Francis Tyers from Apertium resources

This commit is contained in:
Inari Listenmaa
2017-08-25 15:43:10 +03:00
parent b01f2ebd90
commit 0004a3ff3c
3 changed files with 9716 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
--# -path=.:../chunk:alltenses:../basque
concrete TranslateEus of Translate =
TenseX,
CatEus,
NounEus - [PPartNP],
AdjectiveEus,
NumeralEus,
VerbEus - [PassV2,UseCopula],
SentenceEus,
ConjunctionEus,
AdverbEus,
PhraseEus,
QuestionEus,
RelativeEus,
IdiomEus,
SymbolEus [PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP], ---- why only these?
ConstructionEus,
ChunkEus,
ExtensionsEus [
-- ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
-- CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
-- DirectComplVS, DirectComplVQ, FocusObjS
-- , PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv ---- not yet available for all languages
WithoutVP, InOrderToVP -- , ByVP
],
DictionaryEus **
open ResEus, Prelude in {
flags
literal=Symb ;
}