Archives for NLP - Page 7

26 Jul

How To Paraphrase Text Using PEGASUS Transformer

image-24584
image-24584

In recent years, if you have explored Data Science, you must have heard or come across the term “Natural Language Processing” and “How Natural Language Processing is changing the face of Data Analytics”. But, what exactly is Natural Language Processing? Natural language refers to the way humans communicate and connect. Today, we are surrounded by…

The post How To Paraphrase Text Using PEGASUS Transformer appeared first on Analytics India Magazine.

22 Jul

Creating A Language Translator App Using Gradio

image-24478
image-24478

Gradio is an open-source library for Python language that allows you to quickly create easy to use customizable User Interface components for any ML model. In this article, we will try to implement a Language Translator App Using The Gradio and its Transformer Model, translate a text of a different language using a translator pipeline and build a lightweight app that translates text into a specified language in realtime.

The post Creating A Language Translator App Using Gradio appeared first on Analytics India Magazine.

25 Jun

Creating A Paragraph Auto Generator Using GPT2 Transformers

Automation is the process of making a system operate automatically without human intervention. As the days pass by and life gets busier each day, automation and automated systems intrigue the commune more. By applying automation, unsafe and repetitive tasks could be made self-sufficient, saving two of the most quintessential and precious things in a human’s…

The post Creating A Paragraph Auto Generator Using GPT2 Transformers appeared first on Analytics India Magazine.

25 Jun

Creating A Paragraph Auto Generator Using GPT2 Transformers

Automation is the process of making a system operate automatically without human intervention. As the days pass by and life gets busier each day, automation and automated systems intrigue the commune more. By applying automation, unsafe and repetitive tasks could be made self-sufficient, saving two of the most quintessential and precious things in a human’s…

The post Creating A Paragraph Auto Generator Using GPT2 Transformers appeared first on Analytics India Magazine.

13 Jun

How to Identify Entities in NLP?

image-23517
image-23517

Generally, when we read a text, we recognize entities straightway like people, values, locations and more. For example, in the sentence “ Alexander the Great, was a king of the ancient Greek kingdom of Macedonia.”, we can identify three types of entities as follows: Person: Alexander Culture: Greek Kingdom: Macedonia  We are getting an enormous…

The post How to Identify Entities in NLP? appeared first on Analytics India Magazine.