Commit Graph

6914 Commits

Author SHA1 Message Date
virk.shafqat
7ddd6db0b0 bugfisxResHindustani 2013-04-18 06:51:35 +00:00
virk.shafqat
731854b0a1 bugFixinResHindustani 2013-04-17 10:33:49 +00:00
hallgren
c1390db368 minibar: syntax editor integration bug fix
The minibar has the alternative "All" in the target language menu. This should
not be included when transfering to the syntax editor.
2013-04-17 08:49:31 +00:00
hallgren
5e15ba20f5 minibar: fixes for phrasebook
Add minibar option to_multiple to be able to turn off selection of multiple
target languages.
2013-04-17 08:39:39 +00:00
kr.angelov
cb7025dc11 added a malt_tab format to the vd command in the GF shell 2013-04-16 18:22:37 +00:00
kr.angelov
d5666aebd0 the generation of dependency trees in the Haskell runtime is now finally working with bracketed strings. This also fixes some errors in the old implementation 2013-04-16 13:10:48 +00:00
kr.angelov
44828765c3 the compiler now sorts the list of functions per category in probability order. this ensures probability order search in the C runtime 2013-04-15 19:58:57 +00:00
john
61649270a7 Update summer school page 2013-04-13 13:21:03 +00:00
hallgren
4ec1db9065 GF cloud: work on syntax editor integration
+ The syntax editor is now accessible from the Simple Translaton Tool.
+ The minibar now automatically provides access to the syntax editor (provided
  the necessary JavaScript files and style sheets have been loaded).
+ Preparations for making the syntax editor accessible from the grammar editor.
2013-04-12 18:29:15 +00:00
hallgren
041d8f1a2d syntax editor: fix references to global object 'server' 2013-04-12 17:50:44 +00:00
hallgren
95e68117a9 minibar/syntax editor integration fixes
When starting from the minibar, the selected set of target languages is now
preserved when switching back and forth.
2013-04-12 14:30:27 +00:00
hallgren
965adf74d6 Simple Translation Tool: eliminate &+ in translations from GF
Also fixed a bug introduced in previous refactoring.
2013-04-12 13:00:05 +00:00
hallgren
3cebd68a78 gfrobust.js: adding a JavaScript API to the GF Robust Parser translation service
Factored out from the Simple Translation Tool.
2013-04-12 12:47:13 +00:00
hallgren
a60e8bb0b7 minibar.html: add debug element
to allow debug output from the syntax editor when it is started from the
minibar.
Also fix broken markup.
2013-04-11 11:47:06 +00:00
hallgren
1ad1d427a4 Import Folkets Lexikon: report the number of words found
And some other minor tweaks.
2013-04-11 08:54:39 +00:00
hallgren
2d3e242ab3 gf -s/-q now silences "no linearization of" warnings 2013-04-10 23:00:01 +00:00
aarne
63c365c958 added a couple of lin's in ParseSwe to try out Penn translations with something complete. 2013-04-10 20:49:15 +00:00
hallgren
523d7139f4 Import of Folkets Lexikon: the heap size limit was too low for 64-bit systems
The default heap size limit has been increased to 3GB. On 32-bit system you
can use a lower limit:

	make M=1500M
2013-04-10 16:42:35 +00:00
hallgren
6689677165 Adding a script to import Folkets Lexikon
In order to compile DictEngSwe.gf, you must now first run this script to create
FolketsLexikon.gf.

	cd lib/src/swedish/folketslexikon
	make

This will automatically download and convert Folkets Lexikon.
If the download fails, a dummy version of FolketsLexikon.gf will remain,
allowing DictEngSwe.gf to be compiled anyway.
2013-04-10 16:25:48 +00:00
inari.listenmaa
45197acd2d fixed Kotus paradigm k42
There was an error in the paradigm for "mies", fixed the s in genitive stem ("miesen") to h ("miehen").
2013-04-10 14:15:01 +00:00
virk.shafqat
59fdc8f065 more DictHin 2013-04-10 09:50:31 +00:00
virk.shafqat
7346469aea more entries in DictHin 2013-04-10 08:59:31 +00:00
aarne
1850861720 500+ checked words in DictFin from Inari: now 4291 words have been checked 2013-04-09 19:14:12 +00:00
aarne
e1ae63e7f9 Inari's DictFin additions 2013-04-09 13:42:33 +00:00
virk.shafqat
029d90adc8 implementation of few more functions in ParseHin,Urd and new entries in DictUrd2 2013-04-09 13:48:04 +00:00
hallgren
0667311adf PGF.hs: export function missingLins
Also in Commands.hs: be explicit about things imported from the PGF library
that are not in the public API.
Also a couple of haddock documentation fixes.
2013-04-08 15:38:11 +00:00
virk.shafqat
ee2a46691f smallbugfixParseUrd 2013-04-08 15:41:14 +00:00
virk.shafqat
c1762bf320 BugfixUrd 2013-04-08 15:34:10 +00:00
virk.shafqat
f81f902bdd extension of DictHin and ParseHin 2013-04-08 11:14:29 +00:00
aarne
830e7bfa53 fixes in FIn syntax and lexicon 2013-04-07 21:34:11 +00:00
aarne
d6014786ab SlashSlashV2V in ParseEng added; new set of checked DictFin words 2013-04-07 13:23:23 +00:00
hallgren
98d068fa3a minibar: add a visual hint that linearizations can be expanded into tables 2013-04-07 12:06:12 +00:00
aarne
d182ae6fce checked words for wsj-100 experiments 2013-04-07 10:06:37 +00:00
aarne
70304b45d3 Inari's 390 checked DictEngFin words 2013-04-05 14:53:12 +00:00
aarne
d367947ff7 Inari's additions to DictFin 2013-04-05 12:46:37 +00:00
hallgren
44a83cf04a Compiler.hs: ghc 7.6.2 compatibility 2013-04-05 20:37:37 +00:00
hallgren
0cb376f813 Simple Translator: add GF Robust Parser to the menu for individual segments 2013-04-05 20:32:20 +00:00
hallgren
f67699398e Simple Translator: use lextext/unlextext for translations with the robust parser 2013-04-05 15:15:40 +00:00
hallgren
e6286fd376 Simple Translator: initial support for translation with the GF robust parser 2013-04-05 13:25:09 +00:00
kr.angelov
b6bbe96503 now the web service to the robust parser can to translations also 2013-04-05 12:22:52 +00:00
aarne
853c0ce4b2 initialized ParseSwe and ParseEngSwe 2013-04-05 11:40:50 +00:00
kr.angelov
cf0da12b8a a bugfix which was causing an infinite loop in the C linearizer for some sentences 2013-04-05 09:11:24 +00:00
aarne
1b987a6ce6 added ParseSpa and DictEngSpa as almost dummy templates, but they are compilable 2013-04-05 08:57:12 +00:00
kr.angelov
b850ea2b9b a very simple linearization for partial abstract trees in the C runtime 2013-04-05 08:42:56 +00:00
aarne
d6cfd33c16 a couple of fixes in Ger 2013-04-05 08:38:13 +00:00
aarne
6ee959de86 changed ParseEngBul to ParseBul for uniformity 2013-04-05 07:51:26 +00:00
aarne
d230533114 changed the name of ParseEngGer to ParseGer for uniformity 2013-04-05 07:47:47 +00:00
aarne
5bb87f85b6 improved entry in DictFin 2013-04-04 20:28:23 +00:00
aarne
a4694ada95 checked >100 penn words in DictFin 2013-04-04 19:11:17 +00:00
aarne
e6e64abb3c better annotations in DictFin: CHECKED 2013-04-04 16:04:50 +00:00