1
0
forked from GitHub/gf-rgl

4714 Commits

Author SHA1 Message Date
Inari Listenmaa
6e6d783bd5 Merge pull request #58 from odanoburu/extendlins
(Por) add lins
2018-11-01 11:44:41 +01:00
Inari Listenmaa
b717c1e91d Merge pull request #60 from inariksit/somali
First sketch for Somali RG
2018-11-01 11:43:25 +01:00
Inari Listenmaa
8ce728f393 (Som) Add UseCl, UseComp, CompAP, UttS 2018-11-01 11:35:03 +01:00
Inari Listenmaa
592a93005a (Som) Add the structure and placeholders for Somali RG 2018-11-01 10:00:05 +01:00
odanoburu
4e8b5d6c6f Merge remote-tracking branch 'upstream/master' 2018-10-31 13:50:23 +00:00
John J. Camilleri
5172586aa8 Check GHC version instead of directory version
Explanation by Thomas Hallgren:

These MIN_VERSION macros are traditionally provided by Cabal, in dist/build/autogen/cabal_macros.h. It is only with ghc>=8.0 that ghc itself provides them, so with ghc<8, runghc Make.hs fails, as can be seen in the included message.

Incidentally, ghc-8.0.1 also comes with directory-1.3, so I suggest using

    #if __GLASGOW_HASKELL__>=800

instead. Then Make.hs will work with older versions of ghc, and set the modification times if you are using ghc>=8.0.
2018-10-31 11:10:05 +01:00
John J. Camilleri
62ea7c82a9 If directory < 1.2.3.0 then don't set modification times on copy 2018-10-31 09:13:52 +01:00
John J. Camilleri
e30fa8933f Own definition of die for base < 4.8.0.0 2018-10-31 08:43:48 +01:00
odanoburu
1427b1bbb8 (Por) change mk2A paradigm
(such that the second argument is the adverb string, not the feminine
form, which is easier to predict)
- fix bug in adjVo paradigm
- add two cases to mkAdjReg smart paradigm
- update lexicon

tbh, it is much more common to need to correct the adverbial form
because it doesn't have the accents that the adjectival forms may
have, so if there's a way of removing accents easily, that might be
better.
2018-10-30 13:48:26 +00:00
odanoburu
3581176f6c Merge remote-tracking branch 'upstream/master' into extendlins 2018-10-29 17:47:18 +00:00
odanoburu
ebe411c654 (Por) add lins
- UttAdV, UttVPShort, PositAdVAdj, AdAdV, ComplSlashPartLast, CompVP
  to Extend
- small fixes to Lexicon
2018-10-29 17:47:13 +00:00
odanoburu
7aa2837dd7 (Por) add lins
- UttAdV, UttVPShort, PositAdVAdj, AdAdV, ComplSlashPartLast, CompVP
  to Extend
- small fixes to Lexicon
2018-10-29 17:45:15 +00:00
odanoburu
fa34877ea3 (Por) fix Portuguese time 2018-10-26 18:28:22 +00:00
John J. Camilleri
999cdb8e36 Copy files with only modification time rather than all metadata 2018-10-26 09:10:32 +02:00
John J. Camilleri
4ee5914c1c Merge branch 'patch-2' of https://github.com/odanoburu/gf-rgl into odanoburu-patch-2 2018-10-26 09:02:42 +02:00
odanoburu
7e60a931c8 WIP: incorporate @aarneranta's comments 2018-10-25 18:59:01 +00:00
Thomas Hallgren
75e1c10250 synopis: add header styles that match the GF home page 2018-10-25 17:04:36 +02:00
Thomas Hallgren
8b64ad4a9e doc/synopsis-intro.txt: fix language list and broken links 2018-10-25 16:49:38 +02:00
Thomas Hallgren
d446af8479 doc/Makefile: add a missing dependency 2018-10-25 16:34:44 +02:00
John J. Camilleri
894c09d1b9 Only copy newer files (Make.bat)
Addresses #43 but not tested.
Reference: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb491035(v%3dtechnet.10)
2018-10-25 08:34:33 +02:00
John J. Camilleri
1862cb0559 Preserve metadata in copy (Make.sh)
Addresses #43 but I'm not 100% convinced it makes any difference.
2018-10-25 08:28:29 +02:00
odanoburu
425f3c71e9 (Construction{Eng,Por}) add timeHour and timeHourMinute 2018-10-24 21:57:11 -03:00
Thomas H
55528604b7 Merge pull request #54 from odanoburu/synopsis-langs
add Por and Ara to synopsis
2018-10-24 19:19:34 +02:00
Thomas H
2fb4e8b8d5 Merge pull request #53 from odanoburu/nightly-synopsis
mv synopsis.html to synopsis-v3.9.html
2018-10-24 19:18:03 +02:00
bruno cuconato
77a7b7e51c use copyFileWithMetadata instead of copyFile
to preserve timestamps #43 ([but also preserves other stuff](http://hackage.haskell.org/package/directory-1.3.3.1/docs/System-Directory.html#v:copyFileWithMetadata))
2018-10-24 14:06:45 +00:00
odanoburu
f55cc00457 add Por and Ara to synopsis 2018-10-23 22:32:03 -03:00
odanoburu
95bc1637af - mv GF 3.9 synopsis
- add link to GF 3.9 synopsis in nightly version
2018-10-23 21:27:03 -03:00
Thomas Hallgren
4e646d5c7b Add verbosity option in doc/MkExxTable.hs
Don't need a lot of output on stdout when it is used from MkSynposis.hs
2018-10-23 16:22:04 +02:00
Thomas Hallgren
369d457096 doc/Makefile: add missing dependencies
Dependencies on txt2tags includes and Haskell source files were missing.
2018-10-23 16:20:00 +02:00
Inari Listenmaa
702b513453 Merge pull request #52 from odanoburu/extendlins
(ExtendPor) add lins
2018-10-23 14:07:09 +02:00
Inari Listenmaa
c28539e201 Merge pull request #51 from odanoburu/v2a
(Eng) change lincat of V2A
2018-10-23 14:06:50 +02:00
Thomas Hallgren
881753ce3e doc/Makefile: incremental and parallel rebuild of the synopsis
Enough dependencies have been added so that

* If nothing has changed, MkSynopsis.hs will not be run, so synopisis.html
  will not be needlessly regenerated.
* You can use 'make -j' to build examples for different languages in parallel.

Hopefully 'make synopsis' produces the exact same result as before, but if
it turns out that some dependencies are missing and something is not
rebuilt despite of changes, 'make clean' can be used to force a full rebuild.
2018-10-22 23:38:56 +02:00
odanoburu
05cd9c53ce (ExtendPor) add lins
- add ApposNP, ByVP, CompBareCN, ComplBareVS, GerundAdv, GerundNP, InOrderTo, PresPartAP, PurposeVP, WithoutVP
- added EmptyRelSlash but fails linking phase, so not exported
2018-10-22 20:59:26 +00:00
Thomas Hallgren
d951fec14d Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl 2018-10-22 21:49:14 +02:00
Thomas Hallgren
aa4257efef Add a 'make doc' target in the main Makefile
It first build the RGL, then calls doc/Makefile,
with the corrent GF_LIB_PATH, to build the documentation.
2018-10-22 21:43:41 +02:00
odanoburu
e4d34bff32 (Eng) update SlashV2A with new V2A lincat 2018-10-22 18:27:20 +00:00
Inari Listenmaa
f5304afa56 Merge pull request #50 from inariksit/arabic
Arabic
2018-10-22 17:15:10 +02:00
Inari Listenmaa
6b0094b22a (Ara) Fixing possessive suffixes 2018-10-22 17:09:51 +02:00
Inari Listenmaa
eb074e6bcd (Ara) Small cleanup and adding comments 2018-10-22 17:09:33 +02:00
odanoburu
8990ee80a8 (Eng) change lincat of V2A
- update V2A linref
- add overloaded mkV2A with backwards-compatible signature
- update lexicon V2A example
- remove old comment with Verb lincat
thanks to @inariksit for guidance!
2018-10-22 14:18:53 +00:00
odanoburu
52b9a98db6 Merge branch 'master' of github.com:GrammaticalFramework/gf-rgl 2018-10-22 13:33:00 +00:00
bruno cuconato
2d5655aa50 (Por) Extend: add lins (#49)
- add PastPartAP, PastPartAgentAP
- add PassVPSlash, PassAgentVPSlash lins from ExtraRomance
- correct CompoundN
2018-10-21 19:42:05 +02:00
odanoburu
83a22ab31b (Por) Extend: add lins
- add PastPartAP, PastPartAgentAP
- add PassVPSlash, PassAgentVPSlash lins from ExtraRomance
- correct CompoundN
2018-10-19 22:23:21 +00:00
Inari Listenmaa
0315a3e52e Merge pull request #47 from inariksit/arabic
(Ara) Add linref for CN + choose bare form for UttCN, no case
2018-10-19 17:25:50 +02:00
Inari Listenmaa
4b2c706bcd (Ara) Add linref for CN + choose bare form for UttCN, no case 2018-10-19 17:25:25 +02:00
Inari Listenmaa
85e4a8061f (Ara) Fix agreement in imperatives 2018-10-18 15:08:54 +02:00
Inari Listenmaa
a48227b8c5 Merge pull request #46 from inariksit/arabic
Arabic
2018-10-18 14:49:49 +02:00
Inari Listenmaa
08ff8ee3e5 (Ara) Small orthography fixes 2018-10-18 14:45:50 +02:00
Inari Listenmaa
2142146577 (Ara) Add CN's new np field in more functions 2018-10-18 14:45:27 +02:00
Inari Listenmaa
98a29421a8 Merge pull request #45 from inariksit/arabic
Arabic
2018-10-17 17:23:36 +02:00