Python NLP
About Lesson

In this Python NLP lesson we are going to learn about Enchant Library in NLP, so Enchant is a module in python which is used to check the spelling of a word, gives suggestions to correct words. Also gives antonym and synonym of words. It checks whether a word exists in dictionary or not. Other dictionaries can also be added.

 

 

First of all you need to install this library using pip.

 

 

Now let’s create a simple example.

 

 

 

Run the code and give a word, after that you will see suggestions for the word.

 

 

Also you can tokenize words using Enchant library.

 

 

 

If you run the code this will be the result.