Herbert Lange
a35809e130
update large dictionary
2019-06-24 18:20:48 +02:00
Herbert Lange
0f174af5b4
avoid name clases and make number feature accessible
2019-06-24 18:19:54 +02:00
Herbert Lange
4df898a038
pluralN is actually in Paradigms
2019-06-24 18:19:09 +02:00
Herbert Lange
aa87a16b94
some manual work on dictionary. will probably be overwritten when the script is fixed
2019-06-23 16:55:15 +02:00
Herbert Lange
02130dc128
helper functions for various noun types
2019-06-23 16:51:38 +02:00
Herbert Lange
9772134edc
get some basic numerals working
2019-06-15 19:04:36 +02:00
Herbert Lange
abb3f4d60f
change type of numerals (again)
2019-06-15 19:04:08 +02:00
Herbert Lange
f5141ca77a
include numerals
2019-06-15 19:03:55 +02:00
Herbert Lange
5e10b4c541
fix problem with conjunction
2019-06-15 19:03:41 +02:00
Herbert Lange
f725562f79
ongoing work on numerals
2019-06-12 15:03:27 +02:00
Herbert Lange
8dde0246c4
some changes to the np conjunctions
2019-06-03 13:34:51 +02:00
Herbert Lange
2a3de7687f
fix some of the coordination again
2019-05-06 20:25:32 +02:00
Herbert Lange
a552ba9889
change type for conjunctions, split and overload mkConj and add placeholders into the dictionary t
2019-04-26 17:26:05 +02:00
Herbert Lange
52fee8ab4d
add coordinator parameter for missing conjunctions
2019-04-26 16:44:23 +02:00
Herbert Lange
04f1b50224
add linref for conjunctions
2019-04-26 16:44:03 +02:00
Herbert Lange
6c5f004fd2
fix wrong form in copula
2019-04-26 16:18:34 +02:00
Herbert Lange
556da2493c
add linrefs for more categories
2019-04-26 16:18:26 +02:00
Herbert Lange
73a7fe4bd0
removed extra hyphen that broke the dict
2019-03-25 14:48:10 +01:00
Herbert Lange
a2d847ce26
fix bug in compnp
2019-03-23 23:40:02 +01:00
Herbert Lange
de82d4b35b
make complememt position flexible
2019-03-23 23:39:44 +01:00
Herbert Lange
b060551802
remove ListS for the moment again because it leads to problems
2019-03-20 12:05:53 +01:00
Herbert Lange
943ce05351
replace dict symlinks with actual files
2019-03-20 12:00:45 +01:00
Herbert Lange
49ee26feb0
removed extra stuff. still available in separate branch on https://github.com/daherb/gf-rgl/tree/latin-extra
2019-03-19 16:29:23 +01:00
Herbert Lange
42a339edf6
fix symbol rule
2019-03-19 16:26:24 +01:00
Herbert Lange
07642354fe
some work on sentence conjunction
2019-03-19 16:26:10 +01:00
Herbert Lange
61ec0c3d80
recreate missinglat and remove missinglatapi instead
2019-03-04 22:15:53 +01:00
Herbert Lange
a365c82e90
add linref for category S
2019-03-04 22:14:27 +01:00
Herbert Lange
c30a33b2cb
recreating missing
2019-01-28 18:25:09 +01:00
Herbert Lange
ce13e0dee3
make links for dict files on the top level
2019-01-14 17:05:00 +01:00
Herbert Lange
58c8cf70ea
copy files over from GF-latin
2019-01-14 16:40:07 +01:00
aarne
c5a686d71c
commented out the import of ConjunctionLat in LangLat: it belongs to GrammarLat
2017-03-28 07:42:30 +00:00
aarne
e35d515647
added module MissingLat to enable RGL API. At the end of the file, there is a comment saying how to reproduce this for new languages
2017-03-28 07:39:23 +00:00
aarne
36f3d8483c
enabled import of ConjunctionLat in GrammarLat to compile the API
2017-03-28 07:38:40 +00:00
Herbert Lange
215d61956e
fixed clash between ResLat.mkAdv and ParadigmsLAt.mkAdv in latin lexicon
2017-01-26 12:06:32 +00:00
aarne
2758df3265
baseline generation of DictLatEng from William Whitaker's Words - must be revisited
2017-01-24 10:51:35 +00:00
aarne
7170642e20
BigLat = GrammarLat,DictLat
2017-01-19 15:40:20 +00:00
aarne
892f50d57d
script for building DictLat from William Whitaker's Words. Contains 35288 lemmas.
2017-01-19 14:56:43 +00:00
aarne
7a8b1caa32
added ParadigmsLat.mkAdv
2017-01-19 14:55:48 +00:00
Herbert Lange
0c24247c2a
Latin grammar: clean up and update
...
This patch removes all superfluous files from the directory, especially the
binary files in the doc folder. They are still available in the git
repository http://github.com/daherb/GF-latin which is still the main
repository for the development of the latin grammar.
The GF files are updated to a state close to the one at the end of the GF
Summer School 2015 where they were extended to support the MUSTE grammar.
2016-04-11 14:37:32 +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
aarne
9c138f9a68
Lat.VocNP issue resolved
2014-02-03 08:49:22 +00:00
aarne
96f0e436b9
missing import in CatLat causing an eval error with "no reason given"; commented out PhraseLat.VocNP that gives a mysterious PMCFG generation error
2014-02-01 13:03:08 +00:00
Herbert Lange
e556397ec7
Fix the bug that prevents latin grammar and so the complete RGL from compiling
2013-09-05 12:52:32 +00:00
Herbert Lange
b47d375547
Merge private git for latim grammar into official darcs.
...
See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf
for full git commit history
2013-09-03 17:13:58 +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
krasimir
cdd7e28d1e
fix some paths in the libraries
2009-08-25 18:42:36 +00:00
krasimir
9adc563a36
just for fun: Roman numbers in the Latin grammar
2009-07-31 11:58:22 +00:00