- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 217字
- 2021-08-13 16:01:38
Recognizing named entities
NER is a type of text annotation task. In NER, words or tokens in a piece of text are labeled or annotated into categories, such as organizations, locations, people, and so on. In effect, NER converts unstructured text data into structured data that can later be used for further analysis. The following screenshot is a visualization from the Google Cloud API. The reader can try out the API with the link provided in the preceding subsection:

The output result in the preceding screenshot shows how the different entities, such as ORGANISATION (Google), PERSON (Sundar Pitchai), EVENT (CONSUMER ELECTRONICS SHOW), and so on, are automatically extracted from the unstructured raw text by NER. The output also gives the sentiment for each label or category, based on sentiment analysis. The reader can experiment with different text using the link provided earlier. When we click on the Categories tab, we can see the following:

The preceding screenshot shows how the system also classifies a particular piece of text into Computer & Electronics, News, and so on, using the recognized named entities in the text. Such a categorization, called topic modeling, is another important NLP task, used to identify the main theme or topic of a sentence or document.
- Google Apps Script for Beginners
- Designing Machine Learning Systems with Python
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- Windows Forensics Cookbook
- Visual C++數(shù)字圖像處理技術(shù)詳解
- Mastering JBoss Enterprise Application Platform 7
- Getting Started with Eclipse Juno
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- 零基礎(chǔ)學(xué)C語言程序設(shè)計(jì)
- 交互式程序設(shè)計(jì)(第2版)
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- Scratch超人漫游記:創(chuàng)意程序設(shè)計(jì):STEAM創(chuàng)新教育指南
- JavaScript重難點(diǎn)實(shí)例精講