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
aarne
180ba3b9d9
ConstructionsDut and geonames in DictionaryChi (including some in Latin letters without spaces)
2014-06-18 13:14:51 +00:00
hallgren
12210ebb61
Fix like_Subj in translator/DictionarySwe.gf
2014-06-18 12:12:45 +00:00
aarne
aeb0205ecd
geonames in DictionaryDut
2014-06-18 12:00:25 +00:00
aarne
fbb60d97a4
geonames in DictionarySpa and Ita
2014-06-18 11:57:59 +00:00
aarne
2fa70fdda5
added ConstructionIta
2014-06-18 09:57:17 +00:00
kr.angelov
c9dc7db3dd
a small change in the keyboard layout for Android to make it more user friendly
2014-06-18 09:51:44 +00:00
aarne
08e27cd56e
moved Names to Construction, to make the structure simpler ; use months and weeks as PN's as well
2014-06-18 09:27:57 +00:00
kr.angelov
447faf108e
filter out identical duplicated translations from the Android UI
2014-06-18 09:17:33 +00:00
aarne
97b0294208
typo in ConstructionFin giving a type error
2014-06-18 08:17:07 +00:00
kr.angelov
e5a4a005a5
complete set of names in DictionaryBul
2014-06-18 08:06:52 +00:00
aarne
ad519cd44a
coercions from special categories in Construction to N and PN
2014-06-18 06:29:34 +00:00
hallgren
99321ad0d3
gf.cabal: add a maintainer field
2014-06-17 20:55:13 +00:00
hallgren
24975e4935
Some updates to the GF 3.6 download page and release notes
2014-06-17 20:25:58 +00:00
aarne
324123215f
geonames in DictionaryFin
2014-06-17 20:22:42 +00:00
aarne
4b33f8044a
geonames in DictionaryFre
2014-06-17 19:40:41 +00:00
aarne
613594d732
moved lexical parts of Construction to Names, and added Language names there ; implemented for the six old Construction languages
2014-06-17 19:12:18 +00:00
kr.angelov
84a26357e2
DictionaryGer with named entities. In addition the dictionary is reformatted to make it more similar to Dictionary(Eng|Bul|Swe)
2014-06-17 19:04:59 +00:00
aarne
b6881e1521
ParadigmsFin.foreignPN, to deal with foreign names
2014-06-17 15:45:57 +00:00
normundsg
c389b71096
Redirecting grammaticalframework.org/framenet to remu.grammaticalframework.org/framenet
2014-06-17 15:24:45 +00:00
hallgren
bfac5faac1
Compute/ConcreteNew.hs: eliminate selections from wildcard tables
...
This patch also includes some commented out code that was used to search for
the source of code size explosions and an eta expansion bug.
2014-06-17 14:47:55 +00:00
hallgren
b78751d50a
doc/gf-developers.t2t: quick note on how to compile the C run-time system
...
Also a few other minor updates.
2014-06-17 14:17:59 +00:00
hallgren
45a719f1c3
build-binary-dist.sh: updated to include the C runtime system in binary tarballs
...
Also moved it to the bin directory.
Run it with 'bash bin/build-binary-dish.sh'.
2014-06-17 13:56:59 +00:00
hallgren
e783712fde
Setup.hs: System.Cmd is deprecated, import System.Process instead
2014-06-17 13:27:14 +00:00
hallgren
f2d60380c6
gf-cloud-api.html: fix a broken link
...
Thanks to Dana Dannells.
2014-06-17 08:45:13 +00:00
kr.angelov
b1b4337242
> 2000 names in DictionarySwe
2014-06-17 08:19:07 +00:00
kr.angelov
7d713d1687
now the named entities recognizer returns dictionary entries if the name is known
2014-06-17 06:57:12 +00:00
hallgren
bbeca32a43
src/runtime/c/setup.sh: executable version of INSTALL, used from debian/rules
2014-06-16 23:28:12 +00:00
hallgren
7cc07b755b
debian/rules: include the C run-time system when building .deb packages
2014-06-16 20:12:44 +00:00
aarne
dd567ba559
started checking Fre words in French frequency order
2014-06-16 20:32:05 +00:00
aarne
7df3031f7c
merged Inari's changes in DictionarySpa
2014-06-16 18:50:18 +00:00
inari
d7928f6980
TopDictionarySpa first 2153 words
2014-06-16 14:22:07 +00:00