Commit Graph

174 Commits

Author SHA1 Message Date
Krasimir Angelov
297f396bd2 fix PassVPSlash/PassAgentVPSlash when the Slash category contain an adverb 2023-10-08 19:46:32 +02:00
Krasimir Angelov
fdd9b98601 PlainLN was missing prepositions 2023-09-26 10:46:50 +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
531e2c2dd2 progress on the Names API 2023-08-07 21:15:48 +02:00
Krasimir Angelov
22a168198b support for measurement units 2023-07-25 19:38:43 +02:00
Krasimir Angelov
645de9955a started a separate module for names 2023-07-24 17:24:13 +02:00
Krasimir Angelov
654e02da7e guessed ApposNP 2023-04-24 12:03:14 +02:00
Aarne Ranta
edfe72514b fixed irreg verbs in DictFre; reject non-verbs in ParadigmsGer (check that infinitive ends -n) 2023-04-04 15:51:09 +02:00
Krasimir Angelov
2551040b5a PassVPSlash in ExtendFre 2023-03-08 18:51:06 +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
aarneranta
93999cd21e fixed ParadigmsFre.mkA with 2 and 3 arguments, and commented out some uncompilable entries from DictFre 2021-12-28 11:20:08 +01:00
Inari Listenmaa
b8acdddabd (Fre) Implement AForm+related opers in DiffFre 2021-10-20 10:57:40 +02:00
Inari Listenmaa
88d0217d10 (Fre) Fix bug in predicative adj + add unit test 2021-10-20 10:57:40 +02:00
Inari Listenmaa
5281c3ba71 (Fre) 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
adb1cffb75 generalize infVP to support negative VP in Romance 2021-04-27 13:18:27 +02:00
krangelov
88b3974bee extend the documentation API 2021-03-12 22:24:40 +01:00
aarneranta
6a24554928 fixed (hopefully) the rest confusions in French mkA argument order 2019-11-06 17:08:47 +01:00
Aarne Ranta
55dac61fe5 fixed the order of Fre.mkA. It should always be: SgMasc,(SgMascVoc,)SgFem,PlMasc,PlFem,Adv 2019-09-19 10:33:01 +02:00
Ehrlemark
0c14c844ca French mixed up arguments (#180)
* Corrected  mixed up order of arguments to mkAdj'

* Revert "Corrected  mixed up order of arguments to mkAdj'"

This reverts commit eea4f791e4.

* Corrected mixed up order of arguments to mkAdj'.
2019-02-20 12:45:12 +01: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
odanoburu
ba094d3af1 (Romance) mv numForms to CommonRomance; rm from Morpho* 2018-05-09 15:23:10 -03:00
Aarne Ranta
4a17d46d8b added est-ce que IAdv questions to Fre 2018-02-22 09:08:49 +01:00
Aarne Ranta
6fa7fd6706 Fre mkA improved 2018-01-21 19:01:24 +01:00
Aarne Ranta
95ca88bf02 some paradigm extensions 2018-01-21 12:18:15 +01:00
Aarne Ranta
f59d6d42f7 added ExtraFre.quel_IComp 2017-12-13 09:36:21 +02:00
Aarne Ranta
d0a65b19fd added ExtraFre.InvQuestIAdvCl 2017-12-13 09:09:39 +02:00
Aarne Ranta
72b257b9b7 ExtendFre with some definitions 2017-11-08 10:36:49 +01:00
Aarne Ranta
25433a6751 MarkupFre added 2017-10-25 20:27:47 +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
aarne
798149941a added V versions of IrregFre.*V2 verbs to make their library reuse easier 2017-06-15 12:57:41 +00:00
aarne
9c995e8592 a typo in PhonoFre.voyelle prevented from recognizing ê as a vowel 2017-05-30 16:38:40 +00:00
aarne
e05dea185c improving the smartness of ParadigmsFre.mkV, leading to over 200 improvements in DictionaryFre 2016-09-01 12:08:16 +00: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
50fc3416f1 additions and corrections to Dut,Fre,Ita needed for a dialogue system grammar 2015-09-17 09:50:52 +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