get_trigram_distribution

lexnlp.nlp.en.transforms.tokens.get_trigram_distribution(text: str, lowercase=False, stopword=False) → Dict[str, int]

Get trigram distribution from text. :param text: :param lowercase: :param stopword: :return: