mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-17 07:46:01 -06:00
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:
@@ -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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user