0 votes
in NLP using Python by
List the components of Natural Language Processing.

1 Answer

0 votes
by

The major components of NLP are as follows:

  1. Entity extraction: Entity extraction refers to the retrieval of information such as place, person, organization, etc. by the segmentation of a sentence. It helps in the recognition of an entity in a text.
  2. Syntactic analysis: Syntactic analysis helps draw the specific meaning of a text.
  3. Pragmatic analysis: To find useful information from a text, we implement pragmatic analysis techniques.
  4. Morphological and lexical analysis: It helps in explaining the structure of words by analyzing them through parsing.

Related questions

0 votes
asked Apr 4 in NLP using Python by john ganales
0 votes
asked Apr 4 in NLP using Python by SakshiSharma
...