Posts

Into : NLP Natural Language Programing...

Image
What’s NLP ....? NLP (Natural Language Programming) is a branch of Artificial Intelligence (AI) that studies how machines process understand human language containing textual data. NLP can be referred as more engineer based or empirical approach of the statistical methods. It maps the given input data or the text into a numerical representation on which different Machine Learning Algorithms can be applied. It is a way in which computers now a days can understand the language other than binary language i.e. 0's and 1's.

NLP Techniques For Information Extraction

Image
Language  is considered as one of the  greatest achievement  of humankind. It helps us to communicate happiness, sadness, fear, anger, dissatisfaction, intricate, complex ideas and deep emotions, with very easily. There has been plenty of work being done to integrate language into the field of artificial intelligence in the with the help of Natural Language Processing (NLP). Now a days there has been a huge data collection in the form of texts, videos, audios, photos which are in an unstructured form. NLP techniques help in extracting the valuable information from such unstructured data. Let’s explore 8 common NLP techniques used for extracting information from the text... Named Entity  Recognition : The most basic technique of NLP is extracting entities i.e. words referenced in the data set which can be a person, or his location, organization, dates, etc. NRE(Natural Language Recognition) is based on grammar rules and  mostly do entity identification, entity ...