Commit Graph

24 Commits

Author SHA1 Message Date
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