1
0
forked from GitHub/gf-rgl
Commit Graph

5287 Commits

Author SHA1 Message Date
Inari Listenmaa
fad7cf0c6f (Dut) Remove MorphoDut + update change in other files 2018-06-05 11:24:12 +02:00
odanoburu
67b526b4e7 - add gennumforms to common romance
- try to make preposition contraction
- try to add detcn
2018-06-04 08:47:17 -03:00
Krasimir Angelov
870479051d RNP in Bulgarian doesn't really need agreement 2018-06-02 22:26:37 +02:00
Krasimir Angelov
cd74a0bc34 SC in English needs an agreement 2018-06-02 22:24:43 +02:00
Krasimir Angelov
ed08ae83d0 more functions in ExtendBul & ExtendSwe 2018-06-02 20:48:00 +02:00
Krasimir Angelov
9cbdaeeb4b fix a paradigm number 2018-06-02 20:47:26 +02:00
Krasimir Angelov
92f5374003 overload mkDeterminerPl to allow variation for gender 2018-06-01 12:23:21 +02:00
Krasimir Angelov
d1b34946aa added ExtendBul.VPS 2018-06-01 12:22:51 +02:00
Krasimir Angelov
1a00c54dcd fix the imports 2018-06-01 09:48:59 +02:00
Krasimir Angelov
dc98730e46 GerundNP and GerundAdv in Swe,Bul 2018-06-01 09:22:34 +02:00
Krasimir Angelov
a9e2e33270 added feminine pronouns 2018-05-31 12:08:16 +02:00
Krasimir Angelov
2668e58ab6 added iSimple to Swedish as well 2018-05-31 09:34:50 +02:00
Krasimir Angelov
9558094911 implemented compound nounds which work like adverbs 2018-05-30 23:04:40 +02:00
Krasimir Angelov
3946144833 added Extend.AdAdV in Eng,Swe,Bul 2018-05-30 22:29:18 +02:00
Krasimir Angelov
8ad7c58989 like English, Bulgarian also needs a isSimple flag in VP to correctly place the adjectivial participles 2018-05-30 22:27:36 +02:00
Krasimir Angelov
2a8cbbde74 fix ExtendSwe.EmptyRelSlash. It should add the n3 field 2018-05-30 18:04:01 +02:00
Krasimir Angelov
cac0ffb19b added second preposition in V2A 2018-05-30 15:06:34 +02:00
Krasimir Angelov
4bf1c6832e added ExtendBul.EmptyRelSlash 2018-05-30 14:38:49 +02:00
Krasimir Angelov
3815e753ae the AP now inflects by Person since it may contain an embedded VP 2018-05-30 14:08:14 +02:00
Krasimir Angelov
36f0220db3 Extend.PresPartAP for Swe and Bul 2018-05-30 13:30:49 +02:00
Krasimir Angelov
ae3c627198 Extend.PastPartAP in Swe and Bul 2018-05-30 11:19:35 +02:00
Krasimir Angelov
c75b8c1cdf fix short_A in Swedish 2018-05-30 10:56:42 +02:00
Krasimir Angelov
bce753db8b linrefs for A and N 2018-05-30 10:56:03 +02:00
Krasimir Angelov
d7793ad7b7 Extent.PositAdVAdj in Eng,Swe,Bul 2018-05-29 12:09:13 +02:00
Aarne Ranta
b3eeee54ce fixed the use of de in Chi Adv 2018-05-27 10:11:46 +02:00
Inari Listenmaa
8ae61cc1a8 minor Estonian additions from last summer (#51)
* add two new nominal modifiers of type NP -> CN -> CN

* change married_A2 to invariant adjective

* rename CommonNoun to Noun

* change type of relPron

* merge CompAP and ICompAP using the same oper ; fix reflPron (ise, enda, ...) and add a helper function fixPlNom

* minor cleanup

* change in who_RP, reflecting the change of relative pronouns in ResEst

* Add new functions to ExtendEst ; update comments in ResEst
2018-05-24 14:17:11 +01:00
bruno cuconato
9bd63b9d8d (Por) several minor updates (#49)
* fix linearization of either/or

* (Por) minor updates
- correction in Lexicon
- documentation in Morpho
- rm variants from Structural

* (Por) correct references to extinct opers

* (Por) rm Spa remnants

* (Abs) rm reference to Extra in Structural -- use Extend instead

* (Por) ExtendPor
- use Extend instead of Extra in All
- use Extend funs in Extra whenever possible

* trigger CI

* (Por) Diff
- sort opers
- rm old commented code
- tidy things up
- no semantic changes

* (Por) add IrregBesch module with verbs using Besch paradigms
- Besch :
  - use hack to prevent runtime failure with glue in in vars output
  - rm paradigm numbers
- add IrregBeschPor, verbs that use only bescherelle paradigms
  - use them in Construction, Structural, Idiom, Extra
- Diff and Paradigms had (almost) the same oper (verboV/verbBeschH),
  so combine them into one and use it

* (Por) update functions to use new Irreg suffix and resolve name conflicts
2018-05-24 12:24:39 +01:00
bruno cuconato
fe0b7c13fe (Por) minor updates (#43)
* fix linearization of either/or

* (Por) minor updates
- correction in Lexicon
- documentation in Morpho
- rm variants from Structural

* (Por) correct references to extinct opers
2018-05-18 13:36:56 +03:00
odanoburu
cf36ef0449 (Eng) rm reference to Extra 2018-05-16 13:11:31 -03:00
odanoburu
c49048203d (Eng) use Extend instead of Extra in Construction 2018-05-16 11:20:22 -03:00
Aarne Ranta
c50360078f fixed duplication of de in RelativeChi 2018-05-16 10:24:02 +02:00
Krasimir Angelov
9544bd8e6b CompoundN in ExtendSwe and ExtendBul 2018-05-12 17:41:12 +02:00
odanoburu
38852ee672 (Por) improve mkV
- regV with more cases
- separate one instance of mkA into an oper
2018-05-11 15:57:35 -03:00
odanoburu
66b69cd093 Merge remote-tracking branch 'upstream/master' into por-besch 2018-05-10 17:36:39 +00:00
odanoburu
fa10c19c05 (Por) corrections and additions to Besch 2018-05-09 20:13:28 -03:00
odanoburu
8aabe95516 (Por) build passive from participle 2018-05-09 17:02:00 -03:00
odanoburu
5bf1e1d10a (Romance, #38) rm numForms from Morpho{Cat,Ita} 2018-05-09 15:59:20 -03:00
odanoburu
ba094d3af1 (Romance) mv numForms to CommonRomance; rm from Morpho* 2018-05-09 15:23:10 -03:00
Inari Listenmaa
0fcf1d1f66 (Dut) Fix verb form + reflexive in plural and polite imperative 2018-05-07 16:59:29 +02:00
Inari Listenmaa
7639654883 Coordination.gf: comma with SOFT_BIND 2018-05-07 16:58:34 +02:00
Inari Listenmaa
34c87d0de0 (Dut) misc. small fixes 2018-05-07 16:32:12 +02:00
Inari Listenmaa
d5ba0733ec (Dut) Inflection of willen_V 2018-05-07 16:31:38 +02:00
Inari Listenmaa
1a338ea034 (Dut) Replace "," with bindComma in several places 2018-05-07 16:30:20 +02:00
Aarne Ranta
b8b67e8585 added an mkA case to Por 2018-05-05 10:28:15 +02:00
Inari Listenmaa
6a49144f00 (Spa) Add a constructor for adjectives with noninflecting component 2018-05-02 19:24:14 +02:00
lizazim
012a6f8818 Add files via upload 2018-05-02 12:44:37 +03:00
lizazim
f480563721 Add files via upload 2018-05-02 12:41:25 +03:00
lizazim
cc5c1a9590 Add files via upload 2018-05-02 12:24:58 +03:00
lizazim
d7d1e37045 Add files via upload 2018-05-02 11:13:05 +03:00
lizazim
3c31102873 Add files via upload 2018-05-02 11:01:55 +03:00