Indicates if the presented comment was intended to be a "none- comment" by the author. Steps to determine if the user supplied comment is considered a non-comment:
convert string to lower case
count the number of words
count the number of characters
if the string is a single word OR the number of characters is zero (0)
remove all punctuation
if the single word is: "", "na", "no", "none", "nothing" indicate the comment was intended to be a "non-comment"
Author
Emilio Xavier Esposito emilio.esposito@gmail.com (https://github.com/emilioxavier)