0% found this document useful (0 votes)
117 views2 pages

Natural Language Programming

This document discusses natural language processing (NLP). NLP is a component of artificial intelligence that allows computers to understand human speech. The development of NLP applications is challenging because human speech is often ambiguous, whereas computers require precise programming languages. Current approaches to NLP are based on machine learning, where computers examine patterns in data to improve their own understanding. Research in NLP focuses on applications like search, and common tasks include sentence segmentation, part-of-speech tagging, parsing, deep analytics, and named entity extraction.

Uploaded by

Khadar Daahir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
117 views2 pages

Natural Language Programming

This document discusses natural language processing (NLP). NLP is a component of artificial intelligence that allows computers to understand human speech. The development of NLP applications is challenging because human speech is often ambiguous, whereas computers require precise programming languages. Current approaches to NLP are based on machine learning, where computers examine patterns in data to improve their own understanding. Research in NLP focuses on applications like search, and common tasks include sentence segmentation, part-of-speech tagging, parsing, deep analytics, and named entity extraction.

Uploaded by

Khadar Daahir
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Natural Language Processing

Khadar Dahir Abdisalam


Faculty of Computer Science & Information Technology

Master Of Information System


(batch 1)
University of Medical Science and Technology, Khartoum, Sudan
e-mail: [email protected]
Supervisor: Dr. Nadir Omer
Introduction
Natural language processing (NLP) is the ability of a computer program to understand
human speech as it is spoken. NLP is a component of artificial intelligence
The development of NLP applications is challenging because computers traditionally require
humans to speak to them in a programming language that is precise, unambiguous and
highly structured or, perhaps through a limited number of clearly-enunciated voice
commands. Human speech, however, is not always precise -- it is often ambiguous and the
linguistic structure can depend on many complex variables, including slang, regional dialects
and social context.
Current approaches to NLP are based on machine learning, a type of artificial intelligence that
examines and uses patterns in data to improve a program's own understanding. Most of the
research being done on natural language processing revolves around search, especially
enterprise search.
The development of NLP applications is challenging because computers traditionally require
humans to speak to them in a programming language that is precise, unambiguous and
highly structured or, perhaps through a limited number of clearly-enunciated voice
commands. Human speech, however, is not always precise -- it is often ambiguous and the
linguistic structure can depend on many complex variables, including slang, regional dialects
and social context.
Current approaches to NLP are based on machine learning, a type of artificial intelligence that
examines and uses patterns in data to improve a program's own understanding. Most of the

research being done on natural language processing revolves around search, especially
enterprise search.
Common NLP tasks in software programs today include:

Sentence segmentation, part-of-speech tagging and parsing.

Deep analytics.

Named entity extraction.

Co-reference resolution.

The advantage of natural language processing can be seen when considering the following
two statements: "Cloud computing insurance should be part of every service level agreement"
and "A good SLA ensures an easier night's sleep -- even in the cloud." If you use national
language processing for search, the program will recognise that cloud computing is an entity,
that cloud is an abbreviated form of cloud computing and that SLA is an industry acronym for
service level agreement.

You might also like