Skip to content

Instantly share code, notes, and snippets.

View sayanmondal2098's full-sized avatar
:octocat:
Working on Research Project

Sayan Mondal sayanmondal2098

:octocat:
Working on Research Project
View GitHub Profile
from nltk import word_tokenize
from nltk.corpus import wordnet
from nltk.corpus import words
from nltk.tokenize import sent_tokenize, word_tokenize
from nltk import pos_tag, pos_tag_sents
#import for bag of word
import numpy as np
#For the regular expression