Commit Graph

3868 Commits

Author SHA1 Message Date
aarne
d0aba0d9ff started implementing Swedish construction grammar from Språkbanken 2013-12-04 10:03:02 +00:00
kr.angelov
af1caa2e3a fix the translation of enable_V2V in DictEngBul 2013-12-04 08:43:53 +00:00
kr.angelov
82b015e7db fix the agreement for V2V in ComplSlash 2013-12-04 08:43:01 +00:00
kr.angelov
2af856d1d7 remove UncNeg from ParseBul since now it is a variant in the English grammar 2013-12-04 08:30:24 +00:00
kr.angelov
6ce9b2116f double negation in Bulgarian 2013-12-04 08:20:40 +00:00
kr.angelov
7ae0bca14c fix the encoding in CatBul.gf 2013-12-04 08:20:02 +00:00
aarne
70f8827f75 three new uses of "self" in Idion(Eng,Fin,Ger,Swe): SelfAdvVP (he is singing himself), SelfAdVVP (he is himself singing), SelfNP (he himself is singing; I know the president himself) 2013-12-03 18:54:56 +00:00
aarne
629efbe2c0 top-level access to contracted auxiliaries in ExtraEng. Introduced them as variants in ParseEng. 2013-12-03 14:52:12 +00:00
gregoire.detrez
3294f2b1c5 Fix bescherelle tests broken (True/False order) 2013-12-03 14:29:36 +00:00
aarne
2f5ba54373 introduced contracted auxiliaries in English. So far only available internally in the tables created from Cl. TODO: make them accessible on top level in Extra; use them as variants in Parse. Also the use in QCl needs some more work: we can say "he's here", "I'm here", "where's he" but not "'s he here", "where'm I". 2013-12-03 13:54:57 +00:00
aarne
24ad1bfd6a changed the order of Prelude.Bool to False | True. This is how it is in Haskell to create expected Ord and Enum. Now it also gives a better default for English clause linearizations, as False = uncontracted. 2013-12-03 13:52:52 +00:00
kr.angelov
67a44343f0 split teacher_N into two genders 2013-12-03 10:39:45 +00:00
kr.angelov
b5b9b6aa97 FeatN and FeatN2 in English now show the gender if it is masculine or feminine 2013-12-03 09:05:20 +00:00
kr.angelov
bc8df4412e in DictEng all hyphenated words are again merged into a single token without spaces. This is necessary because there is no lexer anymore 2013-12-03 08:31:04 +00:00
kr.angelov
6adde9635e forgoten entry in DictEngAbs.gf 2013-12-03 08:28:09 +00:00
john.j.camilleri
1da2d88cd0 Maltese RG: Fix apposition. Add ExtAdvNP & ExtAdvVP. Fix adjective order. 2013-12-03 08:19:38 +00:00
kr.angelov
9e843ca6d3 one big patch with several changes in the different dictionaries
1. the duplicated variants in the French entries are merged
2. ~150 abstract words are split into masculine and feminine entries.
   The actual defininitions for English, Bulgarian, French and German differ.
   For the other languages they are just copied.
3. fan_N, intelligency_N, character_N and letter_N are split into
   different senses. The entries for Bulgarian, Swedish, German and French
   are sense disambiguated. For English they are just copied since they
   are ambiguous. For the other languages they are copied since I don't
   know how to translate them.
2013-12-03 08:14:05 +00:00
inari
aa0ab9bbaf fixed good_A in DictEngFre 2013-12-02 15:58:54 +00:00
aarne
f64eb3acbf mkInterj in some languages; 'make Parse' in lib/src builds Parse8.pgf 2013-12-02 13:34:07 +00:00
aarne
b192199aec interjections in DictEng Fin and Ger 2013-12-02 11:09:28 +00:00
kr.angelov
100abd1886 fixes in the dictionaries 2013-11-29 13:56:28 +00:00
kr.angelov
bcd9c7cc4a cleanup in LangBul 2013-11-29 13:55:46 +00:00
aarne
384e62ef2c some missing forms in Fin (agent participle, Inf3 instructives); now also in stemmed version. 2013-11-29 08:05:55 +00:00
aarne
01a7166bb8 added some esoteric verb forms to Fin (not used in resource API but nice to show): potential, passive imperatives, infinitives 2,4,5. Remains to carry out in stemmed/StemFin. 2013-11-28 22:01:38 +00:00
aarne
00300ee400 changed annotations in DictEngFin: --UNCHK for unchecked entries, ---ARB for arbitrary choices that should be treated by separating senses; many other old annotations suppressed, but most informative ones preserved 2013-11-28 13:27:12 +00:00
kr.angelov
b5bf510590 fixes in the dictionaries 2013-11-28 13:16:03 +00:00
aarne
78f036ae73 added linref's to Ger Hin Romance 2013-11-28 08:05:58 +00:00
kr.angelov
3f1f1e1036 changes in the parallel dictionaries 2013-11-27 22:18:22 +00:00
kr.angelov
0608b8dd63 better dictionary visualization in the Android App 2013-11-27 22:16:05 +00:00
aarne
b1f5e0b735 555 new words checked in DictEngFin; latin1 flags in some esoteric files 2013-11-27 19:22:37 +00:00
kr.angelov
0d7284db88 added translations of outside in DictEngBul 2013-11-26 10:24:32 +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
kr.angelov
6468920830 a few words in DictEngBul.gf 2013-11-25 10:40:23 +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
gregoire.detrez
a4444bb7cd Add a small readme to the rgl test suite 2013-11-21 10:32:26 +00:00
gregoire.detrez
6fa6b19025 Add a test runner and a test suite fore the rgl
The test suite tests the French Bescherelle paradigms.
2013-11-21 09:55:30 +00:00
aarne
8f01ef7142 a shortcut in SentenceRomance.SlashVP to make it more easily compilable. This compromises the correctness of negation with polarity elements (e.g. the omission of "pas" in French when "rien" is present) in slash-type questions and polarity items. The correct version is left in a comment and waiting for optimizations that would enable compiling it into PMCFG. 2013-11-21 08:48:08 +00:00
aarne
c6ea181be8 optimized VerbRomance.SlashV2VNP to make it compilable 2013-11-20 15:08:34 +00:00
aarne
26e1ec3b29 added a missing path to SymbolUrd, previously causing an error message when compiling the rgl 2013-11-19 10:49:42 +00:00
inari
0725165ace fix empty strings in DictEngFre 2013-11-15 15:11:52 +00:00
kr.angelov
f8e4ede4e6 NumeralLav should use restricted inheritance from CatLav 2013-11-15 08:04:51 +00:00
kr.angelov
2bef26f3d2 two senses of ring_V2 which have different morphology in English 2013-11-14 21:55:40 +00:00
kr.angelov
76f3613b5d three words in DictEngBul 2013-11-14 21:55:16 +00:00
kr.angelov
2874ebeaa5 added date_3_N for the sense of "meeting". also added comments for the meanings of a few sense disambiguated words in the abstract syntax. The format of the comments follows the Haddock convention 2013-11-14 20:15:02 +00:00
kr.angelov
44173a6222 a number of changes in the dictionaries. marvellous_A is merged with marvelous_A. organise as alternative spelling of organize_V2. A few new Bulgarian words. DictEngSwe.gf is now disconnected from DictSwe.gf and follows the same convention as the English, Bulgarian and German dictionaries. 2013-11-14 18:03:33 +00:00
kr.angelov
059cf3ffce add VerbBul.AdVVPSlash 2013-11-14 13:36:34 +00:00
kr.angelov
68b0fece59 ring was not marked as irregular verb in the dictionary 2013-11-13 21:00:08 +00:00
kr.angelov
a1c1ee294e fix the valencies of vote and spread_out in the dictionary 2013-11-13 20:59:28 +00:00
kr.angelov
0eb0428f83 now ago_Prep is postposition in English 2013-11-13 20:58:08 +00:00
kr.angelov
6b5d3deb53 split degree_N into three senses and add licentiate_N and phd_N in Bulgarian 2013-11-13 16:39:04 +00:00