Krasimir Angelov
e22bb13eda
use SOFT_BIND in front of comma
2023-10-10 09:32:56 +02:00
Krasimir Angelov
ca7d7d8fde
move TPasseSimple to Extend
2023-10-10 08:54:23 +02:00
Krasimir Angelov
ff32e9e75c
include the preposition in QuantityNP
2023-10-09 15:25:28 +02:00
Krasimir Angelov
297f396bd2
fix PassVPSlash/PassAgentVPSlash when the Slash category contain an adverb
2023-10-08 19:46:32 +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
22a168198b
support for measurement units
2023-07-25 19:38:43 +02:00
Krasimir Angelov
5d912f78a4
floating point numerals
2023-07-24 20:06:01 +02:00
Krasimir Angelov
645de9955a
started a separate module for names
2023-07-24 17:24:13 +02:00
Krasimir Angelov
7085acacc9
added GN & SN categories for constructing names
2022-12-15 08:44:42 +01:00
Inari Listenmaa
a33768ad1a
(Romance) genNum2Aform instead of explicit param
2021-10-20 10:57:40 +02:00
Inari Listenmaa
354990319d
(Romance) Move AForm from Common to Diff
...
Por,Ita: no attributive. Fre,Cat: only Sg M, Spa: Sg M+F
2021-10-20 10:57:40 +02:00
Inari Listenmaa
ef3270ae29
(Romance) Remove traces of Degree in Extend
2021-10-20 10:57:40 +02:00
Inari Listenmaa
b696b9e932
(Romance) different ComparAgr for French
2021-10-20 10:57:40 +02:00
Inari Listenmaa
862c50e936
(Romance) Remove Degree from A, new field for comp
2021-10-20 10:57:40 +02:00
Inari Listenmaa
3d703856a6
(Romance) WIP: remove comparative más,più from A
2021-10-20 10:57:40 +02:00
krangelov
9d657a6f24
move UseDAP, UseDAPMasc, UseDAPFem to the RGL and implement it for several new languages
2021-04-27 18:00:54 +02:00
krangelov
156e193d47
generalize DAP
2021-04-27 13:23:27 +02:00
krangelov
adb1cffb75
generalize infVP to support negative VP in Romance
2021-04-27 13:18:27 +02:00
krangelov
9d0555f8b8
move verb specific extensions from WordNet to the RGL
2021-03-12 18:52:47 +01:00
aarneranta
da1767b18a
including Markup in LangGer,Ita which was missing
2021-01-20 08:32:59 +01:00
Aarne Ranta
516270148f
restored contructor CommonRomance.AF as oper since it is used in various applications
2019-09-11 09:14:53 +02:00
Inari Listenmaa
2a697eebb2
Add empty implementation of ProgrVPSlash to Extend(Romance)Functor
2019-08-14 14:26:04 +02:00
Inari Listenmaa
ba911da6c3
(Extend,Romance) Add construction AdvIsNPAP ( #235 )
...
e.g. "here are the instructions documented", default implementation in common/ExtendFunctor is "the instructions are documented here".
2019-05-06 16:04:46 +02:00
Inari Listenmaa
a9fd3eec92
(Romance) Add DetNPFem
2019-04-12 09:04:59 +02:00
Inari Listenmaa
a3302848ac
(ExtendFunctor,Eng,Romance) Add construction "how to walk"
...
Default implementation: "how does one walk"
2019-04-11 11:46:58 +02:00
Inari Listenmaa
aa93136c4a
(Romance) Add copType to A2 as well
2019-04-08 14:47:54 +02:00
Inari Listenmaa
d5cf083d05
(Extend,Romance) Add SubjRelNP: force RS to be in subjunctive
...
Default implementation as RelNP in ExtendFunctor, actual implementation
for Romance.
2019-03-29 20:42:17 +01:00
Inari Listenmaa
77af5c99e6
Merge pull request #201 from inariksit/here_are_Cl
...
Extend + DictSpa
2019-03-19 09:42:12 +01:00
Inari Listenmaa
82937227bc
(Extend) Add AdvIsNP + implement it in Eng,Fin,Pes,Romance,Swe
2019-03-19 09:34:26 +01:00
odanoburu
5aedf4add6
rm trailing whitespace
2019-03-18 14:59:39 -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
de301c45cd
(Por,Spa) don't invert word order in questions most of the time
...
- don't invert in QuestIAdv either
(Romance) allow for finer-grained choice of when to invert word order
in questions
2019-02-09 12:54:54 -02:00
odanoburu
2f4db8e0bc
(Por) change copula type from bool to sum param
...
Portuguese actually has several verbs that can act as copulas,
although the main ones are ser and estar. this allows other types of
copulas to be added.
2019-01-13 18:25:53 -02:00
Inari Listenmaa
fcdcd7d6fb
Merge pull request #128 from odanoburu/romance-tense-ant
...
(Romance,Por) allow Romance Languages to choose different verb forms for the same tense/anteriority
2019-01-09 08:15:49 +02:00
odanoburu
424e65d66c
(Romance) abstract tense/anteriority choice of verb/auxiliary to oper
...
in Diff
- in preparation for changing the choices in DiffPor
2019-01-07 09:51:10 -02:00
odanoburu
b4ba6f3859
(Romance, Por, #120 ) add READMEs
...
- Romance still needs history information!
2019-01-03 11:20:26 -02:00
odanoburu
5889d5bbb3
(Romance) modify CompAP to use copTyp from adjective
2018-12-10 20:52:29 +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
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
ba094d3af1
(Romance) mv numForms to CommonRomance; rm from Morpho*
2018-05-09 15:23:10 -03:00
odanoburu
ccefcc7f16
- add missing linearizations for DetDAP and AdjDAP
...
- indentation
2018-03-28 16:00:02 -03:00
Aarne Ranta
72b257b9b7
ExtendFre with some definitions
2017-11-08 10:36:49 +01:00
Aarne Ranta
63ea92ad04
MarkupRomance and Ita
2017-10-25 19:03:14 +02:00
Aarne Ranta
77ecb64756
adjusting Fre question forms
2017-10-04 15:03:56 +02:00
Inari Listenmaa
a742d54515
Fix punctuation to use SOFT_BIND and BIND in the whole RGL
2017-06-30 15:28:27 +02:00