Transforms a string into sentence, enforcing upper case on first letter,
normalizing spaces, and ensuring a final point is present in the sentence.v
All spaces characters are turned to single space.
Usage
sentensize(x_s_1, ...)
Arguments
x_s_1
the string to sentensize.
…
any complimentary string. Will be appended to x_s_1 prior processing
Value
A single string.
Details
Intented to produce well-formed sentences, human readable (from a format point of
view).