Commit Graph

106 Commits

Author SHA1 Message Date
Roman Suzi a042a8c63c Resolved conflict in a comment 2020-05-24 09:59:08 +03:00
Roman Suzi 8290ace214 Conjugation class Foreign is not needed, coincides with First 2020-05-23 22:05:47 +03:00
Roman Suzi 8fbcd04421 redefined go, see, hate as they are not regular 2020-05-23 18:38:48 +03:00
Roman Suzi d62a48a8e8 Redefined leave 2020-05-23 18:35:58 +03:00
Roman Suzi 20f703e09c Fix fly_V 2020-05-23 18:31:25 +03:00
Roman Suzi 69c1ff669c Removed special variant of Second conj, but left one in hasConj as it is used for a different purpose 2020-05-23 18:24:03 +03:00
Roman Suzi 04bde8b4a0 Rus RG - dirty fix must_VV (dolzhen) 2020-05-21 17:26:16 +03:00
Roman Suzi c5b4f3e222 Rus RG - Also fix become_VA conjugation 2020-05-15 00:20:24 +03:00
Roman Suzi c675de3457 Fix can (moch) 2020-05-14 21:54:28 +03:00
Roman Suzi a91adff345 Corrected mkVerbPerfective to not return nonExist as it's used also in unrelated place 2020-05-09 19:59:44 +03:00
Roman Suzi ac39c90460 Fixes case for perfective/imperfective 2020-05-09 00:14:48 +03:00
Roman Suzi 61b74dc829 Fixes add_sya 2020-05-09 00:12:23 +03:00
lizazim cc5c1a9590 Add files via upload 2018-05-02 12:24:58 +03:00
lizazim d7d1e37045 Add files via upload 2018-05-02 11:13:05 +03:00
lizazim 3c31102873 Add files via upload 2018-05-02 11:01:55 +03: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 c55b4d8202 added UttInterj in Estonian, Thai and Russian 2016-06-17 15:36:23 +00:00
krasimir 4a9a2008e3 updated DocumentationRus.gf module 2016-06-09 12:33:35 +00:00
krasimir 8bde9f502d completed DocumentationRus 2016-05-23 20:22:55 +00:00
krasimir ef2c54d366 added DocumentationRus.gf 2016-05-23 14:35:09 +00:00
krasimir ff9f500bfd a few more morphological functions for verbs in Russian 2016-05-23 14:18:27 +00:00
krasimir 837fae5a50 bugfix in the Russian RGL 2016-05-12 09:44:38 +00:00
hallgren 4061d03aa2 lib/src/*/Numeral*.gf: fix inconsistent inheritance form Cat
While the abstract Numeral inherits only Cat[Numeral,Digits], some of the
concrete NumeralNNN of Numeral inherited everything from CatNNN.

Normally the compiler outputs a warning message when a concrete syntax 
contains superflous lincats, but apparently not when they get included
through inheritance...

This does not seem to cause problems in the Haskell run-time system, but the 
C run-time system fails to load PGFs with superflous lincats.

This problems shows up when creating application grammars that inherit Numeral.
The Phrasebook is an example of such a grammar.
2015-08-26 11:53:16 +00:00
krasimir a47aac0ad8 use BIND in IIDig for all languages in the library 2015-06-11 12:00:57 +00:00
hallgren 75278a5828 Adjust the -path flags in 112 RGL modules
The -path flags in the RGL modules compiled during 'cabal build' now refer 
directly to the needed source directories. References 'alltenses' and 'present'
(and the nonexistent directory 'mathematical') have been removed.

This allows the files to be compiled in any order (e.g. in parallel). In
addition, you can do things like

	gf -retain lib/src/api/TrySwe.gf

without compiling/installing any other RGL modules first, and without 
setting any other path flags or environment variables.
2014-08-18 22:26:29 +00:00
hallgren 1ccd47784d Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00
aarne 6658d248db in VerbRus, added UseCopula and fixed the problem with conditionals returning empty complements; not sure if the latter is correct in Russian though 2013-02-06 09:04:24 +00:00
aarne 26b32f3de8 added VPSlashPrep to Rus 2013-02-01 17:19:31 +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
aarne 57cf636393 added missing adverb to infinitives in Fin and Rus (but something is still omitted in Rus) 2012-12-07 14:27:22 +00:00
aarne 289965f0fc in lib/src/, make dict compiles the unilingual dictionaries to alltenses/. 2012-08-24 12:06:48 +00:00
Nikita Frolov 7322b5d74e Another batch of small Russian Phrasebook fixes 2012-01-16 22:31:02 +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 cb96d281b9 A Russian dictionary
A Russian dictionary generated from a wordlist created by the FreeLing
project. The accompanying converter can be used to convert other wordlists in
EAGLES format to GF grammars.
2011-12-31 02:36:24 +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 7d77f446a1 A fix to an overlooked bug (thanks to John for reporting) 2011-12-19 09:27:53 +00:00
Nick Frolov 592ce4c909 A tested version of Numerals
A bug is known in NP case agreement. The fix does not belong to this part of the resource grammar.
2011-12-14 16:22:43 +00:00
Nick Frolov f92e3cb0ca Symbolic and Nound fixes for Russian 2011-11-24 16:13:08 +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
aarne 981bfdcd49 ExtAdvS added to more languages 2011-09-01 07:56:29 +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 d7cd4e933b the Mixed conjugation 2011-02-27 16:36:01 +00:00
aarne 96f7004731 completed Paradigms documentation for Cat,Ita,Nor,Spa,Dan 2010-12-19 11:33:02 +00:00
aarne 8a932e3c30 CompCN added to Ger Fin Dut Rus Pol 2010-12-07 20:23:57 +00:00
aarne dc58a51c4f added Question.AdvIAdv and correcponding entry of mkIAdv in API 2010-04-29 05:55:59 +00:00
aarne 78244926f1 new Utt constructors for AP, Card 2010-03-28 20:13:15 +00:00
aarne e6f7489ad7 took tense linearizations apart from Common/Cat to Tense, for bettter structure of lib 2009-12-03 10:53:14 +00:00
aarne 795d9a2172 paths in Symbol modules; present in ResRon (not complete) 2009-10-05 12:54:17 +00:00