// Domain constants export const AVG_WORD_LENGTH = 5; export const SECONDS_IN_MINUTE = 60; export const MILLIS_IN_SECOND = 1000; // Error messages. export const TOO_SHORT_SENTENCE_FOR_NGRAMS_MESSAGE = "The sentence is too short to make N-Grams, please enter longer sentence";