Commit Graph

50 Commits

Author SHA1 Message Date
odanoburu
08c5914466 (Por)
- add AdjAsCN AdjAsNP
- copied VPS functions from ExtraRomance
- fixes to Lexicon
2018-11-13 15:46:50 -02:00
odanoburu
50188b6827 Merge remote-tracking branch 'origin/mk2A' 2018-11-13 11:23:51 -02:00
odanoburu
a74460a0e1 (BeschPor) correct começar and peneirar
also add documentation on verb paradigms
2018-11-01 20:58:12 +00:00
Inari Listenmaa
204d26a919 Merge pull request #56 from odanoburu/time
(Construction{Eng,Por}) add timeHour and timeHourMinute
2018-11-01 11:44:52 +01:00
odanoburu
1427b1bbb8 (Por) change mk2A paradigm
(such that the second argument is the adverb string, not the feminine
form, which is easier to predict)
- fix bug in adjVo paradigm
- add two cases to mkAdjReg smart paradigm
- update lexicon

tbh, it is much more common to need to correct the adverbial form
because it doesn't have the accents that the adjectival forms may
have, so if there's a way of removing accents easily, that might be
better.
2018-10-30 13:48:26 +00:00
odanoburu
ebe411c654 (Por) add lins
- UttAdV, UttVPShort, PositAdVAdj, AdAdV, ComplSlashPartLast, CompVP
  to Extend
- small fixes to Lexicon
2018-10-29 17:47:13 +00:00
odanoburu
fa34877ea3 (Por) fix Portuguese time 2018-10-26 18:28:22 +00:00
odanoburu
7e60a931c8 WIP: incorporate @aarneranta's comments 2018-10-25 18:59:01 +00:00
odanoburu
425f3c71e9 (Construction{Eng,Por}) add timeHour and timeHourMinute 2018-10-24 21:57:11 -03:00
odanoburu
05cd9c53ce (ExtendPor) add lins
- add ApposNP, ByVP, CompBareCN, ComplBareVS, GerundAdv, GerundNP, InOrderTo, PresPartAP, PurposeVP, WithoutVP
- added EmptyRelSlash but fails linking phase, so not exported
2018-10-22 20:59:26 +00:00
bruno cuconato
2d5655aa50 (Por) Extend: add lins (#49)
- add PastPartAP, PastPartAgentAP
- add PassVPSlash, PassAgentVPSlash lins from ExtraRomance
- correct CompoundN
2018-10-21 19:42:05 +02:00
bruno cuconato
d4f2df8aa4 (Por) add lins (#35)
* (Por) correct paradigm and use overloaded paradigms in Lexicon

* (Por) add Str -> V3 paradigm

* (Por) small fixes

* adjust import list and add Mood to VPS

* (Por) add compoundN to ExtendPor

* (Por) add CompoundAP GerundCN ICompAP IAdvAdv CompIQuant PrepCN
2018-10-06 06:14:24 +02:00
bruno cuconato
63587ac745 (Romance) add subjVS oper to Cat,Ita,Por,Spa (#37)
* (Por) correct paradigm and use overloaded paradigms in Lexicon

* (Romance) add subjVS oper to Cat,Ita,Por,Spa

already present in French
2018-10-06 06:12:54 +02:00
bruno cuconato
c410abfa6b (ExtendPor) add CompoundN (#31)
* (Por) add Str -> V3 paradigm

* (Por) small fixes

* adjust import list and add Mood to VPS

* (Por) add compoundN to ExtendPor
2018-10-03 12:51:16 +02:00
bruno cuconato
3a429730bc (Por) small fixes and add missing paradigm (#28)
* (Por) add Str -> V3 paradigm

* (Por) small fixes
2018-09-28 07:11:01 +02:00
bruno cuconato
0fa80d0f85 (Por) correct paradigm and use overloaded paradigms in Lexicon (#24) 2018-09-21 14:28:18 +02:00
odanoburu
625bf5485f (Por) Numeral: add spacing and handle case of millions (not in RGL, only in ParseExtend) 2018-09-12 18:02:49 +00:00
odanoburu
6fc46c2176 (Por) Numeral: create new oper and use it 2018-09-12 17:07:07 +00:00
odanoburu
37d4d3672c (Por) corrects edge cases in NumeralPor 2018-09-11 21:11:09 +00:00
odanoburu
26afd1c267 (Por) Extend : begin to add VPS 2018-09-06 22:32:57 +00:00
odanoburu
29c044a315 (Romance) add lins
- add AdVVPSlash, AdvVPSlash, CountNP, PartNP
- simplify opers using record extension
- rm CountNP from NounPor
2018-06-26 17:35:37 -03:00
odanoburu
49a405cdb2 (Por) change mkPrep paradigm
- add Por to Make.hs
- rm elisDe (PhonoPor)
- change mkPrep paradigm, and make necessary changes
- rm ParsePor
2018-06-20 12:31:36 -03: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
odanoburu
a29c622695 (Por) update functions to use new Irreg suffix and resolve name conflicts 2018-05-23 19:15:35 -03:00
odanoburu
41eb197da4 (Por) merge PRs #45 and #48 and solve conflicts 2018-05-23 19:07:32 -03:00
odanoburu
9e78c26433 Merge branch 'por-extra' into por-merge 2018-05-23 19:03:58 -03:00
odanoburu
71220ebaf4 (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
2018-05-17 12:46:10 -03:00
odanoburu
23c5ce2381 (Por) Diff
- sort opers
- rm old commented code
- tidy things up
- no semantic changes
2018-05-16 19:51:41 -03:00
odanoburu
8ba3bbe82f (Por) ExtendPor
- use Extend instead of Extra in All
- use Extend funs in Extra whenever possible
2018-05-16 10:38:54 -03:00
odanoburu
d0410a1b0f Merge remote-tracking branch 'origin/por' into por-extra 2018-05-16 09:58:10 -03:00
odanoburu
e926d54523 (Por) rm Spa remnants 2018-05-16 09:55:36 -03:00
odanoburu
528b15f41a (Por) correct references to extinct opers 2018-05-16 09:03:42 -03:00
odanoburu
dc9aa488a3 (Por) minor updates
- correction in Lexicon
- documentation in Morpho
- rm variants from Structural
2018-05-15 15:38:54 -03:00
odanoburu
7c33881e98 Merge remote-tracking branch 'upstream/master' into por 2018-05-15 15:37:10 -03:00
odanoburu
210e27e509 fix linearization of either/or 2018-05-11 23:41:47 -03: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
ba094d3af1 (Romance) mv numForms to CommonRomance; rm from Morpho* 2018-05-09 15:23:10 -03:00
Aarne Ranta
b8b67e8585 added an mkA case to Por 2018-05-05 10:28:15 +02:00
odanoburu
714429e95f (Por) correct destruir paradigm 2018-04-14 20:45:26 -03:00
odanoburu
2106566e85 - add missing lins tired_VP, scared_VP, ill_VP, ready_VP
- add time linearizations
- rm Spa from RNeg lin and Refl and pronouns
- use constructors (mkV, mkA, etc) when possible
- update Lexicon
- update Numeral
2018-04-14 19:21:47 -03:00
Inari Listenmaa
97b1c50ae0 (Por) remove variants from verbs 2018-04-13 14:51:02 +02:00
odanoburu
30dd37e135 - add Por to complete languages (although it's not quite there yet)
- update headers
- add Por modules to lib/src/api/
2018-03-29 20:17:39 -03:00
odanoburu
03ae67d84c rm spanish paths 2018-03-23 19:30:05 -03:00
odanoburu
2939809f45 add some more changes 2018-03-23 19:02:52 -03:00
odanoburu
22187afd1f add first changes 2018-03-14 18:59:42 -03:00
Inari Listenmaa
a742d54515 Fix punctuation to use SOFT_BIND and BIND in the whole RGL 2017-06-30 15:28:27 +02:00
aarne
cf3995d302 added a project for Portuguese as a copy of Spanish 2016-04-25 19:58:18 +00:00