You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Convert all caps words to just first letter capitalized.
// This changes things like JAMES SMITH to James Smith which the model likes better.
input = WordUtils.capitalizeFully(input);
returns
George Washington Was President
The text was updated successfully, but these errors were encountered:
returns
The text was updated successfully, but these errors were encountered: