1
0
forked from GitHub/gf-rgl
Commit Graph

37 Commits

Author SHA1 Message Date
aarne
05c941257c Nor possessive: mit -> mitt etc 2016-06-16 07:26:14 +00:00
aarne
247b216371 reflexive NP in Scandinavian; things to fix to decide whether agreement comes from the subject or from the possessed noun 2016-06-07 12:35:28 +00:00
aarne
ab0ba48214 enabled emptyRP in Scandinavian by distinguishing between RNom and RAcc ; this also made it possible to use der as the Danish RNom form 2016-06-05 16:40:46 +00:00
aarne
4c1ae83c1b worked with Scandinavian VP to get the word order with neg+pron right: jag älskar inte din mamma vs. jag älskar dig inte vs. jag har inte älskat dig 2016-03-30 18:47:14 +00:00
krasimir
5defcc18bf we now support irregAdv in Swedish 2015-11-18 10:13:32 +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
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
aarne
8de35fb9c1 fixes in DictionaryChi 2014-11-07 14:30:05 +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
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
aarne
7a80ad9d09 added linref's and fixed some minor things in Scandinavian 2013-11-03 10:27:20 +00:00
dana.dannells
973256a7ed changed 'hur' to 'hvor' in how8many in StructuralNor 2013-05-29 11:45:23 +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
2c43566c17 eliminated some variants from Nor resource 2010-12-11 16:28:36 +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
f06d54837b genitive s in Nor possessives ; some Nor words in Phrasebook 2010-05-28 12:25:26 +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
63c8bf47cb rudimentary dependency tree by command vd 2009-10-08 07:03:29 +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