Commit Graph

50 Commits

Author SHA1 Message Date
EkaterinaVoloshina 6b5df036e3 added a contruction; fixed negation 2024-11-26 21:26:54 +01:00
EkaterinaVoloshina a338c2c60e added compounds for LN and PN 2024-03-13 16:35:58 +01:00
EkaterinaVoloshina a0a9c31745 updated AdjType 2024-03-11 11:53:39 +01:00
Krasimir Angelov 0fe84ad2cf change lincat PN to make it similar to LN and avoid storing rt and rel 2024-03-11 08:25:12 +01:00
Ekaterina Voloshina ffcff47545 updated AdjType (#454)
* updated AdjType

* fixed mkA

* fixed AdjType

* fixed numbers

* fixed numbers
2024-03-10 19:52:19 +01:00
Krasimir Angelov 53e731593d use nonExist instead of "" when the noun has no adjective 2024-02-29 20:53:21 +01:00
Ekaterina Voloshina 9193a303a5 restored compoundN (#453) 2024-02-29 19:54:28 +01:00
Ekaterina Voloshina 4b4fbbb401 modified mkPN and added preliminary structure of compounds (#452)
* modified mkPN and added preliminary structure of compounds

* added PassAgentVPSlash

* fixed PassAgentVPSlash and mkN
2024-02-29 11:14:13 +01:00
Ekaterina Voloshina 9340f73b39 fixed copulas and pushed previous updates (#447)
* fixed copula verbs

* fixed copula verbs
2024-01-13 10:33:17 +01:00
Krasimir Angelov 93fbfe8d26 added invarLN for abbreviations and foreign names 2023-11-04 18:17:59 +01:00
Krasimir Angelov 250f7ee82c a new paradigm for mkLN which adds an adjective 2023-11-04 16:45:22 +01: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 c86481df61 added compoundN 2022-08-15 06:56:46 +02:00
Krasimir Angelov 9cdb7ec37b a couple of functions necessary for the Russian WordNet 2022-08-13 22:40:13 +02:00
Inari Listenmaa a793daaf11 Merge Reflexivity and Transitivity (untested) 2020-09-23 22:47:35 +03:00
Roman Suzi f072f56f3f Fixed past passive participles full forms by adding its own stem to the verb 2020-09-12 10:47:54 +03:00
Roman Suzi 6ff11a2458 Fixed notpresent 2020-09-06 16:32:28 +03:00
Roman Suzi 1c92a0826b Some fixes and adjustments to the past pass participles 2020-09-06 16:18:01 +03:00
Roman Suzi 454164a521 Fixed reflexive preffix at the end of participles 2020-09-06 09:42:08 +03:00
Roman Suzi e679629d70 Prints to facilitate all form checks; Participles - first draft 2020-09-06 09:31:44 +03:00
Roman Suzi ecb032770e Lexicon extended 2020-08-19 23:22:11 +03:00
Roman Suzi 1665b277a0 Renamed to inflection module 2020-08-16 18:54:53 +03:00
Roman Suzi 1d726ed956 compound 2020-08-16 09:34:36 +03:00
Roman Suzi 4abec966a9 Some additions to lexicon 2020-08-16 09:03:46 +03:00
Roman Suzi 13ee63e25d Fixed direct object negation cases 2020-08-09 17:20:03 +03:00
Roman Suzi c0734bdfbb Oridnal numerals added ; many fixes 2020-08-08 20:30:28 +03:00
Roman Suzi bbbe9bbb03 Introduced transgressive as an adverb... 2020-08-05 20:31:17 +03:00
Roman Suzi 8e824083a2 Extend connected at last 2020-08-04 07:34:11 +03:00
Roman Suzi e4f9b85f53 Improvements to Number; started doc 2020-08-02 19:24:28 +03:00
Roman Suzi 979808415b fix for article 2020-08-01 08:54:01 +03:00
Roman Suzi f9437f01a9 More to constructors, using maybe now; fixes to RCl 2020-07-31 18:44:25 +03:00
Roman Suzi f22f5d4abf Fixing issues 2020-07-30 00:02:54 +03:00
Roman Suzi 1f1dec615b Solved some problems from todo 2020-07-27 18:58:09 +03:00
Roman Suzi 118240d38d dict changes; articles 2020-07-25 23:38:47 +03:00
Roman Suzi 74485ab138 More backwards compatibility changes 2020-07-24 21:32:52 +03:00
Roman Suzi f719268045 Some fixes and backwards compatibility 2020-07-24 19:41:11 +03:00
Roman Suzi 1f9e6aeaad REPLACED old Russian RG completely 2020-07-24 12:59:02 +03:00
Inari Listenmaa 78ce94be88 (Rus) Fix syntax in ParadigmsRus to show in synopsis; whitespace removal 2020-05-24 09:35:22 +02:00
Roman Suzi 8290ace214 Conjugation class Foreign is not needed, coincides with First 2020-05-23 22:05:47 +03:00
lizazim 3c31102873 Add files via upload 2018-05-02 11:01:55 +03:00
krasimir ff9f500bfd a few more morphological functions for verbs in Russian 2016-05-23 14:18:27 +00:00
Nikita Frolov 6560b46e83 RG and Phrasebook fixes
- added a paradigm for alternative plurals
- fixed usage of alternative plurals in Numerals
- added a distinction between numerals and posessive pronouns
- verb omission and appropriate cases in some uses of to be/to have 
- fixed declination of personal names
- added a gender parameter to pronouns (similar to Polish RG)
- vowel insertion before short adjective suffix
- don't generate short forms for relative adjectives (might need lexicon update)
- minor Phrasebook fixes
2012-12-27 21:04:26 +00:00
Nikita Frolov faa2b88f8b The final fix of noun phrases with cardinal numbers in Russian
The support for variation of the noun depending on what cardinal it is
used with seems to be complete by now ("one child - two children -
five children" - Russian has different plural forms for "a child" when
counting). The case agreement in noun phrases that have additional
determiners besides numerals ("three little blind mice") is fixed too.
2012-01-16 17:15:08 +00:00
Nick Frolov 78adbac1bd A tested grammar for Russian participles and gerunds. Several verbs of mixed conjugation are not covered yet, though. 2011-12-22 14:43:40 +00:00
Nick Frolov 066a859461 Improvements of Russian Phrasebook that do not rely on Participles and Numerals 2011-10-18 15:16:58 +00:00
Nick Frolov cbc14a01ab The stub of Russian Phrasebook is tweaked to start giving sane output 2011-07-07 17:10:14 +00:00
aarne 96f7004731 completed Paradigms documentation for Cat,Ita,Nor,Spa,Dan 2010-12-19 11:33:02 +00:00
krasimir a1937af69f fix the missing lock fields in several languages 2009-09-13 20:31:20 +00:00
aarne a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00