Bug 121733 - Words consist of a number with apostrophe and following a suffix are not send to Spellchecker extension.
Summary: Words consist of a number with apostrophe and following a suffix are not send...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Spell-Checking
  Show dependency treegraph
 
Reported: 2018-11-27 10:55 UTC by ahmetaa
Modified: 2024-06-18 11:58 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ahmetaa 2018-11-27 10:55:43 UTC
Description:
We noticed this when developing a Turkish spellchecker extension. For incorrect words below:

1,2’abc 
1,2'abc
%15’abc

only the "abc" part is underlined with red wave mark and extension receives number part and "abc" part separately. So incorrect words cannot be corrected as system needs both number and suffix to make suggestions. 

Notice that same thing happens when Locale is Turkish or US English. 


Steps to Reproduce:
1. Install extension from https://github.com/COMU/zemberek-extension/releases/download/v0.1.0/libreoffice-tr-tools-0.1.0.oxt
2. From options select Turkish as Options > Languages > Locale Settings
3. Restart and Open Writer
4. Write text "Merhaba 12'ded mrhaba". 


3. 

Actual Results:
System correctly marks "mrhaba" as incorrect. But for "12'ded" it only marks "ded" part. It sohuld mark all "12'ded"

Expected Results:
It sohuld mark all "12'ded" as incorrect so that and spell checker can fix the suffix part accordingly.


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 Durgapriyanka 2018-11-28 17:22:55 UTC
I can reproduce it in (US English)

Version: 6.0.6.2
Build ID: 0c292870b25a325b5ed35f6b45599d2ea4458e77
CPU threads: 2; OS: Windows 6.1; UI render: default; 
Locale: en-US (en_US); Calc: group
Comment 2 Dieter 2018-12-05 08:37:07 UTC
(In reply to Durgapriyanka from comment #1)
> I can reproduce it in (US English)

If you cn reproduce it, you're also allowed to change bug status to NEW

=> I changed status to NEW, because of comment 1
Comment 3 Xisco Faulí 2018-12-07 23:50:43 UTC
Also reproduced in

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4
Comment 4 QA Administrators 2022-12-31 03:19:34 UTC Comment hidden (obsolete)
Comment 5 László Németh 2024-06-18 11:58:23 UTC
See https://gerrit.libreoffice.org/c/core/+/166273, where e.g. dict_word_hu.txt is a good example, how is it possible to add specific word breaking rules for Turkish.