Commit Graph

7331 Commits

Author SHA1 Message Date
Herbert Lange
f60a4a2052 fix clauses 2019-11-12 14:50:08 +01:00
Herbert Lange
6864f61e92 updated createSentence/add defaultSentence 2019-11-12 14:49:35 +01:00
Herbert Lange
f46cbfe51e work on relative clauses 2019-11-12 14:47:21 +01:00
Herbert Lange
2d5a111893 update combinenounphrase 2019-11-12 14:45:47 +01:00
Herbert Lange
57ba9c240a remove no longer missing numeral function 2019-11-10 20:40:57 +01:00
Herbert Lange
48d9b3909e start reworking grammar to split verb and verb complement 2019-11-10 20:40:32 +01:00
Herbert Lange
523b4841fc fixing issues with extend and add new rule for different word order 2019-11-10 20:39:42 +01:00
aarneranta
6a24554928 fixed (hopefully) the rest confusions in French mkA argument order 2019-11-06 17:08:47 +01:00
Aarne Ranta
6a6062039e some more concrete configs in LangEng 2019-11-06 17:05:04 +01:00
Herbert Lange
11a4d6ed12 some fixes and extensions 2019-10-31 13:15:29 +01:00
Herbert Lange
d960d0d361 tried to implement CountNP 2019-10-29 14:46:40 +01:00
Herbert Lange
4e8ecea403 updated the large-scale dictionary 2019-10-29 14:46:00 +01:00
Herbert Lange
d900d16dd9 new version of extend 2019-10-29 14:42:14 +01:00
Herbert Lange
56c484edf2 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl 2019-10-13 17:39:00 +02:00
Herbert Lange
a178f700f6 work on ordinal numbers 2019-10-13 17:30:28 +02:00
Inari Listenmaa
a92be72247 Merge pull request #296 from inariksit/somali
Somali
2019-10-04 16:26:33 +02:00
Inari Listenmaa
0ef64ed77a (Som) Remove implemented funs from MissingSom 2019-10-03 18:01:43 +02:00
Inari Listenmaa
6a1ebffcee (Som) Implement remaining funs needed for ExtendSom + use ExtendFunctor 2019-10-03 18:01:26 +02:00
Inari Listenmaa
c2e0c709a7 (Som) Update FocusObj and UseSlash to new type of SSlash 2019-10-03 17:59:00 +02:00
Inari Listenmaa
5871f9c165 (Som) Implement GenModNP + restructure ComplN2 to better reuse code 2019-10-03 17:56:44 +02:00
Inari Listenmaa
80ac06e4ae Merge pull request #295 from inariksit/somali
Somali
2019-10-01 19:57:07 +02:00
Inari Listenmaa
ba308dcf95 (Som) More phonological assimilation rules 2019-09-30 15:40:09 +02:00
Inari Listenmaa
0e4cedd144 (Som) Add V2S 2019-09-30 15:39:53 +02:00
Inari Listenmaa
4dba178d33 (Som) Add VPSlashPrep + fix bug in insertAdv 2019-09-30 10:50:26 +02:00
Inari Listenmaa
22503e0a7a Merge pull request #294 from inariksit/somali
Somali
2019-09-27 17:55:21 +02:00
Inari Listenmaa
b8b43689bc (Som) Small bugfixes in RelCN and PartNP 2019-09-27 17:53:57 +02:00
Inari Listenmaa
096115c35f (Som) More fine-grained parameter for modifiers in NPs (AP vs. Other) 2019-09-27 16:44:21 +02:00
Inari Listenmaa
3f30e0946e (Som) WIP better handling of multiple modifiers and numerals 2019-09-27 15:22:43 +02:00
Inari Listenmaa
62641093dd (Som) Rename obj2,secObj-> obj,obj2. Remove commented out code+old TODOs 2019-09-27 11:39:19 +02:00
Inari Listenmaa
8e929ea4fb (Som) minor cleanup/whitespace removal 2019-09-27 11:14:50 +02:00
Inari Listenmaa
a520c9659f (Som) Add superlatives 2019-09-27 11:14:23 +02:00
Inari Listenmaa
9b9d6ebdd2 (Som) Add comparatives 2019-09-27 10:32:45 +02:00
Inari Listenmaa
6d7f7ab736 Merge pull request #293 from inariksit/somali
Somali
2019-09-26 18:12:55 +02:00
Inari Listenmaa
a399abed83 (Som) Minor cleanup: renaming + moving things around 2019-09-26 15:21:14 +02:00
Inari Listenmaa
819bdacc65 (Som) Better handling of AP and NP complements, remove redundant fields 2019-09-26 15:11:20 +02:00
Inari Listenmaa
e63eae8519 (Som) Add npcomp field to VP for more fine-grained control of word order 2019-09-26 11:39:36 +02:00
Inari Listenmaa
4eed81d729 Merge pull request #292 from inariksit/somali
Somali
2019-09-25 18:45:45 +02:00
Inari Listenmaa
b188908969 (Som) Updates to some unit tests 2019-09-25 16:50:33 +02:00
Inari Listenmaa
51c4f1bce7 (Som) Split polar questions and wh-questions to separate types 2019-09-25 16:50:20 +02:00
Inari Listenmaa
0a5e9f4266 (Som) Some notes about conjunctions 2019-09-25 12:21:09 +02:00
Inari Listenmaa
36997f0dd4 (Som) Add unit tests for all TAM inflections of a single verb 2019-09-25 12:06:05 +02:00
Inari Listenmaa
1f62af0e2c (Som) Add ImpVP and UttImp{Sg,Pl,Pol} 2019-09-25 11:53:27 +02:00
Inari Listenmaa
9973349270 (Som) Minor cleanup 2019-09-25 10:47:21 +02:00
Inari Listenmaa
4dd9b92354 (Som) more on negative questions 2019-09-24 17:28:48 +02:00
Inari Listenmaa
727648c536 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into somali 2019-09-24 09:33:03 +02:00
Inari Listenmaa
4ee46171a9 (Som) WIP negative questions 2019-09-23 22:04:23 +02:00
Aarne Ranta
11a4e5ed1b Merge pull request #291 from hleiss/infinitives
Ger: improved infinitives (and passives); tests with more verbs in te…
2019-09-21 18:57:13 +02:00
Aarne Ranta
55dac61fe5 fixed the order of Fre.mkA. It should always be: SgMasc,(SgMascVoc,)SgFem,PlMasc,PlFem,Adv 2019-09-19 10:33:01 +02:00
Peter Ljunglöf
04d022c7f0 Merge pull request #259 from GrammaticalFramework/unittest-python-script
Unit testing for RGL languages, written in Python 2+3
2019-09-19 08:38:15 +02:00
Hans Leiss
8fb8ddd808 Ger: improved infinitives (and passives); tests with more verbs in testing/german
- NP: added field isLight in order to push negation behind light nps;
  this had been done in gf-3.9 using field isPron, but isPron is now
  used to put accusative pronoun before dative pronoun. Removed field
  adv: adverbial extensions cannot be extracted (todo: also for CN).
  Reduced isLight*isPron to w:Weight with 3 values: WPron, WLight, WHeavy.

- added param Control and field ctrl:Control to classify V2V-verbs into
  subject- and object-contol verbs, use ctrl to make reflexives agree
  with subject resp. object in VPSlash, and refine ComplSlash.

- Verb: new versions of ComplVV, SlashV2V and SlashVV to give better
  (nested) infinitives (extracting infzu and correcting object order).
  a) nested SlashVV doesn't work properly;
  b) SlashV2VNP may have to be commented out to prevent a stack overflow
     when compiling.
  Intended change of SlashV2VNP in tests/german/TestLangGer could not
  be tested due to size problems with the compiler.

- VP: changed field a1 : Polarity => Str to a1:Str to collect the adverbs
  coming before negation, using (negation : Polarity => Str) in mkClause.
  Use objCtrl:Bool instead of missingAdv to let reflexives agree with object.

- ResGer: insertObjNP reorganized, infzuVP added

- DictVerbsGer: some corrections (helft -> hilft, *sprecht -> *spricht)

- Some potential passive rules in tests/german/TestLangGer|Eng

- ExtraGer needs to be cleaned up with repect to the modified mkClause.
2019-09-18 15:16:42 +02:00