Re: Bug in how LC handles sentences

2018-11-17 Thread Sannyasin Brahmanathaswami via use-livecode
On 11/16/18 2:38 PM, Tom Glod via use-livecode wrote: > I just did a test > > "Sentence 1. Sentence 2. Sentence 3. 4 sentences are here." > > Recognizes only 3 sentences. Ha! I would *never* get my editors to let a sentence starting with a number, to go through. It will always come back to m

Re: Bug in how LC handles sentences

2018-11-16 Thread Tom Glod via use-livecode
I just did a test "Sentence 1. Sentence 2. Sentence 3. 4 sentences are here." Recognizes only 3 sentences. ". " (period space) then should be recognized as a sentence delimiter. and 1 letter sentences could maybe be ignored as acronyms., and also we can read whether the period is preceded

Re: Bug in how LC handles sentences

2018-11-16 Thread Tore Nilsen via use-livecode
After some thinking I actually do agree it is not a bug. The problem being that full stop (period) can also be used in abbreviations, and numbers can follow immediately after such abbreviations. Tore > 17. nov. 2018 kl. 00:36 skrev Tore Nilsen via use-livecode > : > > I would still say

Re: Bug in how LC handles sentences

2018-11-16 Thread Tore Nilsen via use-livecode
Answering my own question: This bug report: 15690 states that it is not a bug, next sentence just needs to start with a capital letter. I would still say it is a bug, as it is recognized as a sentence if previous sentence ends with anythin