1
0
forked from GitHub/gf-core

Catalan added to wide coverage translator. TerminologyCat, ExtensionsCat, ConstructionsCat, and DocumentationCatFunctor need changes of Spanish words to Catalan ones, and also some general checks.

This commit is contained in:
aarne
2014-12-03 08:46:21 +00:00
parent 540a174c20
commit 508ed8d11c
10 changed files with 624 additions and 6 deletions

View File

@@ -0,0 +1,35 @@
--# -path=.:../chunk:alltenses
concrete TranslateCat of Translate =
TenseCat,
NounCat - [
PPartNP
],
AdjectiveCat,
NumeralCat,
SymbolCat [
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
],
ConjunctionCat,
VerbCat - [
UseCopula,
PassV2 -- generalized in Extensions
],
AdverbCat,
PhraseCat,
SentenceCat,
QuestionCat,
RelativeCat,
IdiomCat,
ChunkCat,
ExtensionsCat [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP],
DictionaryCat **
open MorphoCat, ResCat, ParadigmsCat, SyntaxCat, (E = ExtraCat), (G = GrammarCat), Prelude in {
flags
literal=Symb ;
}