aarne
fbbd1981e3
fetching DictFin words by Paradigms functions
2010-12-29 10:16:10 +00:00
aarne
d1301b75f1
more efficient way of compiling Finnish compounds
2010-12-29 09:22:07 +00:00
aarne
3f9313cc0f
started project with Finnish frequency dictionary
2010-12-28 20:47:27 +00:00
aarne
ed4e07d0c2
separated the modules for compound and ordinary words in building DictFin. Both have about 40k lemmas
2010-12-28 20:17:08 +00:00
krasimir
cdebaef7ef
The GF editor now lets the user to upload his/her own grammars
2010-12-28 16:26:10 +00:00
aarne
0fd9d1f1a7
prepared Kotus to produce adjectives and compounds (by heuristics)
2010-12-28 15:33:52 +00:00
hallgren
c9ca289a7c
Fix to compile GF with GHC>=7.0
2010-12-28 13:54:18 +00:00
aarne
575c009d45
added missing instance for mkNP for Ord for backward compatibility
2010-12-28 08:49:51 +00:00
aarne
74bfd6f339
DictFin: 43k lemmas from KOTUS word list
2010-12-27 21:16:26 +00:00
aarne
90a9149a5c
started adding KOTUS verbs in Finnish
2010-12-27 13:38:22 +00:00
hallgren
34e6ed3220
Switch over start page and download page to version 3.2!
2010-12-23 20:35:36 +00:00
hallgren
6e901df635
Somewhat better release notes, but more things could be added and some thing could be explained better.
2010-12-23 19:57:41 +00:00
hallgren
363ec708ab
download: add 64-bit Linux version + more details in the instructions for building from source
2010-12-23 17:03:40 +00:00
hallgren
da4f5cf607
gf-server.cabal: changes to stop cabal from demanding hsql even when content-server is not going to be built
2010-12-23 17:02:13 +00:00
aarne
60135a52ac
synopsis with corrected Urd
2010-12-23 16:06:56 +00:00
aarne
012f3d5be1
urdu versions of hindustani files with strings
2010-12-23 15:32:53 +00:00
hallgren
ba70201b1a
Got release not from Olga's notes. They need to be fleshed out, though.
2010-12-23 15:12:31 +00:00
aarne
2f4b376b94
updated quick start
2010-12-23 15:09:31 +00:00
hallgren
5f16e3134b
build-binary-dsit.sh: make paths relative to /usr/local in the final tar file.
2010-12-23 12:40:04 +00:00
hallgren
8afbc3cbbc
Use i386 rather than i486 in binary package names
2010-12-23 12:18:11 +00:00
aarne
f2c57d32bd
typo in Constructors
2010-12-23 11:57:51 +00:00
hallgren
b2b6def050
Include Urd in the default set of languages to compile
2010-12-23 11:44:40 +00:00
aarne
e78d475b9f
french these and those
2010-12-23 11:30:32 +00:00
hallgren
ebd0262b3a
Update version number to 3.2.
...
Code freeze for generation of binary distribution packages is imminent.
2010-12-23 11:26:33 +00:00
hallgren
f2e57c401a
Add release notes file download/release-3.2.t2t. Someone should fill it in.
2010-12-23 11:21:19 +00:00
hallgren
99f1f4e370
Apply stylesheet to GF quickstart
2010-12-23 10:32:39 +00:00
aarne
02e56187d3
this_Det etc in synopsis (since they are used in tutorial)
2010-12-23 10:06:05 +00:00
aarne
9bf21b0b5e
word alignment ex in tutorial
2010-12-23 10:05:27 +00:00
aarne
314faeaffa
fixed corrupted character in tutorial FoodIta
2010-12-23 10:04:50 +00:00
aarne
f117e7b3b7
updated tutorial and quickstart for 3.2
2010-12-23 09:33:11 +00:00
hallgren
d47da82d00
Setup.hs: build both alltenses and present by default
...
Now you can specify more than one mode when building and installing the RGL.
For example to build all modes, run
runhaskell Setup.hs build alltenses present minimal
The default is to build alltenses and present, which means that a single
command,
cabal install
is enough to obtain a normal installation of GF. Without this change, additional
build and install commands would be required before you can compile example
grammars, like Foods and Phrasebook.
The build-binary-dist.sh script has been simplified accordingly.
2010-12-22 21:18:47 +00:00
aarne
e93fdce56f
restored OrigMorphoPol and OrigNounMorphoPol to make ParadigmsPol compilable
2010-12-22 17:02:01 +00:00
aarne
a8e01164e8
FoodsPes and Sofy in status
2010-12-22 14:47:54 +00:00
hallgren
060f4e1866
Documentation fixes
...
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files.
+ Add program update_html that finds all .t2t documents and updates the
corresponding .html file. It can be invoked with 'make html'.
+ Add style to some .html documents
2010-12-22 16:57:53 +00:00
hallgren
0a52aaf81d
PGF web service: make the generated index.html for pgf-http a bit more informative
2010-12-22 15:06:02 +00:00
hallgren
18338b0ee4
gf-server.cabal: update description of fastcgi flag
2010-12-22 15:05:10 +00:00
hallgren
a5b661700b
gf-server.cabal: make hsql-mysql optional like fastcgi
...
content-service depends on hsql-mysql, which depends on a C library, so like
fastcgi, only compile it if you ask for it explicitly with -ffastcgi.
2010-12-22 14:59:49 +00:00
hallgren
5dd58dfca6
gf-server.cabal: Change the default for the flag fastcgi to False
...
If you want the fastcgi server, use cabal install -ffastcgi.
This is to avoid problems when you only want to compile pgf-http and the
fastcgi library fails to install, which it usually does, since it depends on
a C library which is not installed automatically with cabal.
2010-12-22 14:49:17 +00:00
hallgren
681c5d25dd
PGF web service: Use Content-Type text/javascript from JSON output
...
The Content-Type used to be text/json, but this caused warning messages in
some web browers.
2010-12-22 14:47:35 +00:00
aarne
4c48dc3bc2
removed GF/deprecated
2010-12-22 14:11:55 +00:00
aarne
48b55ac98a
moved parts of doc to deprecated/doc
2010-12-22 14:08:42 +00:00
krasimir
9b9dbfb1d6
added GrammarsPanel in the GF editor
2010-12-22 13:51:26 +00:00
aarne
192b3b4e0a
updated GF/index.html
2010-12-22 13:06:03 +00:00
krasimir
9ae3a7b30d
tweak gf-server.cabal
2010-12-22 12:32:13 +00:00
aarne
1ae49d8eb6
refined synopsis
2010-12-22 09:57:16 +00:00
aarne
9907760974
fine-tuning the synopsis
2010-12-22 08:39:46 +00:00
aarne
1de916b76d
making synopsis work for structural words, etc
2010-12-21 23:23:20 +00:00
hallgren
0194769f05
Add build-binary-dist.sh
2010-12-21 22:18:48 +00:00
aarne
408516a189
mkNumeral for strings 1-999
2010-12-21 15:32:23 +00:00
aarne
618c06131d
structural in api examples
2010-12-21 15:31:55 +00:00