Commit Graph

9862 Commits

Author SHA1 Message Date
hallgren
35e6508fe4 Remove lib/src/ancient_greek.tar.gz 2016-06-20 11:04:31 +00:00
krasimir
b55202a4aa fixed yes/no_Interj in some languages 2016-06-17 19:18:06 +00:00
krasimir
282ce75b59 added UttInterj in Estonian, Thai and Russian 2016-06-17 15:36:23 +00:00
krasimir
85c9d11bd1 added several interjections from the phrasebook to the dictionaries 2016-06-17 14:11:45 +00:00
hallgren
2318ebb664 PGFService: fix a type ambiguity when compiling without C run-time support
The function listCaches returns an empty list instead of the contents
of the cached C run-time system PGFs when compiled without C-run-time support
This gave rise to an ambiguity in GF.Server.
2016-06-17 11:32:40 +00:00
hallgren
4c514b2fad Documentation updates
Remove ghc-7.4 from the list of tested/recommended versions of GHC
(because of Hackage dependency problems).
Recommend version 7.10.3 of the Haskell Platform. (GHC 8.0.1 works too,
but I haven't tested the corresponding Haskell Platform packages.)
2016-06-17 10:09:25 +00:00
john.j.camilleri
6f2ffd59d2 Wide Coverage Translation Demo: switch to App16.pgf (adds Russian) 2016-06-17 10:19:46 +00:00
krasimir
ca7f3cfbc7 a lot of fixes in all dictionaries. Among other things now all words from the phrasebook are not corrected in the big dictionaries. 2016-06-16 21:37:45 +00:00
hallgren
373c95737a A few documentation updates
gf.cabal: include more GHC versions in the Tested-Width field.
2016-06-16 15:09:45 +00:00
hallgren
9b1be2dd2c debian: add txt2tags to Build-Depends and run 'make html' as part of the build
This is to make sure that gf-web-api.html gets included in the .deb package
and is available locally in the GF cloud when running gf -server.
2016-06-16 13:54:15 +00:00
hallgren
1df408b3d6 gf-web-api.t2t: document command=deptree (for word dependency diagrams)
Also add a few paragraphs listing undocumented commands and
briefly describing the commands that use the C run-time system.
2016-06-16 13:34:48 +00:00
krasimir
de925ea426 fix in the Android UI 2016-06-16 12:56:56 +00:00
hallgren
b247e99c7e src/www/gf-web-api.t2t: Web API docs rescued from the Google Code graveyard
This is the GFWebServiceAPI.wiki rescued from the Google Code Archive,
converted to txt2tags format, with an updated introduction.
2016-06-16 12:11:06 +00:00
hallgren
008f69a6ca GF home page: add new RGL languages to the list
Also a couple of fixes in release-next.t2t
2016-06-16 10:09:01 +00:00
hallgren
9ad38726fe gf.cabal: don't build pgf-shell any more, it's been superceded by gf -cshell 2016-06-16 09:57:28 +00:00
aarne
c0ea695736 release note on new languages 2016-06-16 08:28:54 +00:00
stian
feb3519ea8 a fairly complete Nynorsk implementation added 2016-06-16 08:15:06 +00:00
krasimir
4a8a3c7f3d pgf_generate_all now emits __mock_string__ instead of FOO for String literals. 2016-06-16 08:08:45 +00:00
krasimir
e95fa06133 bugfix in the load method in the Python binding. The file was never closed. 2016-06-16 08:02:06 +00:00
aarne
cfe0542ea6 Nor possessive: mit -> mitt etc 2016-06-16 07:26:14 +00:00
krasimir
c160ad0110 added AdAP in Slovenian 2016-06-15 11:11:18 +00:00
aarne
28c5fa7688 added a default value in dependency visualization for cases using maximum, to cover the case where the list of arcs is empty 2016-06-15 10:37:00 +00:00
hallgren
64bdd44175 GF cloud: more readable formatting of the GF version page
Factor out common CSS from gfse/editor.css into clouds.css.
2016-06-15 10:20:30 +00:00
krasimir
b6552c4bf7 UseComparA in Slovenian 2016-06-15 10:21:57 +00:00
krasimir
2a874fada8 add VQ and VV in Slovenian 2016-06-15 10:11:11 +00:00
krasimir
248a86ba01 added AdvAP in Slovenian 2016-06-15 09:17:50 +00:00
krasimir
345c2bbc8f added and_Conj in StructuralSlv 2016-06-15 08:28:14 +00:00
krasimir
2f508cbd83 added ConjunctionSlv 2016-06-15 08:25:23 +00:00
hallgren
6025c59c55 release-next.t2t: notes about the vd and cc commands 2016-06-15 08:04:10 +00:00
aarne
69113d26ba fixed some functions in IdiomGer where the discontinuous parts had been omitted 2016-06-14 06:53:58 +00:00
aarne
7a08aedab9 release notes on RGL 2016-06-10 11:27:24 +00:00
hallgren
223278284b release-next.t2t: a few more notes 2016-06-10 09:14:19 +00:00
aarne
389d54836b oops, forgot to rename the 2-place Conj functions in ResourceDemo. Now added to uddeps as well. 2016-06-09 15:14:06 +00:00
hallgren
172f2d12da minibar: define grammar_list in config.js to restrict the grammar menu
minibar.html now reads config.js and if it defines grammar_list, only the
grammars listed there will show up in the grammar menu.
2016-06-09 14:20:24 +00:00
aarne
740cd9fdd0 added youPol_Pron to ResourceDemo 2016-06-09 14:17:51 +00:00
aarne
49fb720224 updated uddeps.labels with ResourceDemo-specific functions, added relative clauses to ResourceDemo 2016-06-09 14:14:39 +00:00
hallgren
674b14a832 PGF service & minibar: only show dependency diagrams if the labels are known
+ The PGF service now reads and caches dependency label configuration files.
+ The grammar info returned by command=grammar has a new boolean field 
  'hasDependencyLabels' to indicate if dependency labels were found for
  the grammar. Also, command=deptree will now fail if no labels are present.
+ The minibar only shows word dependency trees if labels are present.
+ Also changed the type of getDepLabels from [String] -> Labels to
  String -> Labels, since all uses were in the form "getDepLabels . lines".
2016-06-09 13:12:14 +00:00
krasimir
14f85ae06e updated DocumentationRus.gf module 2016-06-09 12:33:35 +00:00
hallgren
e952e10f33 PGFService: eleminate warning "Defined but not used: ‘serverError’" 2016-06-09 11:27:57 +00:00
krasimir
52912d39e6 now a working API for complex queries in libsg 2016-06-09 10:01:43 +00:00
krasimir
5e1207bb4e bugfix in libsg 2016-06-09 09:59:38 +00:00
hallgren
5e33b70d32 Minibar: show word dependecy diagrams
They are now included in the cycle of images shown when clicking on the
parse tree icon.
2016-06-08 19:11:49 +00:00
hallgren
7254d06011 PGF web service: switch to the new SVG rendering of word dependency trees
Also added the function outputText in CGIUtils.
2016-06-08 19:10:23 +00:00
hallgren
6eea348fd9 PGF.VisualizeTree: add white background in the SVG rendering of dependency trees
This makes them look the same as SVG produced by graphviz
2016-06-08 19:08:29 +00:00
hallgren
6071b4b9df PGF.VisualizeTree: add SVG renderering of word dependency trees
This was done by introducing an intermediate representation for the LaTeX
pictures produced by the LaTeX renderer and providing a new backend that
outputs SVG instead of LaTeX.
2016-06-08 17:49:15 +00:00
aarne
371566eb3a some AdVs in Dut and Ger 2016-06-07 15:51:00 +00:00
aarne
b528a5b4a9 reflexive possessives in Fin and Ger ; in Fin, it also makes a difference in the recognized strings, because it always involves pro-drop unlike ordinary possessives 2016-06-07 13:59:09 +00:00
aarne
9a83e683a3 reflexive NP in Scandinavian; things to fix to decide whether agreement comes from the subject or from the possessed noun 2016-06-07 12:35:28 +00:00
aarne
0340aebf06 conjunction of reflexive NPs in ExtraEng 2016-06-07 11:38:09 +00:00
aarne
7487abf770 started Extra.RNP for reflexive noun phrases, needed particularly in Scandinavian (possessive "sin") but also in other languages if reflexive semantics is needed in applications 2016-06-07 09:53:52 +00:00