# Read the data
df = pd.read_csv("Train.csv")
# Initialize the model
ob = spell_checker(df, "text")
# Quick analysis
ob.spell_check()
from manual_spellchecker import spell_checker
df.two.apply(lambda txt: ''.join(textblob.TextBlob(txt).correct()))