1
0
forked from GitHub/gf-rgl
Commit Graph

31 Commits

Author SHA1 Message Date
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
aarne 9a024f6625 fixed the word order of Scand discontious conjunctions: antinger jag vinner eller... -> antingen vinner jag eller... 2015-05-22 11:31:57 +00:00
hallgren 4c38803eea Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
2014-08-19 19:42:05 +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
aarne 7c449f4e59 mkV2V second preposition mistakenly omitted in Dan and Nor, now fixed 2014-02-03 08:51:03 +00:00
aarne 935a30db90 added noun compound form to Swe; commented out Constructions and Documentation in Lang concretes, because their presence makes it impossible to bootstrap the compilation of the library, causing new makes of the library to fail (to be fixed) 2013-12-15 20:11:19 +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
hallgren 2c8fed764b lib/src: adding --# -coding=latin1 to 119 RGL modules
Adding coding pragmas
  
	--# -coding=latin1
  
so that grammars will continue to work when we change the default character
encoding to UTF-8.
2013-11-22 17:26:00 +00:00
aarne bcc5b4b6dc added forms to Swedish present participles to enable the derivation of verbal nouns 2013-11-03 17:14:05 +00:00
aarne edf7dcebe5 added present participles to Scandinavian verbs 2013-11-03 16:48:51 +00:00
dana.dannells 71a3a202c7 "changed 'hur' to 'hvor' in how8many in StructuralDan 2013-05-29 12:17:54 +00:00
aarne a5615761cb Poss,Part,Count NP in Scandinavian 2013-03-13 14:21:26 +00:00
malin cd2c7a7585 scandinavian tenses 2011-11-09 20:01:37 +00:00
malin 2263413cee future tense for danish and norwegian 2011-11-09 19:51:28 +00:00
malin 6966963e8c future tense 'komma att' in scandinavian 2011-11-09 19:23:46 +00:00
aarne 96f7004731 completed Paradigms documentation for Cat,Ita,Nor,Spa,Dan 2010-12-19 11:33:02 +00:00
aarne e9c7ef05a9 know_VQ in resource 2010-08-27 15:14:29 +00:00
aarne a6e2d5a879 updates in Phrasebook and resources 2010-08-25 09:08:31 +00:00
aarne 867c2792dc where in Dan and Nor 2010-06-02 08:53:11 +00:00
aarne 69a28d0904 genitives in possessives in Nor (and Scand) 2010-05-28 13:29:13 +00:00
aarne 5f43cb2f2f familiar possessives in Italian 2010-05-26 14:11:50 +00:00
aarne 3f950d2b3d fixed Danish superlatives and a couple of verb inflections 2010-05-15 11:31:35 +00:00
aarne 0beda69f6c small adjustments in Make.hs and some resources to make the lib compile with less warnings and without errors 2010-04-14 16:25:17 +00:00
aarne fe6b58fd65 pro drops and 'how AP' in Extra for some languages 2010-04-09 14:38:33 +00:00
aarne 0176e0ca49 refactored Scandinavian NP agreement features 2010-01-05 23:00:40 +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
krasimir cdd7e28d1e fix some paths in the libraries 2009-08-25 18:42:36 +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