1
0
forked from GitHub/gf-core
Commit Graph

9804 Commits

Author SHA1 Message Date
aarne
7a3f33a5fc reflected the preposition stranding change in TranslateEng 2016-06-05 11:06:32 +00:00
aarne
228b675c3a fixed the treatment of character encoding in synopsis, where it had been garbled in some language Paradigms after they had been converted to utf-8 2016-06-05 11:04:05 +00:00
aarne
db79a2e57a preposition stranding default in Scandinavian, as in English. Pied piping in ExtraScand. 2016-06-05 11:02:23 +00:00
aarne
5053ace548 made preposition stranding default in LangEng (and SyntaxEng) questions and relatives, and that_RP in relatives; these are more natural in modern language and more often right; piped piping and which can be accessed via ExtraEng 2016-06-05 10:59:27 +00:00
aarne
44a7f34bda missing parts in PhraseGer.UttCN added 2016-06-05 10:59:01 +00:00
aarne
d6c11c45e1 fixed the lost AdV in scandinavian after correction of negation/pronoun placement 2016-06-05 10:17:34 +00:00
aarne
77a1d57dae merged lang.labels with uddeps.labels, just leaving the latter, but adding App functions to it. This file can now be used for documenting all syntactic functions in Lang, Translate, and App 2016-06-05 09:17:47 +00:00
krasimir
e2d7f1d5ae more fixes in the dictionaries 2016-06-05 08:52:57 +00:00
krasimir
a82894c45f more sense splits and other fixes in the dictionaries 2016-06-04 22:06:57 +00:00
aarne
70f3f39791 a new dependency configuration for lang, using UD 2016-06-04 19:34:35 +00:00
aarne
4f6c5cbacf made App into a functor to make its body easier to modify; unfortunately, the import list must be copied however 2016-06-04 17:07:35 +00:00
krasimir
887f795308 fix the sense for crown_N 2016-06-04 11:57:06 +00:00
krasimir
2477a5c607 corrected/checked euro_N in all Languages 2016-06-04 11:50:03 +00:00
krasimir
d010685da1 fixes in DictionaryBul.gf 2016-06-03 13:55:18 +00:00
aarne
ea35fee48f vd latex: some adjustments in heights and lengths 2016-06-03 16:06:22 +00:00
krasimir
c65d62a923 now the UI supports almost all phrases. there are still a few that cannot be shown 2016-06-03 11:30:53 +00:00
krasimir
0ac263e005 the Phrasebook UI now uses the green color 2016-06-03 11:30:21 +00:00
krasimir
8a3c86ac1d added checkboxes in the Phrasebook UI 2016-06-03 11:09:39 +00:00
krasimir
eb6058b517 bugfix in the Phrasebook UI 2016-06-03 07:14:52 +00:00
krasimir
1a29ccd2ef the list of alternatives in the translator is now sorted by probability 2016-06-02 07:38:18 +00:00
krasimir
0a07889649 bug fix in the translator app 2016-06-02 07:38:00 +00:00
aarne
d0e4edbb6c vd: arc heights now depend on number of arcs below rather than word distance 2016-06-02 18:17:54 +00:00
hallgren
9fdcaed802 Enable compilation of Ancient Greek in Setup.hs
Also adjust the -path pragmas in a few places in lib/src/ancient_greek
2016-06-02 13:56:19 +00:00
hallgren
926d8db255 release-next.t2t: adding a few items 2016-06-02 13:06:04 +00:00
aarne
c41a4e8e9e tokenized apertium text to test with ; RelV2 and QuestV2 in App (Eng and Swe for the moment) with 20% loss of parsing speed but improved quality 2016-06-02 06:29:35 +00:00
krasimir
5bd869a5fb a few words checked in Swedish 2016-06-01 08:51:31 +00:00
krasimir
350365935a bugfix in ParadigmsSlv.gf 2016-06-01 08:50:48 +00:00
krasimir
0838661a15 palm_2_N in Swedish should be "handsbredd" according to Google 2016-05-31 11:36:14 +00:00
krasimir
e3ee70aa8e majour redesign of the Phrasebook UI to support recursive phrases 2016-05-30 23:24:17 +00:00
krasimir
3f61efcc77 split palm_N, gender_N and marrow_N 2016-05-30 18:12:23 +00:00
krasimir
3fe2347bfd fix in the Haskell binding: functionType should throw error if the function is not defined 2016-05-30 17:15:09 +00:00
krasimir
dc67018ab7 added getFunctionProb in the Java and C API 2016-05-30 11:25:59 +00:00
krasimir
4350dd3e94 fixes in DictionaryBul.gf 2016-05-30 11:16:10 +00:00
krasimir
6410b88172 fix in DictionarySwe.gf 2016-05-30 10:01:51 +00:00
krasimir
f86037b538 split light_A and mass_1_N 2016-05-27 09:14:54 +00:00
krasimir
ac37aeb686 a number of fixes in DictionaryBul 2016-05-27 08:42:26 +00:00
hallgren
0c123969bc download/{index,release}-next.t2t added, in preparation for the next release
Feel free to add things to the release notes in download/release-next.t2t.
2016-05-26 16:16:33 +00:00
hallgren
d3078600a0 PGFService.hs: fix compilation problem when C run-time support is omitted 2016-05-26 13:56:43 +00:00
hallgren
d651cd34d5 PGF web service: add command=deptree
This is the web interface to PGF.graphvizDependencyTree.

Accepted parameters: format=<output_format>, to=<lang>, tree=<tree>.

Accepted output formats: latex, conll, malt_tab, malt_input, png, gif, svg, gv

Also, label information is taken from <path>.labels if present, where
<path>.pgf is the path to the PGF file.
2016-05-26 13:39:48 +00:00
hallgren
ccdb79fd23 Add haddock documentation to PGF.graphvizDependencyTree and PGF.getDepLabels
They seemed very difficult to use without the documentation, since their
types are not particularly self documenting.

Also documented what the (Bool,Bool) argument to PGF.graphvizAbstractTree
is for.
2016-05-26 13:12:38 +00:00
hallgren
652aba5a76 Fix documentation typo on PGF.Haskell 2016-05-26 13:11:56 +00:00
krasimir
53e00e6d7f add translations to play_X_VX in Russian 2016-05-26 14:57:19 +00:00
krasimir
9b23d37bce split the senses of solution_N 2016-05-26 14:42:45 +00:00
krasimir
a45b6526b9 put the right translations for pipe_1_N and pipe_2_N in Russian 2016-05-26 14:41:45 +00:00
krasimir
451710b055 add "garmoshke" as a variant to accordion in Russian 2016-05-26 14:40:41 +00:00
krasimir
39c346a825 annotate play_X_V and play_X_V2 with their WordNet senses 2016-05-26 14:39:51 +00:00
krasimir
124128d8fd added ChunkRus.gf 2016-05-26 13:38:57 +00:00
krasimir
277800b505 a third sense free_3_A with the meaning of "ledig" 2016-05-26 11:31:33 +00:00
krasimir
6ed92d5ad2 fix lunch_N in Russian 2016-05-26 11:13:33 +00:00
krasimir
c8b41b9c5f preserve the order of the sentences in phrases.xml in the UI 2016-05-25 18:55:47 +00:00