Jump to content

Natural language processing: Difference between revisions

Line 4: Line 4:


==Classical NLP==
==Classical NLP==
The Classical NLP consists of creating a pipeline using processors to create annotation from text files.<br>
The Classical NLP consists of creating a pipeline using processors to create annotations from text files.<br>
Below is an example of a few processors.<br>
Below is an example of a few processors.<br>
* Tokenization
* Tokenization
Line 10: Line 10:
* Part-of-speech annotation
* Part-of-speech annotation
* Named Entity Recognition
* Named Entity Recognition
==Machine Learning==
==Machine Learning==
===Datasets and Challenges===
===Datasets and Challenges===