-
Notifications
You must be signed in to change notification settings - Fork 2
Natural Language Processing (NLP) Basics
Mehvin edited this page Jul 31, 2018
·
36 revisions
Natural language processing (NLP) is a branch of artificial intelligence that helps computers understand, interpret and manipulate human language. NLP draws from many disciplines, including computer science and computational linguistics, in its pursuit to fill the gap between human communication and computer understanding. The table below shows a few NLP techniques which was used over the course of the project.
Technique | Example | Output |
---|---|---|
Sentence Segmentation | Melvin is an intern at CSIT. He is under the Software Engineering and Analytics department. | Sentence 1 - Melvin is an intern at CSIT. Sentence 2 - He is under the Software Engineering and Analytics department. |
|
Completed by Melvin and Joe