Skip to content

Files

Latest commit

 

History

History

N-Grams NLP

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
N-Grams Generation Script using NLTK

This Python script allows you to generate N-Grams from a given sentence using the `nltk` library. N-Grams are contiguous sequences of n items from a given text.

Requirements:

pip install nltk