summaryrefslogtreecommitdiff
path: root/cs_CZ
AgeCommit message (Collapse)Author
2019-10-24tdf#128341 use python3Mattia Rizzolo
Change-Id: Ic8deb039da037bd270c39da03f8697a9ab034ff0 Signed-off-by: Mattia Rizzolo <mattia@mapreri.org> Reviewed-on: https://gerrit.libreoffice.org/81410 Reviewed-by: Michael Stahl <michael.stahl@cib.de> Tested-by: Michael Stahl <michael.stahl@cib.de>
2019-10-24flake8 fixes to the dictionary-to-thesaurus scriptMattia Rizzolo
tested to work with both python3 and 2.7. Change-Id: I52fe00e1f33e605010cd99885c1a41396440e49d Signed-off-by: Mattia Rizzolo <mattia@mapreri.org> Reviewed-on: https://gerrit.libreoffice.org/81411 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Michael Stahl <michael.stahl@cib.de> Tested-by: Michael Stahl <michael.stahl@cib.de>
2019-09-16remove incorrect Czech wordStanislav Horacek
Change-Id: Ice9bf2b15284034ad9a21ef9123a761a7982ac9e Reviewed-on: https://gerrit.libreoffice.org/78856 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2018-11-04update readme for Czech dictionarieslibreoffice-6-2-branch-pointStanislav Horacek
Change-Id: Iccc08a8535761418d5b8e01b642d5a18a5b7bedf Reviewed-on: https://gerrit.libreoffice.org/62809 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-05-21Make sure all dictionary descriptions are translatedGabor Kelemen
Some dictionary extensions use 'en' as the language code of their description. The toolchain needs 'en-US' here to extract the extension name as a translatable string. As a result these names do not appear localized in Pootle and then in the Extension Manager. With this fix new pot files are generated in workdir/pot/dictionaries/ Change-Id: I9d35f2a028be15a77da3b0679cfd154afbf1dc60 Reviewed-on: https://gerrit.libreoffice.org/37868 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-11-20Czech thesaurus: regenerate from updated sourceStanislav Horacek
Change-Id: I947d616e3e0b4184fe0f1679578149ce00b6d584 Reviewed-on: https://gerrit.libreoffice.org/30993 Reviewed-by: Stanislav Horáček <stanislav.horacek@gmail.com> Tested-by: Stanislav Horáček <stanislav.horacek@gmail.com>
2016-11-07Czech thesaurus: regenerate from updated sourceStanislav Horacek
changed location and authors of the source sorting for source was applied -> thesaurus sorting also changed Change-Id: I009688bb1aeaac20dbe0884f1b43b523a2a3eb7b Reviewed-on: https://gerrit.libreoffice.org/30612 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-by: Stanislav Horáček <stanislav.horacek@gmail.com> Tested-by: Stanislav Horáček <stanislav.horacek@gmail.com>
2016-02-26Czech thesaurus: Blacklist more words + re-generate after the recent changes.Jan Holesovsky
Change-Id: Ic56383e235be27d48358944c9b6588481052297a
2016-02-26dictionary-to-thesaurus.py: Put the better categorized words to the front.Jan Holesovsky
Change-Id: Ib5c77f185abeeaef5045780766514a813794c8e8
2016-02-26dictionary-to-thesaurus.py: Only output the same class of word.Jan Holesovsky
When the class of the word is unambiguous, limit the output only to that - gives more precise & expected results. [Like, it is interesting to see the other possibilities too, but I guess less choices but more focused ones are preferred.] Change-Id: I2876fbb4fa02c00fc7e65189812365f77b9a5ed6
2016-02-25Czech thesaurus: Updates of some terms.Jan Holesovsky
Change-Id: I13b60baf14fc90aba6f07ada2fc4423d06db76e8
2016-02-25Czech thesaurus: Blacklist some unhelpful meanings.Jan Holesovsky
Change-Id: I7d75626a37d4f241d8d407a11855325e39c5fa63
2016-02-25dictionary-to-thesaurus.py: Move blacklist to a separate file.Jan Holesovsky
Change-Id: Ie05e0c0ce8b4f9541a5a143ddf9ccf960940a3b7
2016-02-25Related tdf#93514: Introduce a new Czech thesaurus.Jan Holesovsky
This is a completely new, independent thesaurus, generated from an English <-> Czech dictinary. The data of the dictionary are licensed under GNU Free Documentation License 1.1 or later, consequently this resulting thesaurus is GNU/FDL 1.1 or later too. Change-Id: I0136b413d5affd6e45a71bdd579ae196fe48dff5
2016-02-25dictionary-to-thesaurus.py: Actually use the Czech names.Jan Holesovsky
Change-Id: Ifb47efe7562ca9ccc2324d4ebd966506cae2bec6
2016-02-25dictionary-to-thesaurus.py: Various cleanups.Jan Holesovsky
* word classifiacation (when available) * word blacklist * ignore some non-translations (eg. irregular verbs) * ignore vulgarisms (when marked), they only add confusion
2016-02-25dos2unix on the cs_CZ files.Jan Holesovsky
2016-02-25Czech: Script and dictionary to generate the Czech thesaurus.Jan Holesovsky
slovnik_data_utf8.txt is the English <-> Czech dictionary from http://slovnik.zcu.cz/download.php, licensed under GNU Free Documentation License 1.1 or later. The data are a snapshot from 2016-02-24. dictionary-to-thesaurus.py is a simple script that generates a thesaurus from this dictionary. The idea to generate our thesaurus from a dictionary comes from Zdenek Zabokrtsky (UFAL, Faculty of Mathematics & Physics, Charles University in Prague). The results are far better than I would have imagined; I owe Zdenek some beers :-) Many thanks! The source data are GNU/FDL 1.1 or later, the resulting thesaurus too. The actual addition of the thesaurus to the build system will be done in a separate commit later.
2015-09-01tdf#93514 remove Czech thesaurusChristian Lohmaier
Change-Id: I40ebd1ca223fe7950ed3280c43a51a3dfbd0070e
2015-04-07Fix errors reported by hunspell in Czech affPetr Gajdos
Various incompatible stripping characters and conditions Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
2014-05-15update Czech dictionary from liberix sitelibreoffice-4-3-branch-pointDavid Tardon
(http://www.liberix.cz/doplnky/slovniky/ooo/dict-cs-2.oxt) This updates all files, not just thesaurus. Btw, the thesaurus is no longer licensed under MIT. Change-Id: I04e93c99aed8bc57b0b5724741842020271b69c2
2012-10-24drop stray delzip filesDavid Tardon
Change-Id: I235d23248469b760da69983575dfcd73431757d4
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl
... adapt dictionaries to that.
2012-10-16move dictionaries structure one directory upNorbert Thiebaud
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710