Closed
Description
Looking into the data splitWord
method in Syllable appears to be somewhat useless; it produces incorrect results at times.
When provided with the same single-word input with random punctuation, splitText
produces the results expected for splitWord
.
Propose to mark splitWord
as deprecated and route to splitText
internally.
Similarly, the proposed splitWords
would be better based on splitText
.
Metadata
Metadata
Assignees
Labels
No labels