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
Base Description: Generate a summary of the words that appear in a given string including the total word count and the number of occurrences of each word.
Extra Description: The summary should give the total word count as well as a word occurrence summary that ties each word to the number of times that word occurs. The summary should be output to a file in a standardized format such as JSON, YAML, etc. You will have to consider how to deal with punctuation and other special characters. A hyphenated word is a single word, but a dash (-) in another context may need to be removed while computing the summary. What about contractions and quoted areas of text? You will also need to choose how to handle case, whether you want your summary to be case-sensitive or -insensitive.
-
) in another context may need to be removed while computing the summary. What about contractions and quoted areas of text? You will also need to choose how to handle case, whether you want your summary to be case-sensitive or -insensitive.Text
,Words
,NLP
The text was updated successfully, but these errors were encountered: