summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-09-11tdf#127315 fix build with Python 3.7HEADmasterLászló Németh1-1/+1
Replace \d, \s, \w, \W with \\d, \\s, \\w and \\W in name definitions to support re.sub(name, name_definition, rule) during compiling. Note: Related to the re.sub change "Unknown escapes in repl consisting of '\' and an ASCII letter now are errors."
2018-03-14hu_HU: check automatic references with articles and affixesLászló Németh3-16/+60
Note: expanded reference fields starts with a ZWSP character in LO 6.1.
2018-03-13hu_HU: check numbers with affixesLászló Németh1-31/+117
Don't overwrite text fields (underline only affixes).
2018-03-13hu_HU: check numbers with affixesLászló Németh2-19/+52
2018-02-08hu_HU: rule for words, like "a tesztel" -> "a teszttel"László Németh1-0/+32
2018-01-17- fix suggestions for bad Hungarian datesLászló Németh2-3/+3
(3-éhez -> 3-ához, 4-ához -> 4-éhez)
2018-01-17tdf#95024 fix Hungarian Lightproof moduleLászló Németh3-9/+8
- by removing the obsolete date rule for "1st of month": for example, "január 1-e", "február 1-én" are correct forms already - add new date rules for days with bad affixation (typical mistake after a search & replace): 1-a, 1-án, 3-e, 3-én etc. -> 1-e, 1-én, 3-a, 3-án
2018-01-17Update NEWS, README, VERSION (1.6), ChangeLogLászló Németh4-5/+24
2018-01-17Lightproof: do not return invalid nBehindEndOfSentencePositionMichael Stahl1-1/+1
For a paragraph with a space at the end, this assertion is triggered: linguistic/source/gciterator.cxx:162: lcl_SkipWhiteSpaces: illegal arguments Cause is the loop in doProofReading that gets the last character of the paragraph and increments nStartOfNextSentencePosition even if it's already at end of the text. (regression from 080424980483bcc29a3556cf1a681c45cd5c50fc in LibreOffice, and regression from 3c86dfa381ff4243d279ff488133426af3ffaaa8 in Lightproof) (original LibreOffice commit in libreoffice/dictionaries submodule: commit 8952e8055690417e60d75e4e4adf3c85a1029e7c)
2018-01-17support lower case suggestions for capitalized patterns:László Németh2-2/+17
Start the suggestion with the character sequence "!CASE!". Rule example: Foo -> !CASE!foo # Did you mean: or in multiple suggestions Foo -> FOO|!CASE!foo # Did you mean: (FOO and foo suggestions for the input word "Foo", instead of FOO and the capitalized Foo)
2018-01-17Updated Hungarian moduleLászló Németh2-8/+45
2016-11-22Update explanations for AKH12Gabor Kelemen1-138/+140
- Get rid of 'AkH. 123' as explanation, no one edits text with the book in hand. 'AkH' is anyways technobabble. Use mta.hu links instead. - Consolidate wikisource/wikipedia links to mta.hu ones. - Update rule numbers according to the new rule book
2014-08-22updated Russian moduleYakov Reztsov5-32/+142
2014-05-15Python 3 port of measurement conversion (en, hu modules)László Németh3-2/+6
2014-01-20rule fix (hu)László Németh2-1/+4
2013-12-16fdo#72757 don't freeze Python and other fixes (see ChangeLog)Németh László3-34/+48
2013-11-20Python 3.3 port of the build environment of the editorNémeth László2-1/+4
2013-11-04README, ChangeLog updateLászló Németh2-1/+12
2013-11-04Fix Python 3.3 portOlivier R2-15/+8
2013-11-04Workaround for paragraph chunking in LO 4 ↵Olivier R1-0/+7
http://nabble.documentfoundation.org/Grammar-checker-Undocumented-change-in-the-API-for-LO-4-td4030639.html
2012-12-04Python 3.3 portLászló Németh12-39/+53
2012-11-23fdo#57461 (Lightproof/Hunspell synchronization)László Németh2-0/+6
2012-09-18Fix suggest() splittingLászló Németh2-1/+4
2012-08-24Fix URL handling and URLs of longer explanationsLászló Németh3-11/+15
2012-08-23Rule fixes (fdo#46542, fdo#46549, etc.)Laszlo Nemeth14-139/+184
Signed-off-by: László Németh <nemeth@numbertext.org>
2012-07-16Added new features to converterDaniel Korostil2-63/+530
2012-07-09fix position of underlining + alt. separator for suggestionsLászló Németh4-20/+32
2012-07-09fix: suggestion with capital is based on selected back reference groupOlivier R1-1/+1
2012-06-29some fixer to cleaner functionsDaniel Korostil1-1/+2
2012-06-29added marker handler and some fixers for common mistakes like space before commaDaniel Korostil1-20/+44
2012-06-22example for converterDaniel Korostil2-1/+17
2012-06-22removed old files and updated converter to parse upcoming marker tagDaniel Korostil1-4/+12
2012-06-22removed old files and updated converter to parse upcoming marker tagDaniel Korostil2-40/+0
2012-06-20testing parserDaniel Korostil2-0/+40
2012-06-20unistall dublicateDaniel Korostil1-15/+0
2012-06-20Inital converter versionDaniel Korostil1-0/+15
2012-06-20Uploaded unital converter fileDaniel1-0/+15
2012-02-17typo fix in documentationFelix Möller1-1/+1
2012-02-15Error positioningOlivier R4-9/+44
2012-02-14back references, no suggestion, and misc.Olivier R5-11/+37
2012-02-04Small fix of suggestion formattingLászló Németh4-3/+9
2012-02-02Initial releaseLászló Németh51-0/+4201