forked from GitHub/gf-core
added ListVPS and ListVPI related functions to import lists of Translate grammars - they had been missing. This can improve translation also in the app.
This commit is contained in:
@@ -24,6 +24,7 @@ abstract Translate =
|
|||||||
|
|
||||||
Construction,
|
Construction,
|
||||||
Extensions [
|
Extensions [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
||||||
DirectComplVS, DirectComplVQ, FocusObjS
|
DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv ---- not yet available for all languages
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv ---- not yet available for all languages
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ concrete TranslateBul of Translate =
|
|||||||
|
|
||||||
ChunkBul,
|
ChunkBul,
|
||||||
ExtensionsBul [
|
ExtensionsBul [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
||||||
DirectComplVS, DirectComplVQ, FocusObjS,
|
DirectComplVS, DirectComplVQ, FocusObjS,
|
||||||
PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv,
|
PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv,
|
||||||
|
|||||||
@@ -25,7 +25,8 @@ concrete TranslateCat of Translate =
|
|||||||
DocumentationCat,
|
DocumentationCat,
|
||||||
|
|
||||||
ChunkCat,
|
ChunkCat,
|
||||||
ExtensionsCat [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP],
|
ExtensionsCat [ ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP],
|
||||||
|
|
||||||
DictionaryCat **
|
DictionaryCat **
|
||||||
open MorphoCat, ResCat, ParadigmsCat, SyntaxCat, (E = ExtraCat), (G = GrammarCat), Prelude in {
|
open MorphoCat, ResCat, ParadigmsCat, SyntaxCat, (E = ExtraCat), (G = GrammarCat), Prelude in {
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ concrete TranslateChi of Translate =
|
|||||||
|
|
||||||
ChunkChi,
|
ChunkChi,
|
||||||
ExtensionsChi [
|
ExtensionsChi [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, DirectComplVS, DirectComplVQ, FocusObjS
|
, DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ concrete TranslateDut of Translate =
|
|||||||
|
|
||||||
ChunkDut,
|
ChunkDut,
|
||||||
ExtensionsDut [
|
ExtensionsDut [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
, WithoutVP, InOrderToVP, ByVP
|
, WithoutVP, InOrderToVP, ByVP
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ concrete TranslateEng of Translate =
|
|||||||
|
|
||||||
ChunkEng,
|
ChunkEng,
|
||||||
ExtensionsEng [
|
ExtensionsEng [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, DirectComplVS, DirectComplVQ, FocusObjS
|
, DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ concrete TranslateFin of Translate =
|
|||||||
|
|
||||||
ChunkFin,
|
ChunkFin,
|
||||||
ExtensionsFin [
|
ExtensionsFin [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP,
|
||||||
DirectComplVS, DirectComplVQ, FocusObjS
|
DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ concrete TranslateFre of Translate =
|
|||||||
|
|
||||||
ChunkFre,
|
ChunkFre,
|
||||||
ExtensionsFre [
|
ExtensionsFre [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
, WithoutVP, InOrderToVP, ByVP
|
, WithoutVP, InOrderToVP, ByVP
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ concrete TranslateGer of Translate =
|
|||||||
|
|
||||||
ChunkGer,
|
ChunkGer,
|
||||||
ExtensionsGer [
|
ExtensionsGer [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
, WithoutVP, InOrderToVP, ByVP
|
, WithoutVP, InOrderToVP, ByVP
|
||||||
|
|||||||
@@ -24,7 +24,8 @@ concrete TranslateHin of Translate =
|
|||||||
DocumentationHin,
|
DocumentationHin,
|
||||||
|
|
||||||
ChunkHin,
|
ChunkHin,
|
||||||
ExtensionsHin [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash],
|
ExtensionsHin [ ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash],
|
||||||
|
|
||||||
DictionaryHin **
|
DictionaryHin **
|
||||||
open MorphoHin, ResHin, ParadigmsHin, SyntaxHin, CommonScand, (E = ExtraHin), Prelude in {
|
open MorphoHin, ResHin, ParadigmsHin, SyntaxHin, CommonScand, (E = ExtraHin), Prelude in {
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ concrete TranslateIta of Translate =
|
|||||||
|
|
||||||
ChunkIta,
|
ChunkIta,
|
||||||
ExtensionsIta [
|
ExtensionsIta [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
, WithoutVP, InOrderToVP, ByVP
|
, WithoutVP, InOrderToVP, ByVP
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ concrete TranslateJpn of Translate =
|
|||||||
|
|
||||||
ChunkJpn,
|
ChunkJpn,
|
||||||
ExtensionsJpn [
|
ExtensionsJpn [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, DirectComplVS, DirectComplVQ, FocusObjS
|
, DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ concrete TranslateSpa of Translate =
|
|||||||
|
|
||||||
ChunkSpa,
|
ChunkSpa,
|
||||||
ExtensionsSpa [
|
ExtensionsSpa [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
, WithoutVP, InOrderToVP, ByVP
|
, WithoutVP, InOrderToVP, ByVP
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ concrete TranslateSwe of Translate =
|
|||||||
|
|
||||||
ChunkSwe,
|
ChunkSwe,
|
||||||
ExtensionsSwe [
|
ExtensionsSwe [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, DirectComplVS, DirectComplVQ, FocusObjS
|
, DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ concrete TranslateTha of Translate =
|
|||||||
|
|
||||||
ChunkTha,
|
ChunkTha,
|
||||||
ExtensionsTha [
|
ExtensionsTha [
|
||||||
|
ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
|
||||||
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP
|
||||||
, DirectComplVS, DirectComplVQ, FocusObjS
|
, DirectComplVS, DirectComplVQ, FocusObjS
|
||||||
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
, PastPartAP, PastPartAgentAP, PresPartAP, GerundNP, GerundAdv
|
||||||
|
|||||||
Reference in New Issue
Block a user