Age | Commit message (Collapse) | Author |
|
(Like
> Python exception: <class 'SyntaxError'>: invalid escape sequence \w (lightproof_impl_en.py, line 126), traceback follows
> File "instdir/program/pythonloader.py", line 133, in activate
> mod = self.getModuleFromUrl( locationUrl )
> File "instdir/program/pythonloader.py", line 101, in getModuleFromUrl
> exec(codeobject, mod.__dict__)
> File "instdir/share/extensions/dict-en/Lightproof.py", line 6, in <module>
> from lightproof_impl_en import locales
> File "instdir/program/uno.py", line 345, in _uno_import
> return _builtin_import(name, *optargs, **kwargs)
I noticed e.g. during UITest_writer_tests3.) Appears those suspicious escapes
were present ever since 2214a3731aaffc4a51d1c712dbee553a0ba35af0 "Hungarian
sentence checking", 95445a70a29c6a1166a19f483566f2c9cfc7563b "English sentence
checking", and c9cdf3fb4752e8b0c641a3aff15d554135beb0e7 "Add Russian grammar
checking + update English and Hungarian".
Change-Id: Ia2af7e0adb00b4737b22d460dd75fa47a4ae70d5
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/99047
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
|
|
from https://github.com/yakovru/MergedRuThesaurus
Change-Id: I14047196dbe5aef4191d5a2e5aeaa4af240db610
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96219
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
Change-Id: Id2ecf90b5bb0adb5c620916aec3527c4ef851237
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/95515
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I3ab12669bec1265ad06288a122661c5b77733e1b
Reviewed-on: https://gerrit.libreoffice.org/64916
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I9e9dc28dcb27ec466a5beecb1141f82489c803b1
|
|
Copy bugfix to localized Lightproof.py
Change-Id: I7a27492a26e3bd18ba2c6a4a299039c2ded38e53
|
|
Instead of the sentences suggested by the incomplete sentence
boundary detection of LibreOffice (enabled in version 4), Lightproof
works on full paragraph text again, allowing more precise analysis of
the text.
See http://nabble.documentfoundation.org/Grammar-checker-Undocumented-change-in-the-API-for-LO-4-td4030639.html
Change-Id: Ifc967e5b3f27da5b0edeebdb73b8f0b97c938280
|
|
Change-Id: Iedc3af5671241a6e9202916c0a813f0f91303e8f
|
|
...and some light clean up.
Change-Id: I33da2fa452557d9c8c22419fafdc9d221859c320
|
|
Change-Id: Ic05b4162c64f2eff43cb9dc88b282934a6fd2ce3
|
|
... from org.openoffice.comp.pyuno.Lightproof... to
org.libreoffice.comp.pyuno.Lightproof... (and increment the corresponding
extensions' version numbers) to avoid clashes with any freestanding Lightproof
extension.
|
|
Change-Id: I1722c0c701f388020819392f8b9782d5023a2874
|
|
|
|
Change-Id: I235d23248469b760da69983575dfcd73431757d4
|
|
... adapt dictionaries to that.
|
|
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710
|