1
0
forked from GitHub/gf-rgl
Commit Graph

227 Commits

Author SHA1 Message Date
aarne
e866d9ac0d Finnish NPSep form, to avoid empty Nominative forms in wrong places in case of pro drop. 2014-09-15 07:17:11 +00:00
aarne
f3d4c7f4d7 added the constructor Noun.NumeralSuperlOrd for phrases like "third largest", which have special linearizations in many languages e.g. German (drittgrösste) and Finnish (kolmanneksi suurin). Implemented for Chi (to check), Dut, Eng, Fin, Ger, Romance, Scand so far 2014-08-24 14:32:44 +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
d06ee100a8 Fin prepositions with possessive suffixes had a double BIND token ; placement of "luo" etc in DictionaryFin 2014-06-20 07:03:49 +00:00
aarne
72b55df4ad a couple of fixes in Fin and Swe dictionaries 2014-06-20 06:28:33 +00:00
aarne
6ffdf419e7 moved Names to Construction, to make the structure simpler ; use months and weeks as PN's as well 2014-06-18 09:27:57 +00:00
aarne
401f23398b typo in ConstructionFin giving a type error 2014-06-18 08:17:07 +00:00
aarne
86c9ff1b4c coercions from special categories in Construction to N and PN 2014-06-18 06:29:34 +00:00
aarne
444606c246 moved lexical parts of Construction to Names, and added Language names there ; implemented for the six old Construction languages 2014-06-17 19:12:18 +00:00
aarne
4fa270f240 ParadigmsFin.foreignPN, to deal with foreign names 2014-06-17 15:45:57 +00:00
aarne
a45a19da0e some fixes in Fin and Swe 2014-06-15 13:49:48 +00:00
aarne
cf2a13527e mkSeparateN in Fin for multiword "compounds" 2014-06-12 06:45:28 +00:00
aarne
53f1174996 removed spurious substantival possessives created from empty strings in NounFin in the presence of ProDrop 2014-05-23 14:10:36 +00:00
aarne
9c2f13b37b improved possessive ProDrop in Fin RGL and translate so that it no more returns metavariables in parsing 2014-04-22 19:50:45 +00:00
aarne
19e2712c01 fixes in DictionaryFin - mainly missing lin's up to BNC 2000 2014-04-15 16:40:18 +00:00
aarne
234bc90496 type error in finnish revealed 2014-04-04 17:01:06 +00:00
aarne
e77e6fb7e4 fixed type errors in finnish revealed by improved type checker 2014-04-04 16:38:36 +00:00
inari
2ae5bdf406 Add constructions with motion verbs and direction adverbs for Eng,Fin,Fre,Ger,Swe in Construction 2014-03-28 12:34:07 +00:00
inari
3fe7b3ec32 Add containers to Construction*.gf + missing saturday_Weekday in the abstract 2014-03-26 16:06:30 +00:00
aarne
1b702098f2 commented out Documentation definitions in notpresent mode. It was not enough to do this in the import list in Lang, since the import list parsing seems to be done without preprocessing. 2014-02-25 07:37:03 +00:00
kr.angelov
b4f77edb2d completed Documentation modules for English, Swedish, Bulgarian, German, Finnish, French. The examples for Finnish, German and French could still be improved. The old parsing grammars are now restored. The new Translation grammar still don't have statistical model. 2014-02-21 16:31:50 +00:00
kr.angelov
6739bf2da1 a new abstract syntax in Documentation.gf which allows a more compact definition of the corresponding concrete syntax. The new strategy is so far used only in DocumentationEng and the new DocumentationBul. 2014-02-17 08:45:57 +00:00
aarne
e560a59646 shrinking the size of some Fin datatypes (in general RGL) results in pgf size reduction to 25% of previous size 2014-02-09 17:38:24 +00:00
aarne
29fec832db qualifications in finnish/stemmed/WNKotus to help overloading 2014-02-07 22:54:54 +00:00
aarne
3cb55c2764 removed obsolete DictEng??? grammars and marked Parse as obsolete in Makefile 2014-01-22 15:00:16 +00:00
aarne
ee342e0837 Merry Christmas and other Dict updates 2014-01-17 14:42:22 +00:00
kr.angelov
c43a672b70 fixes in the dictionaries inspired by a paper phrasebook 2013-12-18 09:18:55 +00:00
aarne
111d2b0991 typo in Fin tuesday 2013-12-17 10:16:32 +00:00
aarne
fed8d38361 ParseFin ProDrop variants ; ParseFre question word order and pronoun gender variants 2013-12-17 09:54:11 +00:00
aarne
df9b2c5a2e Documentation and Construction back in Lang, via the inclusion of ../api in the paths of Lang and All files 2013-12-16 11:51:15 +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
aarne
a41a256083 commented out examples in InflectionV* as they blow up the pgf size enormously (from 26 to 80M in ParseFin) 2013-12-15 15:11:05 +00:00
aarne
d2d7009edd commented out some things from ParseFin to make Parse8 link 2013-12-15 13:35:30 +00:00
aarne
3818b64e99 added more temporal Constructions in Eng,Fin,Fre,Ger,Swe 2013-12-15 11:38:43 +00:00
aarne
87ade93590 functorized Documentation for Fin, Fre, Ger 2013-12-14 15:13:14 +00:00
aarne
7faac1e299 refactored Documentation to Terminology and Documentation proper. This makes it possible to functorize the display of tables, for instance show Swedish inflection tables with headings in English terminology. Carried out the functorization in Eng and Swe, other languages coming soon. 2013-12-14 09:21:15 +00:00
aarne
78f9f49551 added examples to the documentation of verbs and prepositions 2013-12-13 17:39:51 +00:00
aarne
423c68e0ac DocumentationFre completed with finite verb forms; missing notpresent tags added to DocumentationFin to make it compile with present 2013-12-13 10:01:12 +00:00
aarne
e131611682 completed DocumentationFin 2013-12-13 08:29:15 +00:00
aarne
8b30de02f7 more in DocumentationFin 2013-12-12 20:58:33 +00:00
aarne
6733ffa228 started DocumentationFin 2013-12-12 18:46:48 +00:00
aarne
8d0262ef8f split may_VV into may_1_VV (be possible) and may_2_VV (be allowed); not yet in Bul, Hin 2013-12-12 12:35:44 +00:00
aarne
91ff1aa498 corrected the inflection of "olla" in stemmed Finnish 2013-12-12 08:00:13 +00:00
aarne
bfc9a113b0 verb correspond_V2 (correspond to) in DictEng, Swe, Fin 2013-12-11 14:14:25 +00:00
kr.angelov
8e37d0f24d fixes in the dictionaries 2013-12-11 14:10:49 +00:00
aarne
e3ebbd34bd weekdays in Swe ; adverbs for next and last weekday 2013-12-11 13:10:21 +00:00
aarne
d84015982a some adjustments in weekdays in Construction; added them in Eng as well 2013-12-11 12:57:16 +00:00
kr.angelov
9e7b22abcb a lot more words in English have gender now. Some words are also marked as animate in Bulgarian 2013-12-11 10:04:28 +00:00
aarne
cc4f37ff92 import Construction in AllEng 2013-12-11 09:49:43 +00:00