Skip to main content

Discourse Analysis



NLP makes machine to understand human language but we are facing issues like word ambiguity, sarcastic sentiments analysis and many more. One of the issue is to predict correctly relation between words like "Patrick went to the club on last Friday. He met Richard." Here, 'He' refers to 'Patrick'. This kind of issue makes Discourse analysis one of the important applications of Natural Language Processing.

What is Discourse Analysis ?

The word discourse in linguistic terms means language in use. Discourse analysis may be defined as the process of performing text or language analysis, which involves text interpretation and knowing the social interactions. Discourse analysis may involve dealing with morphemes, n-grams, tenses, verbal aspects, page layouts, and so on. It is often used to refer to the analysis of conversations or verbal discourse. It is useful for performing tasks, like Anaphora Resolution (AR) , Named Entity Recognition (NER) etc.

Approaches to Discourse Analysis

Sociology: One of the concerns in sociology is to understand how social members
make sense of everyday life. It can be done by Analysing Conversations.
Sociolinguistics:
  • Ethnography understanding social context of linguistic interaction like "who says to whom and where"
  •  Interactional it concern with importance of context in production and interpretation of discourse. It not only concerned with grammatical features but also tune and rhythm of speech.

 Philosophy:
  •  Speech Act Theory It is a logico-philosophic perspective on conversational organization focusing on interpretation rather than the production of utterances in discourse. It grows from the basic belief that language is used to perform actions.
  • Pragmatics : This theory formulates conversational behaviour in terms of general “principles” rather than rules. At the base of pragmatic approach to conversation analysis is Grecian's co-operative principle. This principle is the broken down into specific maxims: Quantity (say only as much as necessary), Quality (try to make your contribution one that is true), Relation (be relevant), and manner (be brief and avoid ambiguity). 
Spoken and Written Discourse
There is huge difference between spoken English and written English. Spoken English is not grammatically correct whereas written is. Actually informal English i.e. casual conversation over chat with friend or relative etc counted as spoken . And  English spoken at job interview, public place or with boss(manager), written in articles counted as written English because these are generally grammatically correct. Formal and Informal English also create issue while analysing discourse. 


References :
[1] "
Natural Language Processing and Text Mining" by Anne Kao and Stephen R. Poteet
[2] https://jumarohisnanto.wordpress.com/2012/04/20/approaches-to-discourse-analysis/
[3] https://www.slideshare.net/samira_sheytoona/discourse-analysis-schmitts-book-chapter-4
[4] https://www.upwork.com/hiring/for-clients/artificial-intelligence-and-natural-language-processing-in-big-data/

Comments

Post a Comment

Popular posts from this blog

NLP in Video Games

From the last few decades, NLP (Natural Language Processing) has obtained a high level of success in the field  of Computer Science, Artificial Intelligence and Computational Logistics. NLP can also be used in video games, in fact, it is very interesting to use NLP in video games, as we can see games like Serious Games includes Communication aspects. In video games, the communication includes linguistic information that is passed either through spoken content or written content. Now the question is why and where can we use NLP in video games?  There are some games that are related to pedagogy or teaching (Serious Games). So, NLP can be used in these games to achieve these objectives in the real sense. In other games, one can use the speech control using NLP so that the player can play the game by concentrating only on visuals rather on I/O. These things at last increases the realism of the game. Hence, this is the reason for using NLP in games.  We can use NLP to impr

Coreference Resolution and Applications in NLP

In computational linguistics and natural language processing coreference resolution (CR) is an avidly studies problem in discourse which has managed to be only partially solved by the state of the art and consequently remain one of the most exciting open problems in this field. Introduction and Definition The process of linking together mentions of a particular entity in a speech or text excerpt that related to real world entities is termed as coreference resolution. This process identifies the dependence between a phrase with the rest of the sentence or other sentences in the text.  This is an integral part of natural languages to avoid repetition, demonstrate possession/relation etc. A basic example to illustrate the above definition is given below : Another example which uses elements from popular fiction literature : Harry  wouldn’t bother to read “ Hogwarts: A History ” as long as  Hermione  is around.  He  knows  she  knows  the book  by heart. The different type