Inari Listenmaa
6e433fdb48
(Ara) Remove unnecessary field from VV
2018-09-26 14:59:47 +02:00
Inari Listenmaa
8174fd55a8
(Ara) tabs to spaces
2018-09-26 14:58:59 +02:00
Inari Listenmaa
b945128a5b
(Ara) remove extra whitespace
2018-09-26 11:27:05 +02:00
Inari Listenmaa
83793edc30
(Ara) WIP assimilate def. article
2018-09-26 11:12:45 +02:00
Inari Listenmaa
31b8ef9c3f
(Ara) Add all tenses to UseCl and UseQCl
2018-09-25 14:58:54 +02:00
Inari Listenmaa
431b53048f
(Ara) Add paradigm for assimilated measure 8 verbs
2018-09-25 14:09:14 +02:00
Inari Listenmaa
53fde8d963
(Ara) Add verb paradigm for defective v1 with perf. vowel i
2018-09-24 16:42:16 +02:00
Inari Listenmaa
a2551f783b
(Ara) Add constructor for compound nouns
2018-09-24 16:37:21 +02:00
Inari Listenmaa
1d159f155c
(Ara) VV and related functions
2018-09-21 15:46:39 +02:00
Inari Listenmaa
e6107dcbfb
(Ara) Remove prodrop from PredVP; better to have it optional
2018-09-21 15:44:31 +02:00
Inari Listenmaa
e281cb6f5c
(Ara) Bugfix in DetCN: retain adjective every time
2018-09-21 09:35:44 +02:00
Inari Listenmaa
c837f1cdf7
(Ara) keep the old s2 field in insertStr
2018-09-21 09:12:10 +02:00
Inari Listenmaa
eb7e4335b5
(Ara) Add GenNP
2018-09-21 09:12:10 +02:00
Inari Listenmaa
341b96da9c
(Ara) Add هَل in QuestCl, not in UseQCl
2018-09-21 09:12:10 +02:00
Inari Listenmaa
f5f3587697
(Ara) remove new constructs from MissingAra
2018-09-20 09:58:34 +02:00
Inari Listenmaa
18f66b3e23
(Ara) add which_IQuant
2018-09-20 09:58:17 +02:00
Inari Listenmaa
6502f0df4f
(Ara) Update some categories, add questions
2018-09-20 09:58:05 +02:00
Inari Listenmaa
d4deb3561e
(Ara) guess PassV2
2018-09-20 09:55:05 +02:00
Inari Listenmaa
77bda93032
add ComplA2
2018-09-20 09:39:37 +02:00
Inari Listenmaa
0ca66a2e4d
(Ara) some Utt*, CompCN, question_N
2018-09-18 17:54:58 +02:00
Inari Listenmaa
8596fd277f
(Ara) overload mkV2
2018-09-18 17:54:58 +02:00
Inari Listenmaa
db0bbfd1fb
(Ara) Add various functions to make SymbolicAra work.
2018-09-18 11:30:58 +02:00
Inari Listenmaa
c660dd6aa5
(Ara) couple of additions
2018-09-17 15:57:09 +02:00
Inari Listenmaa
bdef0d0f12
(Ara) Guessing default implementations in various categories
2018-09-06 16:25:50 +02:00
Aarne Ranta
350adb704a
mkA and mkV in arabic
2018-06-13 07:55:33 +02:00
Aarne Ranta
6c70ccf0a1
smart Arabic mkN
2018-06-12 22:34:45 +02:00
Aarne Ranta
75d2f66b59
started to add overloaded opers to ParadigmsAra
2018-06-12 21:06:30 +02:00
aarne
7423db4e33
missing Arabic functions collected in MissingAra.gf with notYet definitions
2017-03-28 07:10:52 +00:00
hallgren
4061d03aa2
lib/src/*/Numeral*.gf: fix inconsistent inheritance form Cat
...
While the abstract Numeral inherits only Cat[Numeral,Digits], some of the
concrete NumeralNNN of Numeral inherited everything from CatNNN.
Normally the compiler outputs a warning message when a concrete syntax
contains superflous lincats, but apparently not when they get included
through inheritance...
This does not seem to cause problems in the Haskell run-time system, but the
C run-time system fails to load PGFs with superflous lincats.
This problems shows up when creating application grammars that inherit Numeral.
The Phrasebook is an example of such a grammar.
2015-08-26 11:53:16 +00:00
krasimir
a47aac0ad8
use BIND in IIDig for all languages in the library
2015-06-11 12:00:57 +00:00
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
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
aarne
5ea526d730
checked compilation of all resource languages
2010-04-22 18:55:46 +00:00
aarne
9537ef0c5b
utf8 flags in Arabic modules
2009-12-08 13:11:16 +00:00
aarne
1afa6540d2
making Arabic minimal compile; strange chars remain
2009-12-08 07:32:46 +00:00
aarne
f2335d1b76
bug fix in ResAra
2009-12-07 19:56:38 +00:00
aarne
e6f7489ad7
took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib
2009-12-03 10:53:14 +00:00
aarne
795d9a2172
paths in Symbol modules; present in ResRon (not complete)
2009-10-05 12:54:17 +00:00
aarne
34cfbc42b9
food grammars added, with copyright statements
2009-08-29 17:36:15 +00:00
krasimir
7d373e8bed
update some paths in the libraries
2009-08-19 20:59:09 +00:00
aarne
c6ad6e5d05
added Structural.language_title_Utt and a script for making alignment logo
2009-06-23 19:23:27 +00:00
aarne
a1fdeb6704
next-lib renamed to lib, lib to old-lib
2009-06-22 15:39:08 +00:00