That's fun to play around with. One thing that could make it better: Use a text marker (say, the pipe symbol '|') to allow indicating the appropriate split point for the text. There's many non-four-word examples that…
The score calculation is incorrect, due to rounding in the calculations. For example (assuming 53-bit precision as usual), Floor(0.29 / 0.01) is not 29 as one would hope. This is because those values (0.29, 0.01) are…
That's fun to play around with. One thing that could make it better: Use a text marker (say, the pipe symbol '|') to allow indicating the appropriate split point for the text. There's many non-four-word examples that…
The score calculation is incorrect, due to rounding in the calculations. For example (assuming 53-bit precision as usual), Floor(0.29 / 0.01) is not 29 as one would hope. This is because those values (0.29, 0.01) are…