Commit Graph

8906 Commits

Author SHA1 Message Date
inari
a682ea0a29 500 words in TopDictionaryFin 2014-04-23 10:58:27 +00:00
aarne
2a5ed29a30 improved possessive ProDrop in Fin RGL and translate so that it no more returns metavariables in parsing 2014-04-22 19:50:45 +00:00
aarne
4b74c79c27 updated app.html with images and a link where a real app can now be found 2014-04-22 17:18:50 +00:00
aarne
b1ca00dc5f some edits in app help ; special lexer for Fre,Ita commented out as it is no longer needed 2014-04-22 16:00:54 +00:00
aarne
96c91999c8 restored BIND in Fre and Ita now that they work in C runtime 2014-04-22 15:41:12 +00:00
hallgren
f7a64de783 Some work on the download page and release notes for the next release of GF
Please add things you think are imporant to mention to the release notes!
2014-04-22 14:45:37 +00:00
hallgren
9135f93e51 gf.cabal: require base>=4.3
This makes it explicit that we no longer support compiling GF with GHC 6.12
(which is 4 years old and comes with base-4.2).
2014-04-22 14:38:33 +00:00
kr.angelov
68c8d3cba8 bugfix in the handling of BIND in the C runtime 2014-04-22 13:53:18 +00:00
hallgren
1a1ca2f618 gf.cabal: add GF builtin default -K64M. Enable parallel compile with ghc>=7.8
+ Programs compiled with ghc<7.8 have a default built-in 8M stack size limit.
  With ghc>7.0 this built-in default can be changed, so it is now 64M, allowing
  GF to work with larger grammars without manually increasing the stack size.
  (But if GF is compiled with ghc 6.12, the built-in default is still 8M.)

+ Enable ghc>=7.8 support for compiling modules in parallel, to speed up the
  compilation of GF.
2014-04-22 12:43:24 +00:00
kr.angelov
0b29b041b3 fix in the renaming 2014-04-22 11:55:22 +00:00
kr.angelov
e054e8e087 rename DGTranslator to Human Language Compiler. Added a new logo 2014-04-22 11:53:16 +00:00
aarne
3abe28319c a copy of app help file as demos/app.html 2014-04-21 08:45:32 +00:00
aarne
8a5ee1f072 some edits in app help 2014-04-21 08:40:38 +00:00
aarne
1eb590fc83 feminine pronouns in translation Dictionary ; to check in Bul and Hin 2014-04-21 08:21:21 +00:00
aarne
371265b756 corrected the inflection of potere_V in Ita 2014-04-21 07:51:36 +00:00
aarne
4ee1c27747 ExtraFre.ce_Pron added 2014-04-21 07:26:12 +00:00
aarne
90161e6fec rewrote SentenseChi.AdvSlash to prevent looping with unknown tokens ; the rule is right, but the cause of looping should be found 2014-04-20 07:41:57 +00:00
inari
0786fc84b7 ~100 words of TopDictFin 2014-04-17 15:59:21 +00:00
hallgren
3fd6dc90f9 Wide Coverage Demo web app: more client side caching
For example, you can now reorder paragraphs by cut & paste, without causing
anything to be sent to the server for re-translation.

Also some color & layout tweaks.
2014-04-17 13:48:00 +00:00
hallgren
0c04bdb4b9 translator/DictionarySwe.gf: fix learn_V
Copied from LexiconSwe.gf.

Also a small fix in lib/src/Makefile.
2014-04-17 13:15:23 +00:00
kr.angelov
d8e5206e7f now word completion from Java works. It could be made better 2014-04-17 11:00:27 +00:00
hallgren
d2f48f8156 Wide Coverage Demo App: show a word-for-word translation if all else fails 2014-04-16 15:37:09 +00:00
hallgren
5c79b1d8bd PGF web API: adding the command c-wordforword
It has the same parameters and result format as c-translate, but it does
the translation word for word. (To be used as a last resort).
2014-04-16 15:24:23 +00:00
aarne
5fe4536925 edits in App help ; name suggestion "Language Compiler" ; sepApo(), a quick fix to French and Italian elision in the App 2014-04-15 22:02:06 +00:00
aarne
7527edf2d5 disabled binding of elision in Ita and Fre, temporarily, to make more inputs parsable 2014-04-15 21:26:58 +00:00
aarne
8873582fde removed clash in AppFin imports 2014-04-15 21:26:33 +00:00
aarne
1d06b85321 added some missing DictionaryIta entries, however without checking all intermediate entries 2014-04-15 20:13:24 +00:00
aarne
4088b36fdb added missing words up to BNC 3000 in DictionarySwe ; not all intervening words checked however 2014-04-15 19:38:51 +00:00
aarne
651449a87d fixes in DictionaryFin - mainly missing lin's up to BNC 2000 2014-04-15 16:40:18 +00:00
hallgren
210f28ca4b PGF web API: add commands lookupmorpho and c-lookupmorpho 2014-04-15 14:50:38 +00:00
inari
ede6ba462c Fix ExistIP in IdiomCat + more smart paradigms for verbs in ParadigmsCat 2014-04-13 10:59:07 +00:00
aarne
0c8538aed7 carried over the Swe corrections to TopDictionarySwe to keep it in sync 2014-04-13 16:55:44 +00:00
aarne
926ce1d9c1 corrected 200+ incorrect verb inflections in DictionarySwe ; there may be more 2014-04-13 16:52:06 +00:00
aarne
677c5cdac9 CompoundAP in translator/Extensions, e.g. language(-)independent. Implemented for all but Bul,Hin 2014-04-13 10:37:58 +00:00
aarne
df7e50b5fb DictionarySwe now checked up to 1800 2014-04-13 09:43:53 +00:00
aarne
677c97a958 enabled VPI_Chunk in Dut ; a couple of Dictionary fixes 2014-04-12 07:08:52 +00:00
hallgren
93d14368b2 gftranslate.js: switch to Translate11.pgf 2014-04-11 20:08:12 +00:00
aarne
a45d9408fc Dut added to android Translator.java 2014-04-11 19:47:50 +00:00
aarne
450e4e5959 App11.pgf in Makefile 2014-04-11 18:56:59 +00:00
aarne
faad066354 corrected the position of agent in Romance passives 2014-04-11 18:55:24 +00:00
aarne
8159966dc5 checked beginnings of DictionaryIta (350) and DictionarySpa (around 100, not an expert) 2014-04-11 18:35:02 +00:00
hallgren
43319eb0b7 Wide Coverage Demo App (gftranslate.js): use a special lexer for Chinese. 2014-04-11 18:39:12 +00:00
aarne
98304d0553 do_V in Spa and Ita 2014-04-11 16:13:52 +00:00
aarne
971f450c6d big DictionaryDut from Wiktionary - very noisy for common words, but works 2014-04-11 16:04:32 +00:00
hallgren
9f3235c29f Simple Translator: use colors to indicate translation quality 2014-04-11 15:00:15 +00:00
aarne
d6d4933647 experimental AppDut added 2014-04-11 07:49:34 +00:00
kr.angelov
1e177ed6a9 named entities in the Android App 2014-04-11 12:56:31 +00:00
hallgren
77586aa080 Simple Translator: Use PGF API for (un)lexing instead of separate server calls
Also,

  + Get up to 10 (instead of 5) alternative robust translations.
  + Remove duplicates from list of alternative robust translations
  + Add GF Cloud logo to the simple translator page
2014-04-11 12:10:05 +00:00
kr.angelov
c2d79790a3 forgoten Completer.java 2014-04-11 07:52:10 +00:00
kr.angelov
a28d0d246f expose Java API for word completion 2014-04-11 07:50:22 +00:00