1
0
forked from GitHub/gf-core
Commit Graph

8274 Commits

Author SHA1 Message Date
john.j.camilleri
3dceed1486 Add link to IRC logs
The logs are simply dumped there in raw form, but at least having a link
should make them Google-indexed. One day we'll put something there with
an interface.
2014-05-09 06:53:41 +00:00
kr.angelov
802a106b3e fix the literals API in Java for strings with non-latin characters 2014-05-08 14:56:46 +00:00
hallgren
519f073af3 Wide Coverage Demo Web App: bug fix: swapping source and target works again 2014-05-08 14:18:03 +00:00
hallgren
fbe9bb69b1 Wide Coverage Demo Web App: bug fix: restore lost quality indications after switching target languages 2014-05-08 14:05:07 +00:00
inari
aeb0300bab Erik's fixes in TopDictionaryDut 2014-05-08 13:57:32 +00:00
inari
70e044aa08 Corrected examples in ParadigmDut 2014-05-08 13:20:14 +00:00
hallgren
2a774e946b PGF web api, command c-wordforword: re-enable parsing of individual words
The space leak in the Haskell binding to the C parser has been fixed.
2014-05-08 11:38:41 +00:00
kr.angelov
c2ae35cfb2 fix memory leak in the Haskell binding 2014-05-08 08:41:58 +00:00
hallgren
b7bd866237 Wide Coverage Demo App: show all Phrasebook translations
Also improve behaviour for languages that are missing in Phrasebook (Chinese).
Also update the initial set of languages in the menus to match Translate11.pgf.
2014-05-07 23:42:05 +00:00
hallgren
b3d92a1378 pgf-shell.hs: fix compilation problem with GHC 7.4 2014-05-07 17:06:34 +00:00
hallgren
7c88b7935f Two improvements in the pgf-shell example
1. Like pgf-translate, it now shows one result at a time, press Enter to get
   more results.
2. You can load a new grammar with the command 'i <path-to-pgf>'
2014-05-07 16:37:28 +00:00
hallgren
b7478a8252 translator/DictionarySwe: add panic_V 2014-05-07 13:01:26 +00:00
kr.angelov
f2140f7b24 fixes in the Bulgarian dictionary 2014-05-07 07:50:05 +00:00
kr.angelov
d0d55a8175 fix mkN011 in Bulgarian 2014-05-07 07:49:45 +00:00
aarne
f4ca89a416 removed some clashes from Dictionary ; corrected the probability of IdRP after elimination of that_RP 2014-05-06 21:43:51 +00:00
aarne
b0504d2c4a improved paths and Makefile in examples/app ; see README how to compile with just 'make -j' 2014-05-06 21:42:49 +00:00
aarne
b6cbe2308b eliminated dependency of PhrasebookChi from DictionaryChi ; added 'make forApp' to compile what is needed for Phrasebook in App 2014-05-06 20:09:21 +00:00
kr.angelov
ee30bdc701 fixes in the dictionaries 2014-05-06 11:44:32 +00:00
aarne
a874e0b68b tried to make check annotations systematic in Spa and Swe 2014-05-06 07:34:10 +00:00
aarne
3184a038f6 script to count statistics of implemented and checked words in Dictionary; relies on annotations as comments 2014-05-06 07:33:18 +00:00
aarne
39edc9c416 DictionaryGer now with 22k lemmas, after a new extraction from Wiktionary 2014-05-05 21:46:20 +00:00
aarne
6cee0c1b59 German Dict and Paradigms: added a case to mkN and removed bogus "e" plurals 2014-05-05 20:36:44 +00:00
aarne
284a61426e checked some more words in DictionaryGer 2014-05-05 13:43:08 +00:00
aarne
b5a1c49c41 more complex verb paradigms for German 2014-05-05 13:42:43 +00:00
kr.angelov
2dcc4c27e3 ~3500 more nouns in DictionaryBul 2014-05-05 13:26:18 +00:00
aarne
bd4728b313 some more words and phrases in PhrasebookChi ; native speaker check should be done soon 2014-05-03 15:57:21 +00:00
kr.angelov
500a874fd2 ~1700 new nouns in DictionaryBul. A few words in the English dictionary are merged. 2014-05-03 11:55:00 +00:00
inari
bd3c31fcf6 clearing up some senses in senses-in-Dictionary.txt 2014-05-02 07:51:03 +00:00
aarne
c7ed88363d added some missing variants to DictionaryChi ; marked with ---- since not checked 2014-04-30 15:59:45 +00:00
hallgren
0fe6a11773 Wide Coverage Web Demo: fix bug introduced in previous patch
Word-for-word translations were shown in the wrong language after switching
traget language.
2014-04-29 19:09:24 +00:00
aarne
675b85f7e7 inflection of heta_V 2014-04-29 17:29:00 +00:00
inari
63a69815aa Merge til, till and until in Dictionary 2014-04-29 17:12:42 +00:00
aarne
3362818af2 shall_VV and should_VV in all Dictionary modules, to avoid a common failure ; should be probably in Constructions 2014-04-29 17:10:58 +00:00
aarne
e777c4a551 added auxVV to ParadigmsDut 2014-04-29 17:00:27 +00:00
hallgren
8b4e13ea84 Wide Coverage Demo App: translate to all available target langauges at once
This means that the new translation is available instantly when switching
target languages. It can also reduce space leaks problems in the server
somewhat by avoiding repeated parsing of the source text.
2014-04-29 16:01:57 +00:00
hallgren
d37c25990e PGF web api, command c-wordforword: don't repeat parsing/morpho analysis for each target language
Also omit attemts to parse individual words for now, to avoid space leaks in
the Haskell binding to the C parser.
2014-04-29 15:51:46 +00:00
aarne
5656b9acd3 DictionarySwe checked up to 2000 2014-04-28 16:30:39 +00:00
aarne
ce7339b1f3 Inari's Spa changes merged in big DictionarySpa 2014-04-28 16:02:25 +00:00
aarne
29a7e7b541 variants dra/draga and ta/taga in IrregSwe 2014-04-28 16:01:49 +00:00
hallgren
05c70fdc41 Spring cleaning
Nothing major...
2014-04-28 13:56:20 +00:00
inari
c42ab42873 First 1300 words in TopDictionarySpa 2014-04-28 12:44:18 +00:00
hallgren
7bd028919e Simple Translator: remove extra space before punctuation 2014-04-28 12:07:41 +00:00
aarne
92aa1230e2 resolved a conflict in DictionaryFin 2014-04-26 18:24:37 +00:00
kr.angelov
5b32607756 about 4000 new words in DictionaryBul and small fixes in the other dictionaries 2014-04-25 21:17:09 +00:00
aarne
7f2498d261 updated DictionarySpa with Inari's latest updates 2014-04-25 20:34:15 +00:00
inari
37fd704060 first 990 words in TopDictionarySpa 2014-04-25 17:15:06 +00:00
inari
80f3146ed5 fix watch_*_V2 and stage_N in DictionaryFin and TopDictionaryFin 2014-04-25 11:38:41 +00:00
aarne
3f2c98cb26 added information on TopDictionary to translator/stept.t2t 2014-04-25 12:51:56 +00:00
inari
5a1689f4fe First ~550 words in TopDictionarySpa 2014-04-25 08:57:58 +00:00
kr.angelov
b21f2c04e1 an initial Java/C API for predicting literals. Still not utilized 2014-04-25 08:53:18 +00:00