Krasimir Angelov
761597ad8c
move NumeralX.inc to ParamX since it is used in many places
2026-03-03 14:34:52 +01:00
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
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
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
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
Jordi Saludes
d97b1ebbce
Include 'tossir' verb (to cough) into CA Bescherelle ( #380 )
...
Fixed cough_V 'tossir', paradigm implemented as version of cosir/31.
2021-10-20 11:00:33 +02:00
Inari Listenmaa
da7309e6b5
(Cat) Fix bug in good_A
2021-10-20 10:57:40 +02:00
Inari Listenmaa
38cdfc8efe
(Cat) new instance of prefA
2021-10-20 10:57:40 +02:00
Inari Listenmaa
445c4f5187
(Cat) Implement AForm+related opers in DiffCat
2021-10-20 10:57:40 +02:00
Inari Listenmaa
9620c738c5
(Cat) Update A,A2 to not have Degree
2021-10-20 10:57:40 +02:00
krangelov
88b3974bee
extend the documentation API
2021-03-12 22:24:40 +01:00
krangelov
4e64e46d1c
cosmetic change
2019-04-26 13:19:43 +02:00
krangelov
d198436d7d
extensions and corrections in BeschCat to be compatible with FreeLing. Some of the diffs were plain bugs in the original module
2019-04-26 13:06:57 +02:00
krangelov
f8a0b2739d
replace empty variants with nonExist
2019-04-15 08:43:36 +02:00
Inari Listenmaa
d96db3992b
(Cat,Por,Spa) Export CopulaType and {ser,estar}Copula in Paradigms
2019-03-29 12:29:48 +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
32bde9dd1b
(Cat) improve Catalan imperative
2019-02-06 11:19:55 -02:00
Inari Listenmaa
93679cbcb2
(Cat) add example of a known issue in README
2019-01-04 10:24:21 +02:00
Inari Listenmaa
4f4cfeb60d
(Cat) add README.md
2019-01-04 09:54:42 +02:00
Inari Listenmaa
ba8af5ffce
Merge pull request #98 from odanoburu/romance-ap-copula
...
(Romance) add copTyp to adjectives
2018-12-13 10:50:14 +02:00
Inari Listenmaa
0479820b8f
(Cat) Add per as another preposition that fuses with article
2018-12-11 16:38:24 +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
Inari Listenmaa
a742d54515
Fix punctuation to use SOFT_BIND and BIND in the whole RGL
2017-06-30 15:28:27 +02:00
krasimir
52e9076641
add ready_VP in Constructions
2016-07-05 09:49:30 +00:00
krasimir
c0ed747ba6
added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages
2016-07-05 06:22:06 +00:00
krasimir
54cf5ce0c8
added tired_VP in Constructions
2016-07-04 21:15:00 +00:00
krasimir
d50eda20ca
change in the Documentation module to accomodate topics visualization
2015-11-29 08:01:07 +00:00
krasimir
1b8129145a
now the Documentation module contains a category Definition which is used to generate definitions and examples for words in the App.
2015-11-16 14:57:32 +00:00
aarne
9f571b05d8
made Lexicon.give_V3 ditransitive in a number of languages; corrected the default order for V3 in Romance (was accusative dative, now the other way around as it should be)
2015-10-15 14:43:20 +00:00
aarne
ab36e5ce8f
copula in romance: ser/estar for Cat,Spa, just essere/etre in Ita,Fra. Controlled by the param type CopulaType in DiffRomance.
2015-07-20 13:41:01 +00:00
krasimir
b3130736e4
the Android app now can show Glosses from WordNet
2015-07-01 09:44:56 +00:00
krasimir
a47aac0ad8
use BIND in IIDig for all languages in the library
2015-06-11 12:00:57 +00:00
aarne
ce813e2cc0
resolved conflicts in Catalan
2014-12-04 06:53:13 +00:00