Open access peer-reviewed chapter

Natural Language Processing Applications in Business

Written By

Mohammed Bahja

Submitted: 01 October 2019 Reviewed: 20 March 2020 Published: 11 May 2020

DOI: 10.5772/intechopen.92203

From the Edited Volume

E-Business - Higher Education and Intelligence Applications

Edited by Robert M.X. Wu and Marinela Mircea

Chapter metrics overview

1,420 Chapter Downloads

View Full Metrics

Abstract

Increasing dependency of humans on computer-assisted systems has led to researchers focusing on more effective communication technologies that can mimic human interactions as well as understand natural languages and human emotions. The problem of information overload in every sector, including business, healthcare, education etc., has led to an increase in unstructured data, which is considered not to be useful. Natural language processing (NLP) in this context is one of the effective technologies that can be integrated with advanced technologies, such as machine learning, artificial intelligence, and deep learning, to improve the process of understanding and processing the natural language. This can enable human-computer interaction in a more effective way as well as allow for the analysis and formatting of large volumes of unusable and unstructured data/text in various industries. This will deliver meaningful outcomes that can enhance decision-making and thus improve operational efficiency. Focusing on this aspect, this chapter explains the concept of NLP, its history and development, while also reviewing its application in various industrial sectors.

Keywords

  • NLP
  • ML
  • AI
  • deep learning
  • chatbots

1. Introduction

The aim of this chapter is to review the applications of NLP in business. Advancement in the application of technologies in daily lives has revolutionised communication and interaction between humans and computers. It has also had the same effect on humans throughout the world, for they can now use communicative applications (enabling translation and transliteration). Interaction/communication is an important factor in daily lives, as it is the basis for humans to become involved in activities such as business, education, commerce, healthcare management, politics and socialising. The way in which humans communicate can be referred to as natural language, which includes speech, text and emotions [1]. Humans are more involved in speaking as a means of communication than in writing (text). Text, rather than speech, is important for developing any AI application that facilitates the communication process, as machines, as yet, are not as effective in learning languages as humans, as a result of which, they have to depend on the text/data [2]. A child spends years learning any language, which involves emotions, fluency, grammar and speaking norms, among other things. Hence, it is not an easy task for a computer scientist to build applications that deal with natural language input/output.

The study of language, with regard to its grammar, rules, semantics and phonetics, is referred to as linguistics. Devising rules of language, methods for syntax and semantics are included as part of linguistics study. The methods and rules proposed by theoretical linguists can be processed by computer systems, which generate natural language which cope with such matters as grammar, semantic norms etc. This approach has been referred to as computational linguistics [3], for which statistical approaches are utilised in the process of analysing text/data. However, the approaches for processing natural language may not be limited to statistics, for they could also involve the application of advanced inference methods, like machine learning (ML) and deep learning, which are popular artificial intelligence (AI) techniques. Application of advanced techniques could address various challenges associated with the processing of natural language, such as breaking sentences, tagging the parts of speech (POS), generating dependency graphs, building an appropriate vocabulary, linking different components of vocabulary, setting the context, extracting semantic meanings or transforming unstructured data into a structured format [4, 5, 6].

With the development of technologies and applications of various methods for processing natural language, the understanding and definition of NLP has changed over time. Statistical NLP uses the data generated according to some probability distribution and then makes some inferences about this [7]. In a wider sense, NLP should be able to cover any kind of computer manipulation of natural language: it could be as simple as counting word frequencies to compare different writing styles; or as complex as understanding complete human utterances for delivering responses to an input [8]. Given the application of effective technologies, such as ML, in recent years, for NLP, the most appropriate definition is proposed as:

‘NLP is a collective term referring to automatic computational processing of human languages. This includes both algorithms that take human-produced text as input and algorithms that produce natural looking text as outputs’ [9].

Focusing on the brief background discussed, it can be identified that there is a growing demand and scope for larger application of NLP in various sectors. Therefore, reviewing the applications of NLP in different sectors contributes valuable knowledge to academicians, researchers and industry practitioners working in the areas of NLP applications. Accordingly, the purpose of this chapter is to review the applications of NLP in various business service sectors and provide future directions of NLP applications.

Advertisement

2. Methods

Review chapters could be an important sources of information for academicians and practitioners in guiding their decision-making and work practices [10]. High-quality reviews are cited more frequently [11]; and are found to be downloaded more often than any published article, as they offer a high-quality information from various articles in an effective way [12]. In addition, reviews enable one to have an overview, if not a detailed knowledge of the area in question, as well as references to the most useful primary sources [13].

Literature review, in this aspect, can be very useful in collecting information from various sources such as systematic reviews, theoretical reviews etc. Literature review may be the best methodological tool for gathering evidence in a certain area [14]. As this study focuses on gathering information related to application of NLP in business, it can be considered as explorative study. The approach in literature reviews can be narrow, such as investigating the effect of relationship, or it can be broader, such as exploring collective evidence in relation to a specific area or concept. Literature reviews are identified to be very useful, when the aim of the study is to provide an overview about certain issue. In addition, it can be useful for creating research agendas, identifying gaps in research or simply discussing a particular matter [15]. It can be very beneficial in mapping the development of a particular research field in different contexts over time [16]. Considering the nature of this study, which focuses on investigating the development of NLP and its applications in business, literature review methodology is considered as it is identified as an effective methodological tool. Therefore, this chapter adopted a literature review methodology by collecting the relevant information from various sources of information including academic journals, online articles, conferences, white papers and industry reports. A brief literature review about the development of NLP over time is presented in Section 3. In addition, the information collected regarding NLP applications is categorised into major areas/industries including commerce, E-Governance, healthcare, and education, and other relevant areas as explained in Section 4.

Advertisement

3. Brief history of NLP

The roots of NLP development can be traced back to 1950s, when the idea ‘can machines think’ was put forward and examined by Alan Turing, which is popularly known as the Turing Test for the creation of intelligence [17]. This study paved the way for research related to the understanding of natural languages and machine translation. However, there was not much progress, for after many experiments, as identified in a 1966 ALPAC report, no one had succeeded in meeting his specified criteria [18, 19]. Some promising NLP systems were developed in the 1960s, which have been updated since through various techniques and new conceptualisations. Some of the major applications in the 1960s included ‘SHRDLU’, a natural language understanding program that allowed user interaction in English terms [20]; and ‘ELIZA’, a NLP program that stimulated human-machine conversation using a pattern matching and substitution methodology [21].

The research during the 1970s was focused on formatting and structuring real-world data into computer understandable data, which was based on conceptual ontologies. Some of the major developed applications included MARGIE, which could read an English sentence, using Riesbeck’s expectation-based parser as well as building a conceptual dependency form, which represented the meaning of the sentence [22]; and QUALM, which used semantic modelling for framing questions and associating them with different strategies to find answers [23]. In the 1980s, most of the applications relied on complex sets of hand-written rules for NLP. By the late 1980s and 1990s, the research was focused on the application of statistical models for making soft and probabilistic decisions based on the input data along with ML algorithms, such as decision-trees [18, 24]. Accordingly, various techniques of ML became popular approaches to NLP, as they could achieve effective results for various NLP tasks, such as modelling and parsing [25, 26, 27, 28]. Other popular techniques utilised in recent years are text embedding to capture the semantic properties of words, deep learning, machine translation and neural machine translation [29] (Figure 1).

Figure 1.

Brief history of NLP evolution.

Deep learning has gained momentum in NLP over ML in recent years for various reasons, including the ability to handle larger amounts of training data, the availability of faster machines and multicore CPU/GPUs. Moreover, new models and algorithms with advanced capabilities that have improved performance have stimulated deep learning research [29]. The manually designed features in ML are often over-specified, incomplete and take a long time to design and validate, whereas deep learning’s underpinning parameters are quick to adapt and learn fast. Machine translation on various platforms is one of the classic representations of NLP implementation, the use of which is increasing in various industries and the market is projected to be $56 billion by 2021 [30]. Applications, such as ‘Google Translate’, one of the widely used applications on online platforms; Facebook, using machine translation for translating texts in posts and comments; and eBay, similarly using machine translation for enabling cross-border trade by connecting the users across the world. Neural Machine Translation, which manages the entire process of NLP through an artificial neural network known as a Recurrent Neural Network, has been found to be very effective [31]. Another important breakthrough for NLP application is the delivery of dialogue and conversations through chatbots or virtual assistants, such as Apple Siri, Amazon Alexa and Microsoft Cortana. These are increasingly being used, being continuously updated through ML. In sum, the growth of NLP can be observed with the changing needs and increasing adoption of technologies, being transformed through various techniques, such as rules-based algorithms, statistical models, ML, deep learning and RRN.

Advertisement

4. Applications of NLP in business

Communication is an important factor that builds relationship among individuals, and also between organisations and individuals. Interactions among the people from different countries have been facilitated using translators. However, with the development of NLP, communications between such entities have become easier, with language no longer being a barrier to human and business interactions. Businesses can internationalise their operations, and trade relations can be improved, thereby enhancing global commerce. Application of NLP can be found in a range of business contexts, some of which are described in what follows.

4.1 NLP in commerce

Sentiment analysis is one NLP technique that is widely used in the finance market/trading. It is the process of understanding an opinion about a given subject through written or spoken language and accurate predictions are considered to be a game changer in achieving success on the stock market. Financial analysts, business analysts and trade analysts are employed in the organisations for this purpose, to monitor and analyse the impact of various happenings to stock prices. Their work can be simplified by using NLP with ML and AI techniques, are effective in analysing the data from internet, news, blogs and social networking sites (analysis of huge chunks of data across various channels). They can predict trade fluctuations, which enable investors to take the right decisions at the right time. For instance, when using sentiment analysis, words such as ‘good’, ‘profit’, ‘benefit’, ‘positive’ and ‘growth’ can be tagged with positive value, while those, such as ‘risk’, ‘fall’, ‘bankruptcy’, and ‘loss’ are tagged with negative values. Making meaning from the text identified using NLP and ML allows for accurate predictions to be made [32].

Similarly, NLP’s application in business can be observed in other forms, such as: filtering emails and identifying spam (by analysing text); enhancing security through voice recognition; extracting information from large datasets; using online assistants/chatbots (questioning-answering) for providing customer service; promoting business intelligence; placing relevant ads online by using keyword matching and sense disambiguation; analysing competitors and the market using event extraction techniques, this list being inconclusive [33, 34, 35, 36, 37]. NLP can be applied in E-Commerce/S-Commerce applications for analysing the consumer behaviour based on the feedback, posts, reviews, ratings etc. (text analysis). It can also provide effective customer support through virtual assistants that can respond to customer queries in a range of formats, including: text, speech, audio or video [38].

4.2 NLP in “E-Governance”

NLP can enhance E-Governance, which is completely reliant on an information and communication technologies infrastructure [39]. It can facilitate interaction between the citizens and government using an E-Governance framework. For example, citizens who are illiterate can share their opinions and interact with government through audio/video conversation, which can be translated into text for documentation. Similarly, voice-enabled mobile applications can read the text and convey messages to the people. In addition, government can use NLP for monitoring various channels through which people interact to identify their concerns. Moreover, in this context, it can be used for enhanced security, by preventing any breaches of this.

Interactions between citizens and government involve enormous volumes of information exchange. Filtering and formatting such large amounts of data is a complex task, which can be effectively managed by the use of NLP with AI and ML techniques [40]. For instance, sentiment analysis can be used for mining opinions from huge datasets, including feedback, complaints and reviews about a particular policy, thereby ascertaining what the general consensus on it is [41]. That is, it can be used to gauge opinions from feedback, complaints and suggestions made by the residents of a city in relation to various urban issues, such as carbon emissions, lack of a solid waste management system and lack of sanitation [42]. This would help the relevant government agencies in selecting appropriate strategies to address the issues identified. In sum, as a result of adopting these approaches, the communication between government and citizens could be markedly improved, in particular, the former could use them to identify the concerns of the latter and thus, address these in a timely manner. In addition, it encourages E-Participation from both sides, thereby greatly contributing to the effective implementation of government policies.

4.3 NLP in healthcare

The healthcare industry is one of the fastest growing. It has been integrating technology applications with healthcare practices, such as diagnosis and treatment for delivering effective and efficient services, which can be accessed by the majority of people, thereby overcoming any regional disadvantages (access in rural areas through E-Health services). However, the amount of data being collected through this process, in the form of such as EHRs (Electronic Health Records), sensor information, diagnoses, monitoring data, healthcare operations and management data is vast. It has been ascertained that about 80% of the healthcare data is unstructured, of poor quality, and considering the current format, it is effectively unusable [40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68]. NLP, in this context, can be considered as one of the effective approaches for addressing these problems by using it to parse information and extract critical strings of data, thereby offering an opportunity to leverage unstructured data. It has been already in use in various healthcare operations across the world. The market for NLP in healthcare and life sciences is expected to reach $2650.2 million by 2021 [44]. The major drivers of NLP applications in healthcare [40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69] include the following:

  • the rising need for handling the surge in clinical data;

  • support for value-based care and population health management;

  • improving clinical documentation and making computer-assisted coding more efficient;

  • improving patient and healthcare provider interactions;

  • empowering patients with health literacy;

  • increasing need for higher quality healthcare.

So far, the applications of NLP in healthcare have achieved remarkable results, as a result of which its deployment in healthcare technologies has been increasing in recent years. For instance, NLP techniques were used for reviewing more than 2 billion EHR documents for indications of PTSD, depression and potential self-harm in veteran patients, in 2013, by the Department of Veterans Affairs (USA) [45]. Similarly, in another study [46], an analytics algorithm that leverages NLP was able to predict the onset of psychosis in high-risk youths with 100% accuracy. Similarly, a study conducted by researchers from the University of Alabama found that by applying NLP techniques the reportable cancer cases identified was 22.6% more accurate than a manual review of medical records [47]. Further, various other studies have identified the potential benefits, including effective decision-making by physicians; reducing physician burnout (disillusionment among doctors tired of repetitive data entry tasks and administrative duties as well as excessive time spent combing through patient data); addressing accelerating demand for healthcare services; and dealing with increasing numbers of healthcare claims [48, 49, 50, 51], through the application of NLP techniques in the healthcare context.

4.4 NLP in education

NLP can enhance education technology in various ways, in particular, being effective in analysing data and text, thereby delivering meaningful outcomes. For learning of language-related subjects, it can enhance teaching by focusing on reading, writing and speaking. In general, it can support the needs of students, teachers and researchers [40, 41, 42, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71]. Language assessment (formative and summative) is one of the upcoming major areas of NLP application, being used for assessing student’s proficiency in reading, writing and speaking (e.g., automated scoring system for assessing/grading essays using NLP techniques). Syntactics analysis, for instance, can be used for correcting writing errors, which can provide instant feedback for correction and this process can be very useful for students, especially with the disabled, such as the deaf/ blind [41]. Other areas of application include proofreading, detecting errors of machine translation, assessing the meaning and content of student works, such as essays, short/long answers, training non-native speakers, and assessing reading and speaking [42, 52, 53, 54, 55].

Moreover, NLP can be used in the teaching the use of language, that is, any subject using any language as a medium. One of its current uses pertains to the chatbot/virtual assistant applications that are used for various purposes, including teaching, training, tutoring and assessment in the education sector. Chatbots can also be integrated with gaming technologies, which promotes an active learner environment in the E-Learning context, with virtual characters or avatars [56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71]. The chatbot application, similar to E-Learning resources, also fosters students’ engagement in learning activities by motivating them and gaining their attention by using innovative media features [57]. They can also be used in self-guided learning through learning modes, such as quizzes, which is one of the important principles of E-Learning [58]. However, many extant E-Learning approaches (online educational videos, online classes, portals) have been focused on one-way communication using rich and real-time media, thus failing to address pedagogical and social aspects. With the introduction of discussion forums and messaging applications, this issue was addressed to an extent, but increased the complexity and the amount of information to be processed, which can be a burden to the learner [59]. Chatbots in such instances can be very effective in providing the accurate information in real time, where the learners need not depend on different entities to seek answers. The personalisation and additivity features can be integrated into the chatbot applications, which can increase the accuracy of the learner model obtained by the student. He/she can negotiate jointly with the model using a natural conversational flow of interaction [59]. This aspect reflects the difference in designing educational chatbot applications and E-Learning resources. That is, for the former, voice user interface and conversational flow techniques need to be designed closely with the users of the system, this allows for the inclusion of culture and social issues in the stages of design, unlike E-Learning where the developers greatly influence the design process [70].

In addition to assessing students’ linguistic inputs, through such matters as feedback, assessments/ coursework, essays, short/long answers and serving as a medium of instruction (tutoring, teaching, training), NLP can also be used in processing text and speech in other ways that can support teachers, students, system developers and researchers. As the amount of electronically available text in education is increasing rapidly, NLP can be effective in organising the relevant text for teaching. For, it can be a very onerous task for teachers to identify appropriate materials for effective input during lectures. That is, teaching with the most up to date course materials is beneficial for both students in learning and teachers in teaching the subjects more effectively and efficiently [41]. In addition, NLP can be effective in research, especially in formulating meaningful extractions from bodies of literature (systematic reviews, scoping reviews, meta-analyses etc.). In addition, NLP can be effective in processing qualitative data, such as those collected from interviews, in various formats including audio, video and text. Moreover, it can be used for converting audio translations from one language to other or into text, thereby assisting with data analysis [60, 61].

4.5 NLP in other sectors

Sectors such as hospitality and travel, manufacturing and logistics, media and entertainment etc. can benefit from the application of NLP. For instance, the service engineers who repair electronics and other products at homes and offices need to provide the fault reports to the companies, which will be analysed and the identified issues would be resolved in products manufactured in future. However, compiling and interpreting information provided by the service engineers (age of devices, parts replaced, fault description etc.) could be a complex task for quality engineers as the text can be full of abbreviations, spelling mistakes and can range from verbose to abrupt in content length [72]. NLP can effectively refine such data and provide appropriate information for quality engineers. NLP can be implemented in all those areas where AI is applicable either by simplifying communication process or by refining and analysing information. Similarly, it is applied in hospitality and travel industry in providing excellent customer satisfaction through chatbots and virtual assistants in selecting hotels, booking flights, providing information about places to visit and experience etc., which is customised according to the travellers’ preferences [73]. Similar applications of NLP can be identified across all the sectors where the services are provided to the customers, such as streamlining the programs according to the customers’ viewing history on televisions (Media & entertainment) [74]; or communicating with travel chatbots about the travel routes while driving such as Google Maps(travel). Therefore, NLP can be applied across various sectors which are not only service oriented but also manufacturing sectors.

Advertisement

5. Future directions

NLP has made a major leap in the past few years, both in theory and practical integration into various industry solutions. Interacting with a virtual chatbot when booking a hotel or flight to extracting insights from call-centre interactions to analyse customer behaviour, such as their attitudes and satisfaction levels, has made NLP’s presence felt in almost every industry-based solution. With deep learning being progressively developed, it has finally come into its own with RNN, outperforming the traditional ML methods in a wide range of NLP tasks. It can deliver better performance than humans in complex tasks such as questioning-answering and machine translation [62]. In addition, the recent advances in the technology and practices are promising for improving scalability and robustness. That is, they herald a shift in how business organisations consume computing resources and deploy NLP applications. From the technical perspective, various new approaches have been emerging for such learning (NLP and deep learning using training data), such as the Universal Language Model Fine-tuning (ULMFit); and Bidirectional Encoder Representations from Transformers (BERT), developed by Google for contextual pre-training, which has now advanced to XLNet. This avoids the issues that BERT suffers from by using a technique called ‘permutation language modelling’ [63]. These methods have improved NLP tasks, outperforming state-of-the-art performance as well as obtaining high accuracy. For example, application of the ULMFit method on text classification tasks has reduced the error by 18–24% for the majority of datasets. In addition, with only 100 labelled examples, it matched the performance of training from scratch on a hundred times more data [62].

The market for NLP in future is considered to be very promising, for various reports [30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64] have projected a rapid increase in its application. The NLP market, including hardware, applications and service is projected to reach $22.3 billion by 2025, while the market for AI enabled NLP software has been forecast to reach $5.4 billion by 2025 [64]. With the integration of deep learning techniques and NLP, with platforms like iDS Cloud, businesses in future will reap benefits in the areas of customer services, marketing, business intelligence and operational management. This will reduce the dependency on the data scientists, thereby reducing the costs and improving process efficiency [65]. Humanoids/robotics is one of the most promising advancements in technology, which can be experienced in near future in industrial sectors and also in social lives for managing various tasks. However, enabling humanoids to function like humans in every aspect and assisting them in performing most complex activities would need the ability to comprehend entirely accurately human speech. Given the versatile nature of robots, NLP will become more important than ever, because a single misinterpreted command by one could lead to it performing undesirable actions and may even cause harm to humans. Research on designing socially intelligent robots by using NLP [66, 67] has been increasing in recent years, which could result in the development of fully functional and safe humanoids in the near future.

Advertisement

6. Conclusion

The purpose of this paper is to review the applications of NLP in business. NLP potential lies in effectively learning and understanding the natural language. It can handle the issues associated with translation and transliteration by effectively improving the communication process between humans and machines across various formats. Based on the review, it can be concluded that its presence in various industry-based solutions has been increasing in the recent years. Complex processes in commerce, such as predictions and decision-making in stock-market trading; simplifying customer interactions using chatbots on commerce platforms, thus making the interaction more enjoyable; analysing citizens issues from large volumes of data in E-governance; effectively managing healthcare operations, such as diagnoses, service delivery and records management; and improving the learning and teaching approaches in education sector, are some of the benefits that NLP techniques can engender. In addition, NLP’s integration with advanced technologies, such as ML, AI and deep learning, can deliver more accurate outcomes compared to the use of traditional methods. However, its application in the areas of AI, robotics, and other advanced systems is under-researched. In sum, given the efficiency of NLP techniques in improving the accuracy in data analysis and processing of natural language, it has immense scope for use in the areas of robotics and business intelligence in future.

References

  1. 1. Eisenstein J. Introduction to Natural Language Processing. Cambridge, MA: The MIT Press; 2019
  2. 2. Ghosh S, Gunning D. Natural Language Processing Fundamentals. Birmingham: Packt Publishing Ltd; 2019
  3. 3. Grishman R. Computational Linguistics. 4th ed. New York: Cambridge University Press; 1999
  4. 4. Mitkov R. The Oxford Handbook of Computational Linguistics. Oxford: Oxford University Press; 2019
  5. 5. Barnden J. Challenges in natural language processing: The case of metaphor (commentary). International Journal of Speech Technology. 2008;11(3-4):121-123. DOI: 10.1007/s10772-009-9047-3
  6. 6. Weischedel R, Bates M. Challenges in Natural Language Processing. Cambridge: Cambridge University Press; 2006
  7. 7. Manning C, Schütze H. Foundations of Statistical Natural Language Proccesing. Cambridge (Massachusetts): MIT Press; 1999
  8. 8. Bird S, Klein E, Loper E. Natural Language Processing with Python. Beijing: O’Reilly; 2011
  9. 9. Goldberg Y. A primer on neural network models for natural language processing. Journal of Artificial Intelligence Research. 2016;57:345-420
  10. 10. Paré G, Trudel M-C, Jaana M, Kitsiou S. Synthesizing information systems knowledge: A typology of literature reviews. Information & Management. 2015;52(2):183-199
  11. 11. Rowe F. What literature review is not: Diversity, boundaries and recommendations. European Journal of Information Systems. 2014;23(3):241-255
  12. 12. Montori V, Wilczynski N, Morgan D, Haynes R. Systematic reviews: A cross-sectional study of location and citation counts. BMC Medicine. 2003;1(1). DOI: 10.1186/1741-7015-1-2
  13. 13. Cronin P, Ryan F, Coughlan M. Undertaking a literature review: A step-by-step approach. The British Journal of Nursing. 2008;17(1):38-43
  14. 14. Tranfield D, Denyer D, Smart P. Towards a methodology for developing evidence-informed management knowledge by means of systematic review. British Journal of Management. 2003;14(3):207-222
  15. 15. Torraco R. Writing integrative literature reviews: Guidelines and examples. Human Resource Development Review. 2005;4(3):356-367
  16. 16. Snyder H. Literature review as a research methodology: An overview and guidelines. Journal of Business Research. 2019;104:333-339
  17. 17. Stevan H. The annotation game: On turing on computing, machinery, and intelligence, in Epstein, Robert. In: Peters G, editor. The Turing Test Sourcebook: Philosophical and Methodological Issues in the Quest for the Thinking Computer. New York: Springer; 2008
  18. 18. Hutchins J. The History of Machine Translation in a Nutshell. 2005. Available from: http://www.hutchinsweb.me.uk/Nutshell-2005.pdf [Accessed: 23 January 2020]
  19. 19. Pierce JR, Carroll JB, Hamp EP, Hays DG, Hockett CF, Oettinger AG, et al. Language and machines — Computers in translation and linguistics. In: ALPAC Report. Washington, DC: National Academy of Sciences, National Research Council; 1966
  20. 20. Winograd T. SHRDLU. 2020. Available from: http://hci.stanford.edu/winograd/shrdlu/ [Accessed: 22 January 2020]
  21. 21. Weizenbaum J. Computer Power and Human Reason: From Judgment to Calculation. San Francisco: W. H. Freeman and Company; 1976. ISBN 0-7167-0463-3
  22. 22. Schank R. Conceptual Information Processing. Amsterdam: Elsevier Science; 2015
  23. 23. Lehnert WG. A conceptual theory of question answering. In: Proceedings of the 5th International Joint Conference on Artificial Intelligence, Massachusetts Institute of Technology. Cambridge, Massachusetts, USA; 1977
  24. 24. Barman B. The linguistic philosophy of Noam Chomsky. Philosophy and Progress. 2014;LI-LII(1-2):103-122. DOI: 10.3329/pp.v51i1-2.17681
  25. 25. Deyringer V, Fraser A, Schmid H, Okita T. Parallelization of neural network training for NLP with Hogwild! The Prague Bulletin of Mathematical Linguistics. 2017;109(1):29-38. DOI: 10.1515/pralin-2017-0036
  26. 26. Jozefowicz R, Vinyals O, Schuster M, Shazeer N, Wu Y. Cornell University. 2016. Available from: https://arxiv.org/abs/1602.02410 [Accessed: 11 February 2020]
  27. 27. Vinyals O, Kaiser L, Koo T, Petrov S, Sutskever I, Hinton G. Grammar as a foreign language. Conference on Neural Information Processing Systems. 2015. Available from: https://papers.nips.cc/paper/5635-grammar-as-a-foreign-language.pdf [Accessed: 23 January 2020]
  28. 28. Collins M. Three generative, lexicalised models for statistical parsing. In: Proceedings of the 35th Annual Meeting of the ACL. USA; 1997
  29. 29. Le J. The 7 NLP Techniques that Will Change how you Communicate in the Future (Part I). 2018. Available from: https://heartbeat.fritz.ai/the-7-nlp-techniques-that-will-change-how-you-communicate-in-the-future-part-i-f0114b2f0497 [Accessed: 23 January 2020]
  30. 30. GALA. Translation and Localization Industry Facts and Data. Available from: https://www.gala-global.org/industry/industry-facts-and-data [Accessed: 22 January 2020]
  31. 31. Zhaopeng T, Zhengdong L, Yang L, Xiaohua L, Hang L. Modeling Coverage for Neural Machine Translation. Cornell University. Aug 2016; arXiv:1601.04811
  32. 32. Lagi M. Natural Language Processing – Business Applications. 2019. Available from: https://emerj.com/ai-sector-overviews/natural-language-processing-business-applications/ [Accessed: 24 January 2020]
  33. 33. Kass A, Cowell-Shah C. Business event advisor: Mining the net for business insight with semantic models, lightweight NLP, and conceptual inference. Geography Compass. 2019;10(13):54-61
  34. 34. Kass A, Cowell-Shah C. Using lightweight NLP and semantic modeling to realize the Internet’s potential as a corporate radar. American Association for Artificial Intelligence. 2006. Available from: https://www.aaai.org/Papers/Symposia/Fall/2006/FS-06-02/FS06-02-014.pdf [Accessed: 24 January 2020]
  35. 35. Sintoris K, Vergidis K. Extracting business process models using natural language processing (NLP) techniques. In: IEEE 19th Conference on Business Informatics (CBI). 2017. DOI: 10.1109/cbi.2017.41
  36. 36. Manuel P, Demirel O, Gorener R. Application of eCommerce for SMEs by using NLP principles. In: IEMC 2003 Proceedings. Managing Technologically Driven Organizations: The Human Side of Innovation and Change. 2003. DOI: 10.1109/iemc.2003.1252317
  37. 37. Davda A, Mittal P. NLP and Sentiment Driven Automated Trading. 2008. Available from: https://www.seas.upenn.edu/~cse400/CSE400_2007_2008/DavdaMittal/NLPSentimentTrading.pdf [Accessed: 24 January 2020]
  38. 38. Zhang Z. Weighing stars: Aggregating online product reviews for intelligent E-commerce applications. IEEE Intelligent Systems. 2008;23(5):42-49. DOI: 10.1109/mis.2008.95
  39. 39. Ghosh S. Application of natural language processing (NLP) techniques in E–governance. In: E-Government Development and Diffusion. 2009. pp. 122-132. DOI: 10.4018/978-1-60566-713-3.ch008
  40. 40. Litman D. Natural language processing for enhancing teaching and learning. In: Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence. Arizona, USA: Phoenix; 2016
  41. 41. Tetreault J, Chodorow M. The ups and downs of preposition error detection in ESL writing. In: Proceedings of COLING. 2008. pp. 865-872. Available from: https://www.aclweb.org/anthology/C08-1109
  42. 42. Ward NG, Escalante R, Bayyari YA, Solorio T. Learning to show you’re listening. Computer Assisted Language Learning. 2007;20:385-407
  43. 43. Maruti T. 6 Driving Factors behind NLP in Healthcare. 2020. Available from: https://marutitech.com/nlp-in-healthcare/ [Accessed: 22 January 2020]
  44. 44. Marketsandmarkets. NLP Healthcare & Life Sciences Market by Technology & Services| MarketsandMarkets. 2020. Available from: https://www.marketsandmarkets.com/Market-Reports/healthcare-lifesciences-nlp-market-131821021.html [Accessed: 22 January 2020]
  45. 45. Bresnick J. VA Uses EHRs, Natural Language Processing to Spot Suicide Risks. 2020. Available from: https://ehrintelligence.com/news/va-uses-ehrs-natural-language-processing-to-spot-suicide-risks [Accessed: 22 January 2020]
  46. 46. Bresnick J. Predictive Analytics, NLP Flag Psychosis with 100% Accuracy. 2020. Available from: https://healthitanalytics.com/news/predictive-analytics-nlp-flag-psychosis-with-100-accuracy [Accessed: 22 January 2020]
  47. 47. Osborne J, Wyatt M, Westfall A, Willig J, Bethard S, Gordon G. Efficient identification of nationally mandated reportable cancer cases using natural language processing and machine learning. Journal of the American Medical Informatics Association. 2016;23(6):1077-1084. DOI: 10.1093/jamia/ocw006
  48. 48. Popowich F. Using text mining and natural language processing for health care claims processing. ACM SIGKDD Explorations Newsletter. 2005;7(1):59-66. DOI: 10.1145/1089815.1089824
  49. 49. Wen A, Fu S, Moon S, El-Wazir M, Rosenbaum A, Kaggal VC, et al. Desiderata for delivering NLP to accelerate healthcare AI advancement and a Mayo Clinic NLP-as-a-service implementation. NPJ Digital Medicine. 2019;2:130. DOI: 10.1038/s41746-019-0208-8
  50. 50. Aaron M. Using AI and NLP to alleviate physician burnout. Books, Presentations, Posters, Etc. 2019. Available from: https://digitalcommons.psjhealth.org/other_pubs/39 [Accessed: 22 January 2020]
  51. 51. Sandeep Kumar E, Satya Jayadev P. Deep learning for clinical decision support systems: A review from the panorama of Smart healthcare. In: Studies In Big Data. 2019. pp. 79-99. DOI: 10.1007/978-3-030-33966-1_5
  52. 52. Xue H, Hwa R. Syntax-driven machine translation as a model of ESL revision. In: Proceedings of the 23rd International Conference on Computational Linguistics: Posters. 2010. pp. 1373-1381. Available from: https://www.aclweb.org/anthology/C10-2157
  53. 53. Mitchell CM, Evanini K, Zechner K. A trialogue-based spoken dialogue system for assessment of English language learners. In: Proceedings of the International Workshop on Spoken Dialogue Systems. CA: Napa; 2014
  54. 54. Leacock C, Chodorow M, Gamon M, Tetreault J. Automated grammatical error detection for language learners. Synthesis Lectures on Human Language Technologies. 2010;3(1):1-134
  55. 55. Dzikovska M, Nielsen R, Brew C, Leacock C, Giampiccolo D, Bentivogli L, et al. Semeval-2013 task 7: The joint student response analysis and 8th recognizing textual entailment challenge. In: Proceedings 6th International Workshop on Semantic Evaluation. 2013. pp. 263-274. Available from: https://www.aclweb.org/anthology/S13-2045
  56. 56. Van Rosmalen P, Eikelboom J, Bloemers E, Van Winzum K, Spronck P. Towards a game-Chatbot: Extending the interaction in serious games. In: Felicia P, editor. Proceedings of the 6th European Conference on Games Based Learning. 2012. pp. 525-532
  57. 57. Benotti L, Martínez M, Schapachnik F. Engaging high school students using chatbots. In: Proceedings of the 2014 Conference on Innovation & Technology In Computer Science Education - Iticse '14. 2014. pp. 63-68. DOI: 10.1145/2591708.2591728
  58. 58. Pereira J. Leveraging chatbots to improve self-guided learning through conversational quizzes. In: Proceedings of the Fourth International Conference on Technological Ecosystems for Enhancing Multiculturality - TEEM '16. 2016. DOI: 10.1145/3012430.3012625
  59. 59. Kerlyl A, Hall P, Bull S. Bringing Chatbots into education: Towards natural language negotiation of open learner models. Applications and Innovations in Intelligent Systems XIV. 2007;20(2):179-192. DOI: 10.1007/978-1-84628-666-7_14
  60. 60. Gharehchopogh F, Khalifelu Z. Analysis and evaluation of unstructured data: Text mining versus natural language processing. In: 5Th International Conference on Application of Information and Communication Technologies (AICT). 2011. DOI: 10.1109/icaict.2011.6111017
  61. 61. Burstein J. Opportunities for natural language processing research in education. Computational Linguistics and Intelligent Text Processing. Berlin, Heidelberg: Springer; 2009. pp. 6-27. DOI: 10.1007/978-3-642-00382-0_2
  62. 62. Wasserblat M, Pereg O, Singer G. Future Directions for NLP in Commercial Environments. 2019. Available from: https://www.intel.ai/future-directions-nlp/#gs.tnq0fe [Accessed: 23 January 2020]
  63. 63. Bell P. The future of natural language processing. Flatiron School. 2019. Available from: https://flatironschool.com/blog/the-future-of-natural-language-processing [Accessed: 22 January 2020]
  64. 64. Tractica. Natural Language Processing Market to Reach $22.3 Billion by 2025. 2019. Available from: https://www.tractica.com/newsroom/press-releases/natural-language-processing-market-to-reach-22-3-billion-by-2025/ [Accessed: 22 January 2020]
  65. 65. Ghosh P. The future of NLP in data science. Dataversity. 2018. Available from: https://www.dataversity.net/future-nlp-data-science/ [Accessed: 22 January 2020]
  66. 66. Cynthia M. Grounded language learning: Where robotics and NLP meet. Invited talk. In: Proceedings of the International Joint Conference on Artificial Intelligence. Stockholm, Sweden; 2018
  67. 67. Shruthi J, Swamy S, Sarika C. Survey on - socially intelligent robots by using NLP. International Journal of Computer Applications. 2017;171(1):19-21. DOI: 10.5120/ijca2017914731
  68. 68. Bahja M. Identifying Patient Experience from Online Resources Via Sentiment Analysis and Topic Modelling Approaches, ICIS of the Association for Information Systems (AIS); 2018
  69. 69. Bahja M, Lycett M. Identifying patient experience from online resources via sentiment analysis and topic modelling. In: IEEE/ACM International Conference on Big Data Computing. USA: Applications and Technologies; 2016
  70. 70. Bahja M, Hammad R. A user-centric design and pedagogical-based approach for mobile learning. In: International Conference on Mobile, Hybrid, and on-Line Learning. 2018. pp. 100-105
  71. 71. Bahja M, Hammad R. Talk2Learn: A framework for Chatbot learning. In: European Conference on Technology-Enhanced Learning. 2019
  72. 72. May P. My First Usage of Natural Language Processing (NLP) in Industry. 2019. Available from: https://towardsdatascience.com/my-first-usage-of-natural-language-processing-nlp-in-industry-c20842b37cad [Accessed: 14 February 2020]
  73. 73. Maruti T. Re-Modelling the Hospitality Industry with Artificial Intelligence, Predictive Analytics & NLP. 2018. Available from: https://chatbotsmagazine.com/re-modelling-the-hospitality-industry-with-artificial-intelligence-predictive-analytics-nlp-e875fff604b8 [Accessed: 14 February 2020]
  74. 74. Verma A. How AI Is Transforming the Media & Entertainment Industry. 2019. Available from: https://www.wipro.com/en-IN/holmes/how-ai-is-transforming-the-media-and-entertainment-industry/ [Accessed: 14 February 2020]

Written By

Mohammed Bahja

Submitted: 01 October 2019 Reviewed: 20 March 2020 Published: 11 May 2020