1
0
forked from GitHub/gf-core
Commit Graph

8868 Commits

Author SHA1 Message Date
aarne
4ef0a64fba DictionaryIta checked for unsound verb entries 2014-12-07 13:35:03 +00:00
aarne
a080258582 soundness checks in Romance smart V paradigms to eliminate non-verbs 2014-12-07 13:07:07 +00:00
aarne
122230cdc0 corrected or commented out clearly non-verb Spanish V entries with the new CheckInflection script 2014-12-07 13:06:13 +00:00
aarne
e67a7dcdba applied prep verb generation to DictionarySwe. New entries commented with guess-p-verb 2014-12-07 11:55:51 +00:00
aarne
d42f12bd09 script PrepVerb.hs to create rules for prepositional and particle verbs ; modified MergeDict.hs to add them only in cases where the old dict does not have them 2014-12-07 11:53:58 +00:00
kr.angelov
78d1acccab fix in LexiconBul.gf 2014-12-06 21:31:09 +00:00
kr.angelov
6faf58570f merge center with centre 2014-12-06 20:08:15 +00:00
kr.angelov
508b53a8f7 merge theater and theatre 2014-12-06 19:31:58 +00:00
aarne
0e0221d2d0 restored Dictionary.get_V2 which had been omitted. It is a very common verb, although sense splits will certainly be needed. 2014-12-06 11:36:54 +00:00
aarne
c3c1334bc3 alternative placement of adverb in TranslateEng.AdvVP: before object. Should increase coverage. After object still the first variant. 2014-12-06 11:35:33 +00:00
aarne
87c62e0d70 MissApp.hs: a function for preparing a list of lin rules for missing words 2014-12-06 08:39:25 +00:00
aarne
50dd1eb0e9 DictionaryFin: added 58 missing Prep and other structural words 2014-12-06 08:38:25 +00:00
aarne
68ea3fd4df quite a few prepositions in DictionarySwe, in particular multiwords 2014-12-05 18:36:42 +00:00
aarne
d3c26a077d missing structural words in DictionarySwe 2014-12-05 18:12:40 +00:00
aarne
e795632ee5 commented out whichever_A from Dictionary 2014-12-05 18:12:18 +00:00
aarne
145fca17fd mkQuant added to ParadigmsFin ; added missing Quants to DictionaryFin 2014-12-05 17:02:56 +00:00
aarne
655c3d8c53 a script for analysing missing functions, e.g. "which functions of type Quant are missing in each language" 2014-12-05 17:01:58 +00:00
aarne
01b03f56e2 removed morePl_Det and moreSg_Det from Dictionary, because more_Quant covers them 2014-12-05 16:49:47 +00:00
aarne
6553bee08c optional pro drop in DictionaryCat ; some missing Prons in Cat,Hin,Ita,Spa 2014-12-05 15:55:21 +00:00
francis.tyers
ccc04ae65c add sing_V2 2014-12-05 12:54:15 +00:00
hallgren
491777b0c1 Eliminate the record extension operator from the Value type returned by the partial evaluator
It was used only in cases where a lock field needed to be added to a
run-time variable, like e.g. in examples/phrasebook/SentencesTha.gf: 

    lin
      PGreetingMale g   = mkText (lin Text g) (lin Text (ss "ครับ")) | g ;
      PGreetingFemale g = mkText (lin Text g) (lin Text (ss "ค่ะ")) | g ;

But lock fields are only meaningful during type checking and can safely be
ignored in later passes.
2014-12-05 12:42:17 +00:00
kr.angelov
f8324ee49c fix a warning in ExtraBul.gf 2014-12-05 12:47:56 +00:00
kr.angelov
4810860afc store the accusative as well as the dative clitics in Bulgarian 2014-12-05 12:46:17 +00:00
aarne
dbdcff1fac fixes in app help file ; commented out fake TTS for Bul and Cat ; remove []_ from output with unlinearized functions, so that speech doesn't get garbled. 2014-12-05 09:23:44 +00:00
aarne
c6f96d15e4 quick reference text prepended to app help file 2014-12-04 20:30:50 +00:00
kr.angelov
e23692de81 merge savory_A/unsavory_A with savoury_A/unsavoury_A 2014-12-04 11:10:41 +00:00
kr.angelov
7d598ed6fc a few words checked/fixed in Bulgarian 2014-12-04 10:53:18 +00:00
kr.angelov
f721a1054c merge savory_N and savoury_N 2014-12-04 10:51:46 +00:00
aarne
ef51ebaa18 resolved conflicts in Catalan 2014-12-04 06:53:13 +00:00
jordi.saludes
bdb48c8033 Catalan constructions and terminology 2014-12-03 15:31:03 +00:00
kr.angelov
432c9c9f08 fix meaningless_A and dumb_A in Bulgarian 2014-12-03 15:17:22 +00:00
hallgren
ac24b34696 Wide Coverage Translation Demo web app: updated to use App12.pgf 2014-12-03 15:08:56 +00:00
kr.angelov
6b20611144 fix mean_V2 in Bulgarian 2014-12-03 14:59:00 +00:00
aarne
95d8171046 enabled DocumentationCat in translator and app 2014-12-03 14:40:32 +00:00
aarne
c15060d783 Catalan in android app builder ; updated app document with Cat ; substitute voice output for Bulgarian and Catalan ; replaced brackets in unknown words by capitalization (for better speech output ; this is experimental) 2014-12-03 14:38:17 +00:00
aarne
8663795c85 app Makefile default now App12 with Cat 2014-12-03 13:18:48 +00:00
aarne
e461296274 added Predef.BIND to elision words in Catalan. 2014-12-03 13:18:23 +00:00
kr.angelov
5bf15465d4 a couple of words checked in Bulgarian 2014-12-03 13:10:25 +00:00
aarne
04a80d40d9 indefinite article in Catalan: use uns/unes only in substantival case (like in Spanish) 2014-12-03 12:47:06 +00:00
hallgren
718f09bc8c examples/app/Makefile: fix dependencies and grammar name for App12.pgf 2014-12-03 12:26:55 +00:00
francis.tyers
d84faceeca translate spanish to catalan 2014-12-03 10:44:09 +00:00
francis.tyers
c1c0bc1784 translate spanish to catalan 2014-12-03 10:42:33 +00:00
francis.tyers
5db0c8c6e6 translate spanish to catalan 2014-12-03 10:38:44 +00:00
francis.tyers
8fd5ce8bed translate spanish to catalan 2014-12-03 10:29:25 +00:00
francis.tyers
9d728bcbaa translate spanish to catalan 2014-12-03 10:27:21 +00:00
aarne
9d084f0aa5 Catalan added to App, do 'make App12.pgf' 2014-12-03 09:00:59 +00:00
aarne
5c22e490b5 ChunkCat. Needs revision of syncategorematic words, now copied from Spanish. 2014-12-03 08:48:11 +00:00
aarne
508ed8d11c Catalan added to wide coverage translator. TerminologyCat, ExtensionsCat, ConstructionsCat, and DocumentationCatFunctor need changes of Spanish words to Catalan ones, and also some general checks. 2014-12-03 08:46:21 +00:00
kr.angelov
540a174c20 kindergarten_N in Bulgarian and Swedish 2014-12-02 18:37:00 +00:00
aarne
d81b05df04 some fixes in DictionaryFin,Fre,Swe 2014-12-02 13:17:12 +00:00