Commit Graph

8906 Commits

Author SHA1 Message Date
aarne
0f1aa6e669 added a note that the green translation comes from the phrasebook 2014-06-20 07:12:31 +00:00
aarne
d6e9fb5edf Fin prepositions with possessive suffixes had a double BIND token ; placement of "luo" etc in DictionaryFin 2014-06-20 07:03:49 +00:00
aarne
61f921136a some probabilities in app.probs to recognize languages and pronouns 2014-06-20 06:31:09 +00:00
aarne
f50009de83 a couple of fixes in Fin and Swe dictionaries 2014-06-20 06:28:33 +00:00
kr.angelov
f0ced4da99 added word in DictionaryBul 2014-06-19 19:00:34 +00:00
aarne
66012e47bc restored some functions in PhrasebookDut to make it complete again 2014-06-19 18:08:03 +00:00
aarne
7e8bc5fd85 style0 in app.html to preserve colours in table cells 2014-06-19 17:44:06 +00:00
hallgren
ce116459e9 css/style0.css: like css/style.css but without changing the default table style 2014-06-19 17:42:37 +00:00
aarne
49b4eac8ad language status in app help file as table ; less text 2014-06-19 17:42:03 +00:00
aarne
1869234dc4 language status information in demo app and translation documents 2014-06-19 17:41:34 +00:00
hallgren
fc49815f32 Demo page: fix the link to the android app 2014-06-19 17:05:21 +00:00
hallgren
42e0e1b78c Demo page: add links to the wide coverage translation page and the android app 2014-06-19 17:00:23 +00:00
hallgren
af9fbed84e WebSetup.hs: PhrasebookLav works again 2014-06-19 16:58:33 +00:00
inari
8fbec7d9ed revert AWant in WordsDut back to using niet as negation 2014-06-19 16:55:13 +00:00
inari
66b2858606 reverted AWant back to using niet negation 2014-06-19 16:51:55 +00:00
aarne
a7b9e9f225 nationality nouns and adjectives in Dictionary: triples like french_A, frenchMasc_N, frenchFem_N. frenchman_N etc should be under frenchMasc_N maybe as the first variant, so that uniform structure is preserved. Fully implemented for Eng Fin Fre Swe, partially for other languages. 2014-06-19 16:35:40 +00:00
aarne
aad954a8f5 fixed notpresent flags in ResDut.gf so that it compiles with the -present option 2014-06-19 16:20:01 +00:00
aarne
8cb9364af0 renaming in PhrasebookDut to avoid name clash in App 2014-06-19 16:09:15 +00:00
aarne
27a60479b6 a couple of fixes in Phrasebook ; should compile now 2014-06-19 15:55:39 +00:00
hallgren
8ba34cb652 debian/rules: a hack to put the python binding in the right directory
The setup.py script puts it under site-packages, but python only looks under
dist-packages...
Also some minor changes for 'make deb' in Makefile
2014-06-19 15:45:55 +00:00
inari
d6ee595aa9 Add some more constructions with geen as negative in WordsDut 2014-06-19 15:05:34 +00:00
inari
7cc6787454 Overload partV ; fix typo in IrregDut ; fix word order in subordinate clauses in ResDut 2014-06-19 15:04:36 +00:00
hallgren
b953e782f6 debian/rules: fix bug that prevented the Python binding from being included 2014-06-19 13:39:03 +00:00
kr.angelov
dae5d77859 fix in Dictionary.gf 2014-06-19 13:32:47 +00:00
kr.angelov
d99043e357 remove some garbage from DictionarySpa.gf 2014-06-19 13:26:23 +00:00
hallgren
a4c56fe345 Update the GF shell reference manual 2014-06-19 10:58:35 +00:00
kr.angelov
0a536096e5 estimate the new values in app.probs as best as I can given the many grammar changes that were not reflected 2014-06-19 10:55:53 +00:00
hallgren
c2e17662b7 lib/tests/french/bescherelle: rename files containing non-ASCII characters 2014-06-19 10:43:07 +00:00
kr.angelov
1af0af63b9 remove some entries and split others in all dictionaries. The change are caused by the new inventory of names in Construction 2014-06-19 10:07:12 +00:00
inari
c8b5e03e6a fixed negation in PhrasebookDut 2014-06-19 10:02:23 +00:00
inari
7db004d2f6 small cleanup 2014-06-19 09:57:23 +00:00
inari
8508b8be01 Major changes in Dutch: word order fixes, add particle verbs, fixes in verb smart paradigms 2014-06-19 09:54:48 +00:00
hallgren
158519624e runtime/c/setup.sh: use make -j to speed up compilation
The configuration script takes significantly longer to run than the compilation
of all the C code, which is a hint that is in need of a major simplification.
2014-06-19 09:26:44 +00:00
kr.angelov
f0e7abc04d fixes in DictionaryBul.gf 2014-06-19 08:32:38 +00:00
kr.angelov
5fc4a46ddc remove a few duplicated entries in Dictionary.gf 2014-06-19 08:32:03 +00:00
aarne
6f7570fa30 release notes: record update and RGL updates 2014-06-19 07:18:24 +00:00
aarne
c6e2d63e04 updated synopsis 2014-06-19 07:18:08 +00:00
aarne
0e613f1029 section on record update in gf-refman 2014-06-19 07:10:43 +00:00
hallgren
e9869da5e2 Include the Python binding to the C run-time system in Debian packages 2014-06-19 00:43:53 +00:00
hallgren
c293812c79 WebSetup.hs: skip PhrasebookLav for now 2014-06-19 00:20:31 +00:00
hallgren
131ef1f444 Compile example grammars during the build phase instead of the install phase
This allows more errors to be detected by the build bot.
TODO: fix the gf --output-dir flag, which does not seem to change where PGF
file are put.
2014-06-18 23:57:45 +00:00
aarne
5146f4aaba enabled more from Construction in App 2014-06-18 16:20:53 +00:00
hallgren
7b1ad9de51 build-binary-dist.sh: updated to include the Python binding to the C run-time
There are also some changes in src/runtime/python/setyp.py to support this.
2014-06-18 16:09:46 +00:00
aarne
8157a3cc75 correction in app/README 2014-06-18 15:59:56 +00:00
aarne
7ec57cc035 path in AllBul to work with Construction ; potential clash in ConstructionHin 2014-06-18 15:55:01 +00:00
aarne
7ee4b14b08 quick hack: changed cat name Language to LAnguage in Phrasebook to avoid clash with Construction.Language in App 2014-06-18 15:38:11 +00:00
kr.angelov
43ad739cb7 added ConstructionBul in TranslateBul 2014-06-18 15:32:26 +00:00
kr.angelov
e3d4d6661a added ConstructionBul.gf 2014-06-18 15:28:07 +00:00
aarne
f150f4ce44 geonames in DictionaryHin ; partial implementation of ConstructionHin from Phrasebook and Wiktionary ; to be checked by an expert 2014-06-18 15:01:04 +00:00
aarne
2c6bdaf5ad ConstructionSpa added ; to be verified by someone who knows the language better 2014-06-18 13:57:05 +00:00