Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (55.6k points)
Can anyone explain which NLP techniques use lexical knowledge?

1 Answer

0 votes
by (119k points)

 Lemmatization and Stemming techniques of NLP use lexical knowledge to get the correct base word. In lemmatization, the intermediate base form should have a meaning. In Stemming, the main aim is to reduce the derived words to their word stem and do not necessarily have a meaning.

For example: If we do lemmatization for words like Entitling and Entitled, we will get Entitle. If we do stemming for the words Entitling and Entitled, we will get Entitl.

Lemmatization is used when the meaning of words is important like in implementing Question answering application. Stemming is used when the meaning of words is not much important. Example: Spam Classification

 In case of more detailed explanation, you can watch this video on NLP by python:

 

 

Related questions

0 votes
1 answer
0 votes
1 answer
asked Mar 5, 2020 in AI and Deep Learning by Sudhir_1997 (55.6k points)
0 votes
1 answer

Browse Categories

...