Commit Graph

3868 Commits

Author SHA1 Message Date
kr.angelov
8169b1d497 use the real nonExist in the Maltese grammar 2013-09-27 15:19:17 +00:00
kr.angelov
4891dbce7e a major refactoring in the C and the Haskell runtimes. Note incompatible change in the PGF format!!!
The following are the outcomes:

   - Predef.nonExist is fully supported by both the Haskell and the C runtimes

   - Predef.BIND is now an internal compiler defined token. For now
     it behaves just as usual for the Haskell runtime, i.e. it generates &+.
     However, the special treatment will let us to handle it properly in 
     the C runtime.

   - This required a major change in the PGF format since both 
     nonExist and BIND may appear inside 'pre' and this was not supported
     before.
2013-09-27 15:09:48 +00:00
kr.angelov
95bed1e9f6 use nonExist in paradigm mkN075 for Bulgarian 2013-09-27 11:33:05 +00:00
aarne
3a9567b195 one more Chinese assignment 2013-09-27 10:19:48 +00:00
aarne
19b035c238 two more assignments in Chi ; fixed position of some prepositions 2013-09-27 10:09:37 +00:00
aarne
4cd6be7bd6 new version of Assign_32, with correct encoding 2013-09-27 07:25:47 +00:00
aarne
6f7abc2f31 Chinese lexicon contributions from Sun Yat-Sen University 2013-09-27 06:55:32 +00:00
aarne
20742c6f3c fixed many things in ParseChi 2013-09-27 03:45:02 +00:00
aarne
a6f6c12b01 fixed prepositional verbs in Chinese, and swapped mkPrep to the natural pre-post order 2013-09-27 02:40:34 +00:00
aarne
4d547ddb74 renamed the ParadigmsChi versions of mkNP and mkDet - to mkp: there shouldn't be mkC functions in Paradigms for phrasal categories 2013-09-26 06:52:02 +00:00
aarne
c83da81948 order of Chinese vocative 2013-09-25 01:43:57 +00:00
aarne
31d3fc7f85 implemented the top-17 missing functions in ParseChi; shaky definitions though 2013-09-24 15:43:43 +00:00
kr.angelov
2e402173a0 work on the translation dictionaries and the statistical model 2013-09-20 12:09:54 +00:00
kr.angelov
667c3aa174 decrease the heuristic factor for parsing to 0.80 from 0.95. Otherwise we get the wrong result for compound verbs like "look after", "look forward", etc. 2013-09-20 12:07:47 +00:00
kr.angelov
aa4c55a3c1 ProgrVP in English should add the verb particle if there is any 2013-09-20 12:07:12 +00:00
kr.angelov
dd8b65e355 added PossNP, PartNP and CountNP in the Bulgarian RGL 2013-09-20 12:05:39 +00:00
kr.angelov
f76a57c8d2 added a version of compoundN which combines adjective and noun into a new noun 2013-09-20 12:04:37 +00:00
kr.angelov
519049496f added a number of interjections and greetings in DictEng and DictEngBul 2013-09-19 12:02:44 +00:00
kr.angelov
d40118971a fixes in DictEng & DictEngBul 2013-09-17 12:01:05 +00:00
kr.angelov
3ccb56cf4d added UttInterj in PhraseBul 2013-09-17 11:59:59 +00:00
john.j.camilleri
d9935d3b3f Remove Coordination.gf from Nep, Pes, Pun, Sin folders
They were just copies of prelude/Coordination.gf
2013-09-16 07:20:59 +00:00
aarne
fdaa4e0979 correct treatment of spaces in NP's in DictEngChi 2013-09-13 18:57:52 +00:00
aarne
ab05ad32e6 removed superfluous de particles from adjectives in DictEngChi 2013-09-13 18:35:08 +00:00
kr.angelov
a81c396ed6 fixes in DictEngBul 2013-09-13 09:49:31 +00:00
hallgren
ff92503142 Nonlinear patterns in concrete syntax are now detected and reported as errors
Before, they were silently converted to linear patterns.
Nonlinear patterns in MorphoCat.gf, ParadigmsGre.gf and ParadigmsFin.gf have
been make linear by renaming pattern variables.
2013-09-09 19:52:08 +00:00
Herbert Lange
e556397ec7 Fix the bug that prevents latin grammar and so the complete RGL from compiling 2013-09-05 12:52:32 +00:00
Herbert Lange
b47d375547 Merge private git for latim grammar into official darcs.
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf 
for full git commit history
2013-09-03 17:13:58 +00:00
kr.angelov
1a7258040c added for_sure_Adv in DictEng. renamed ourself -> ourselves & themself -> themselves 2013-09-04 07:11:56 +00:00
kr.angelov
3a2f05066b added ExtAdvNP and ExtAdvVP in the resource grammar 2013-09-03 08:59:47 +00:00
kr.angelov
420ef54132 more changes in DictEng/DictEngBul 2013-09-03 08:57:18 +00:00
kr.angelov
f6d187b244 "that" in ComplVS and SlashV2S is now optional 2013-09-03 08:12:07 +00:00
kr.angelov
a7ff24ec23 PredVPovs now puts comma before the verb 2013-09-03 08:11:01 +00:00
kr.angelov
92878e5b0b exposed ComplSlashPartLast in the parse grammar 2013-09-03 08:08:57 +00:00
kr.angelov
e75a059c6a a couple of changes in DictEng/DictEngBul. Added infVV in ParadigmsEng which allows the definition of VVs that take a bare infinitive 2013-09-03 08:06:44 +00:00
kr.angelov
92c6ac9c2f RelNP and ApposNP should put a final comma after the inserted phrase. 2013-09-03 08:00:59 +00:00
kr.angelov
9736b50ab2 fix the placement of AdV in PassVPSlash for English 2013-09-02 08:14:31 +00:00
kr.angelov
ca3c3d7acc fix in the spelling of Hong Kong in DictEng 2013-09-02 08:13:52 +00:00
kr.angelov
2756fef545 fix the compilation of LangTur 2013-09-01 11:48:02 +00:00
aarne
aa960d5524 new synopsis again 2013-09-01 09:15:08 +00:00
aarne
8bdfa68261 restored Afrikaans in synopsis 2013-08-23 17:18:42 +00:00
john
2b61a38f19 Maltese RG: add some missing lins for AdV in ConjunctionMlt 2013-08-30 08:00:25 +00:00
john
0df97bb06a Maltese RG: make pro-drop explicit. Other small fixes in Structural, Lexicon. 2013-08-30 07:40:42 +00:00
aarne
ce65acbbba gf-english.html added (to be web reachable) 2013-08-29 09:06:08 +00:00
aarne
9cb299bd85 getting into syntax in the grammar document 2013-08-28 05:59:06 +00:00
aarne
0724afe295 morphological types of English documented 2013-08-26 06:13:40 +00:00
kr.angelov
2a23f441a0 PassVPSlash must add the preposition 2013-08-27 14:32:12 +00:00
kr.angelov
51f9f2a966 laugh_at_V2 in DictEng(Abs,Eng,Bul) 2013-08-27 14:31:12 +00:00
kr.angelov
e7e242b911 added silly_A to DictEngBul 2013-08-27 14:03:00 +00:00
kr.angelov
f933f07842 fix PresPartRS for phrasal verbs 2013-08-27 12:02:57 +00:00
kr.angelov
3a34c87c3a fix make_V2V 2013-08-27 12:02:29 +00:00