1
0
forked from GitHub/gf-rgl
Commit Graph

6190 Commits

Author SHA1 Message Date
Inari Listenmaa
5118b8d4eb Merge pull request #66 from inariksit/arabic
Arabic
2018-11-07 16:39:03 +01:00
Inari Listenmaa
38982d73fe (Ara) Remove parameters that are already in CommonX 2018-11-07 16:27:42 +01:00
Inari Listenmaa
f4cec11f72 (Ara) Add relative clauses 2018-11-07 16:26:52 +01:00
Inari Listenmaa
bf28bf1e56 (Ara) Prepositions + improve Paradigms API functions 2018-11-07 14:30:38 +01:00
John J. Camilleri
36b827bcc2 Clarify default values of columns in languages.csv 2018-11-07 13:19:54 +01:00
Inari Listenmaa
5c5cd125c9 (Ara) Add paradigm for doubly weak FormIV + remove hamza from imperative prefix 2018-11-07 11:31:07 +01:00
Inari Listenmaa
2888073c44 (Ara) Minor fixes 2018-11-07 11:30:00 +01:00
John J. Camilleri
5214543d3f Merge pull request #65 from odanoburu/travis-new
(travis) refactor travis CI
2018-11-07 10:11:20 +01:00
odanoburu
41ec90c3fe (travis) refactor travis CI
- add ubuntu, mac, and windows builds

add travis build with mac and ubuntu
- fix signature in Make.hs for compatibility with ghc<8

add windows build to travis

using haskell and bash scripts

(travis) use  env variable

Make.bat works

(Make.bar) [temporary] comment some Langs

merge upstream and uncomment langs
2018-11-06 20:41:04 -02:00
John J. Camilleri
6e8f92a9c5 Remove generated categories-imagemap.html from version control
There are many other things which should not be under version control...
2018-11-06 10:37:54 +01:00
John J. Camilleri
ec9f74d56e Add "Synopsis" column to languages.csv; use config everywhere
I tried to remove all language lists from Haskell and Makefiles
2018-11-06 10:32:25 +01:00
Inari Listenmaa
ff9a164884 Merge pull request #62 from odanoburu/besch
(BeschPor) correct paradigms começar and peneirar
2018-11-06 08:57:00 +01:00
John J. Camilleri
ef2c348d3a Make.bat: Collect modules in two stages
For some reason second inner loop was never reached,
this is a simple solution.

Also remove stderr redirection as it didn't seem to work.

--verbose now names each module individually
2018-11-05 21:09:07 +01:00
John J. Camilleri
17bc505382 Make.bat: fix copy command, create dest folders if not present 2018-11-05 19:29:35 +01:00
Inari Listenmaa
6cf7059ddb Merge pull request #64 from inariksit/arabic
(Ara) Question words and structures
2018-11-05 17:18:08 +01:00
Inari Listenmaa
68c5cd74dd (Ara) Question words and structures 2018-11-05 17:13:06 +01:00
Inari Listenmaa
916548a361 Merge pull request #63 from inariksit/arabic
Arabic
2018-11-02 18:03:08 +01:00
Inari Listenmaa
e3f2469abe (Ara) Add gender, species etc. into the API 2018-11-02 18:01:33 +01:00
Inari Listenmaa
2d112e3a55 (Ara) diacritics 2018-11-02 18:01:14 +01:00
John J. Camilleri
a170539991 More improvements to Make.bat
- Fix syntax error in args loop
- Building of modules list

Maybe it actually works now? 😱
2018-11-02 08:50:31 +01:00
John J. Camilleri
4b4a7ba9a4 Improvements to Make.bat
- Parsing of command line args
- Redirecting output
- mkdir only if not exists
- revert back to copy
2018-11-01 22:51:55 +01:00
odanoburu
a74460a0e1 (BeschPor) correct começar and peneirar
also add documentation on verb paradigms
2018-11-01 20:58:12 +00:00
Inari Listenmaa
04a07177da Merge pull request #61 from odanoburu/patch-3
(Common) not all cats are linearized to SS
2018-11-01 15:47:55 +01:00
bruno cuconato
da129e40ef (Common) not all cats are linearized to SS
see `CAdv`, for instance.
2018-11-01 14:24:20 +00:00
odanoburu
13fa01dd06 Merge remote-tracking branch 'upstream/master' 2018-11-01 13:22:45 +00:00
Inari Listenmaa
204d26a919 Merge pull request #56 from odanoburu/time
(Construction{Eng,Por}) add timeHour and timeHourMinute
2018-11-01 11:44:52 +01:00
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