Commit Graph

41 Commits

Author SHA1 Message Date
Krasimir Angelov
fb398c603e The new Decimal API 2023-08-21 20:14:26 +02:00
Inari Listenmaa
71782b8e04 Merge pull request #342 from inariksit/japanese
Fixes in Jpn adjectives
2020-06-12 15:40:59 +02:00
Inari Listenmaa
27f7d5397a (Jpn) Make VerbalA work for other verbs than iru 2020-06-12 14:00:18 +02:00
Inari Listenmaa
3dc17b2f4b (Jpn) Replace bar = {x = foo.x ; …} with extension: bar = foo ** {…}
Checked with gftest that the operation didn't change anything.
2020-05-20 16:08:04 +02:00
Inari Listenmaa
9d5555d393 (Jpn) Automatic whitespace removal 2020-05-20 16:04:21 +02:00
Inari Listenmaa
306aae28bd (Jpn) Keep the old prepositive in CN after AdvCN 2020-05-20 15:59:32 +02:00
Inari Listenmaa
b215395044 (Jpn) Remove space between te-form and iru in verbal adj 2020-03-31 15:23:23 +02:00
Inari Listenmaa
79262fb73f (Jpn) Automatic whitespace adjustment 2020-03-31 15:22:19 +02:00
Inari Listenmaa
c9d6c03831 (Jpn) Add more examples to mkN documentation 2020-02-17 16:54:39 +01:00
lizazim
7b1587a735 corrected conjunction of APs 2020-02-17 17:24:59 +02:00
lizazim
5353b8082b added 2 functions to mkN 2020-02-17 17:23:25 +02:00
lizazim
da6836f53c changed some counters 2020-02-17 17:20:43 +02:00
Inari Listenmaa
92fdf5b799 (Jpn) Revert misunderstood fix about replaceCounter + update docs 2020-02-11 16:17:32 +01:00
Inari Listenmaa
cefb149530 (Jpn) Fix bug in DetCN: missing cn.s when counterReplace=True 2020-02-11 15:28:19 +01:00
Inari Listenmaa
75a5ea0cf1 (Jpn) Fix formatting issues in ParadigmsJpn, for producing API docs. 2020-02-11 13:41:55 +01:00
Inari Listenmaa
02f8015213 (Jpn) Export Animacy from ResJpn 2020-02-11 13:30:38 +01:00
Inari Listenmaa
8f039dfc1e Document Japanese paradigms better. 2020-02-11 13:16:15 +01:00
Inari Listenmaa
2eefb1b74b remove some redundant code from NounJpn 2017-07-04 16:23:28 +02:00
Inari Listenmaa
bf4313f38e add more time expressions to ConstructionJpn, and fill SymbolJpn (might be wrong though) functions. 2017-07-04 16:22:37 +02:00
Inari Listenmaa
d819db35f3 Add weekdays and some weekday adverbs into ConstructionJpn 2017-07-03 14:26:26 +02: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
c218cc4cf0 a minimal implementation for DocumentationTha and DocumentationJpn which is enough for showing the lexical definitions 2015-11-16 20:02:11 +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
aarne
56ce8d4a94 inheriting Extra in ExtraJpnAbs 2015-01-19 09:00:57 +00:00
lizazim
2f2c9254c2 Jpn19.01.15 2015-01-19 09:51:31 +00:00
lizazim
f963602ec6 Jpn13-01-15 2015-01-13 16:08:05 +00:00
lizazim
737809fe98 patchJpn 2015-01-07 23:44:49 +00:00
aarne
87dbe01291 added some default paradigms to ParadigmsJpn to enable Phrasebook implementation. These are one-string mkN, mkV, mkV2, as well as mkAdv and mkPrep. A Japanese expert should check them. 2014-11-15 09:40:08 +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
aarne
2df97cbeac tried to change Jap to Jpn everywhere 2012-06-11 20:08:14 +00:00
lizazim
6944b8644d JPN 2012-06-10 21:38:10 +00:00
aarne
494acd3c31 fixes to Ja 2012-06-01 13:43:24 +00:00
aarne
f0f51c69e1 ExtraJapAbs.gf added, new try 2012-05-29 15:38:20 +00:00
aarne
1bfd826fdf ExtraJapAbs.gf added 2012-05-29 13:55:30 +00:00
aarne
a17e6c046f Liza's patch to Jap 2012-05-29 07:18:16 +00:00
aarne
a6bea45ea7 Japanese added to RGL Make and synopsis 2012-05-07 12:31:34 +00:00
aarne
fdd075b6d5 new japanese from Liza 30 April 2012-05-07 11:31:05 +00:00
aarne
de897f1f60 Japanese RGL by Liza Zimina - almost complete! 2012-04-18 11:29:32 +00:00