    public static enum WORDS_IN_LINE_COUNTER{
             ZERO_WORDS,
             LESS_THAN_FIVE_WORDS,
             MORE_THAN_FIVE_WORDS
         };
 
 
