Commit Graph

128 Commits

Author SHA1 Message Date
Roman Suzi
a6fc60e2d3 Fixed ear; fixed ComplSlash complement 2020-08-01 10:25:11 +03:00
Roman Suzi
49d97eeef9 fixed one have_name_Cl case 2020-08-01 09:12:15 +03:00
Roman Suzi
979808415b fix for article 2020-08-01 08:54:01 +03:00
Roman Suzi
71868cc361 Removed unused type 2020-07-31 23:30:42 +03:00
Roman Suzi
642beb9169 Added tests, fixes, etc 2020-07-31 22:58:24 +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
14f183a577 Some fixes 2020-07-29 00:15:53 +03:00
Roman Suzi
a76a017064 fixed RelSlash; sta 2020-07-27 23:22:00 +03:00
Roman Suzi
9918e391b3 fix 400 2020-07-27 20:27:38 +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
3fc6efec77 Fixes to num size and other fixes 2020-07-25 19:32:57 +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
ea7f9aba0f Extras added to see if phrasebook will start to work 2020-07-24 16:09:49 +03:00
Roman Suzi
662b731dd0 Some tweaks 2020-07-24 13:45:01 +03:00
Roman Suzi
1f9e6aeaad REPLACED old Russian RG completely 2020-07-24 12:59:02 +03:00
Roman Suzi
1b6e193565 Fixed tvoi/moi poss pronoun pl instr in Russian RG 2020-05-31 15:18:52 +03:00
Roman Suzi
a98820a292 removed extra yu in 200- instr 2020-05-31 15:15:51 +03:00
Inari Listenmaa
1586809a94 Merge pull request #336 from inariksit/russian-documentation
(Rus) Fix syntax in ParadigmsRus to show in synopsis
2020-05-24 09:58:35 +02: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
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