Commit Graph

25 Commits

Author SHA1 Message Date
hallgren
75278a5828 Adjust the -path flags in 112 RGL modules
The -path flags in the RGL modules compiled during 'cabal build' now refer 
directly to the needed source directories. References 'alltenses' and 'present'
(and the nonexistent directory 'mathematical') have been removed.

This allows the files to be compiled in any order (e.g. in parallel). In
addition, you can do things like

	gf -retain lib/src/api/TrySwe.gf

without compiling/installing any other RGL modules first, and without 
setting any other path flags or environment variables.
2014-08-18 22:26:29 +00:00
john
f976d867fe Maltese RG: small updates to dict 2014-07-06 23:23:58 +00:00
john
62459e7530 Maltese RG: simple change which makes things compilable again 2014-07-06 17:19:10 +00:00
john
7868039a16 Maltese RG: refactor participles, add Idiom.Self* lins 2013-12-23 09:16:11 +00:00
john.j.camilleri
1da2d88cd0 Maltese RG: Fix apposition. Add ExtAdvNP & ExtAdvVP. Fix adjective order. 2013-12-03 08:19:38 +00:00
hallgren
1ccd47784d Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00
kr.angelov
8169b1d497 use the real nonExist in the Maltese grammar 2013-09-27 15:19:17 +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
john.j.camilleri
7b9e8edba2 Maltese RG: add synopsis comments for params in Paradigms 2013-07-16 13:51:43 +00:00
john.j.camilleri
a85ad40b26 Maltese RG: update ParadigmsMlt to generate a nice table in the RGL Synopsis 2013-07-16 13:16:50 +00:00
john.j.camilleri
eab7842ea3 Maltese RG: small fixes; moved Maybe to ../prelude 2013-06-24 09:37:39 +00:00
john
1cb63fcd00 Maltese RG: fix implementation of CountNP 2013-06-11 07:55:48 +00:00
john
84beb227da Maltese RG: first proper release
Of course some bugs remain and more testing is needed,
but all functions are complete and Maltese now builds as part
of the normal GF install.
2013-06-10 21:37:10 +00:00
john
7ea9ed83cb Maltese RG: sort out noun paradigms and grammar leaks 2013-06-06 10:54:50 +00:00
john
9b36796a65 Maltese RG: big improvements with clitics in VPs 2013-05-28 14:45:53 +00:00
john
e2deffbb04 Maltese: all functions implemented (though not necessarily correct)
Oh, and glad Valborg!
2013-04-30 14:23:17 +00:00
john.j.camilleri
ccdede0b82 Maltese RG: Irregular verbs in Dict, Lexicon. Prep, Conj and others. 2013-04-03 06:50:01 +00:00
john.j.camilleri
a6baf6b488 Maltese RG: work on numerals, quants, dets, and enclitic pronouns with nouns 2013-02-13 16:18:09 +00:00
john.j.camilleri
a49fed8f56 Maltese: new reduced verb implementation, using binding for pronominal suffixes
Also include some syntax stuff adapted from Angelo Zammit's dissertation.
These sections in the code are marked with [AZ]

The old verbs implementation can still be found at this point in the GitHub repo:
7b3f4a049d
2013-01-29 11:35:40 +00:00
john.j.camilleri
333f17837c Maltese: finished morphology for derived verbs
Of course it's never really finished. There's more cases I should write treebanks
for and test, but I think the coverage is good enough and the implementation
for the verbs is solid enough that only minor fixes may arise.

There's also the issue of verb participles, but I'll come back to those
when I am looked more closely at the syntax.
2012-10-23 09:41:00 +00:00
john.j.camilleri
3b85eafc83 Significant advances in Maltese verb morphology 2012-07-19 16:19:56 +00:00
john.j.camilleri
512c9ad021 Minor updates to Maltese RGL
removed "definiteness" as a noun param; articles should be treated separately.
2012-02-29 08:33:56 +00:00
john.j.camilleri
fb224393cf Maltese RGL: removed 'case' inflections from nouns 2012-02-21 14:39:19 +00:00
john.j.camilleri
630b9b9f27 Added Maltese RG (compiles but far from complete) 2012-01-03 13:07:43 +00:00