Commit Graph

135 Commits

Author SHA1 Message Date
Krasimir Angelov
1308eb85d9 fix type errors detected by the new type checker 2025-08-07 13:35:36 +02:00
Aarne Ranta
7d631fafa2 put RelVPS into RomanceFunctor and also inherited other VPS functions from there 2024-07-26 17:22:17 +02:00
Aarne Ranta
78fc625174 added VPS functions to Romance Extend modules 2024-07-26 16:47:43 +02:00
Aarne Ranta
71f3b2dc78 MakeStructural.mkDet in Ita and Por 2024-07-25 11:55:55 +02:00
Aarne Ranta
03e81a3fab ImpP3 in Ita, Swe ; order fixed in Fre (but not necessarily the only correct one) 2024-05-07 15:53:33 +02:00
Aarne Ranta
bb5107fa99 added GenRP to Extend Fin,Fre,Ger,Ita,Swe 2024-03-20 16:34:30 +01:00
Krasimir Angelov
a8b0e5d94b comma instead of dot and space separator in Romance decimals 2024-01-31 12:02:46 +01:00
Krasimir Angelov
e97205e04d fix the word order for superlatives 2023-11-04 15:04:15 +01:00
Krasimir Angelov
01e5165537 make CompoundN more flexible 2023-10-25 11:19:00 +02:00
Krasimir Angelov
17da1893d7 esto/isto in Spanish/Portuguese 2023-10-16 16:20:42 +02:00
Andrea Carrión
3640421022 Updating romance langs (mkMU) (#442)
* updating romance langs for percentage in Spa

* Delete Setup_compare.hs
2023-09-12 10:29:33 +02:00
Arianna Masciolini
578112713a fix ita terminology (#440) 2023-08-23 20:29:19 +02:00
Arianna Masciolini
5674812a8c Merge branch 'GrammaticalFramework:master' into master 2023-08-23 13:16:46 +02:00
Arianna Masciolini
68b9e4b327 use det 'lo' instead of 'il' even when next word starts with y in ita 2023-08-23 13:14:39 +02:00
Krasimir Angelov
39e01f04ab another typo 2023-08-22 15:56:33 +02:00
Krasimir Angelov
7758291f8e fixed typo 2023-08-22 15:54:33 +02:00
Krasimir Angelov
fb398c603e The new Decimal API 2023-08-21 20:14:26 +02:00
Krasimir Angelov
6bc965f6c2 the names API in more languages 2023-08-16 19:39:22 +02:00
Krasimir Angelov
1b696739be mkLN in Catalan, Italian and Portuguese 2023-08-07 15:59:19 +02:00
Krasimir Angelov
22a168198b support for measurement units 2023-07-25 19:38:43 +02:00
Krasimir Angelov
cb26429655 added missing param 2023-07-24 20:01:56 +02:00
Krasimir Angelov
645de9955a started a separate module for names 2023-07-24 17:24:13 +02:00
aarneranta
9c96fc6653 added Extend.PassVPSlash to Ita, Spa 2023-03-20 13:02:12 +01:00
Arianna Masciolini
817f6702b1 more cases where lo is used(and not il) 2023-03-10 18:13:25 +01:00
Krasimir Angelov
828bf9c677 extend the names API 2023-02-07 08:47:34 +01:00
Krasimir Angelov
7085acacc9 added GN & SN categories for constructing names 2022-12-15 08:44:42 +01:00
Krasimir Angelov
b066fb4d35 extended Numerals API. moved from the WordNet grammar 2022-10-21 20:50:49 +02:00
Inari Listenmaa
8a66158961 (Ita) Fix bug in good_A 2021-10-20 10:57:40 +02:00
Inari Listenmaa
258cd95cca (Ita) Implement AForm+related opers in DiffIta 2021-10-20 10:57:40 +02:00
Inari Listenmaa
47ea6a6830 (Ita) Update A,A2 to not have Degree 2021-10-20 10:57:40 +02:00
aarneranta
b6f37abe91 ExistNPAdv in Fre and Ita 2021-06-09 18:19:24 +02:00
krangelov
88b3974bee extend the documentation API 2021-03-12 22:24:40 +01:00
aarneranta
da1767b18a including Markup in LangGer,Ita which was missing 2021-01-20 08:32:59 +01:00
aarneranta
0b1149d509 some fixes in ParadigmsIta to help extract from FreeLing 2020-11-30 13:16:14 +01:00
odanoburu
76bf6b7363 (Cat,Ita) add stub implementations of Extend
- using ExtendRomanceFunctor
- can't compile ExtendFre using ExtendRomanceFunctor though..
2019-03-18 14:58:42 -03:00
odanoburu
1f5e62299e (Romance,Por,Spa) refactor Extend{Por,Spa} into ExtendRomanceFunctor
- couldn't get a functor on top of another working in GFSS2018, so now
  we just copy the relevant definitions from ExtendFunctor and add the
  Romance-specific ones
- add stare_V to DiffRomance (and essere_V for symmetry) so that we
  can use it in ExtendRomance; using Latin verb name for fairness;
- add two missing lins to ExtendFunctor

  + related changes
2019-02-13 13:00:52 -02:00
odanoburu
ffaa701197 (Romance) add copTyp to adjectives
- so that one can force the use of a copula verb
- before this, a sentence like "he was ready when I saw him" would be
  translated as "ele era pronto quando eu o via" in Portuguese,
  instead of using the estar copula
2018-12-10 19:46:21 +02:00
Inari Listenmaa
dadcd386c9 (Romance) Attributive and predicative adjective forms (#93)
* (Fre,Por) accomodate changes to Romance adjectives
- to support Spanish buen/bueno, gran/grande and catalan bo/bon

* (Cat) Update paradigms to allow predicative and attributive forms of adj

* (Spa) fix argument order in Spanish adjective paradigms

* (Eng) fix missing paradigm invarA

* (Spa) Flip order of args in mkAdj constructor
2018-12-05 19:16:35 +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
odanoburu
5bf1e1d10a (Romance, #38) rm numForms from Morpho{Cat,Ita} 2018-05-09 15:59:20 -03:00
John J. Camilleri
b9d7335125 3 more irregular Italian verbs 2018-02-01 09:56:23 +01:00
John J. Camilleri
ce0dc26ff3 Ita: add variant spelling of fare verb conjugation
e.g. soddisfacciano/soddisfino
See http://www.wordreference.com/conj/ItVerbs.aspx?v=soddisfare
2018-01-26 15:35:44 +01:00
John J. Camilleri
2f75ef042c Ita: add incidere 2018-01-26 08:56:03 +01:00
John J. Camilleri
9744939e45 add rendere_V in IrregIta 2018-01-22 20:39:36 +01:00
John J. Camilleri
4ac49cf207 A few more irregular verbs in Italian 2018-01-11 13:58:27 +01:00
John J. Camilleri
43a28f6237 Add some irregular verbs in Italian 2018-01-09 15:42:13 +01:00
John J. Camilleri
13330bd983 Add LibraryBrowserIta. Add mkQuant, mkDet to MakeStructuralIta. 2017-12-08 14:09:47 +01:00
John J. Camilleri
2aaecd8927 Italian nouns: special case for -ccia/-cce 2017-11-29 15:30:55 +01:00
John J. Camilleri
fae112f5f5 Italian nouns: smart paradigm aslo does -ico -> -ici, as with adjectives
Added for symmetry, although the rule seems less clear-cut for nouns
2017-11-27 14:16:32 +01:00
John J. Camilleri
980a4c9246 Italian adjectives: special case for -ico -> -ici
e.g. "unico" should be "unici" in m.pl., not "unichi"
Probably applies to nouns too
2017-11-27 09:53:02 +01:00