- 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.
- 跟老齊學(xué)Python:輕松入門
- Python Geospatial Development(Second Edition)
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Learning Vaadin 7(Second Edition)
- INSTANT Sinatra Starter
- OpenResty完全開發(fā)指南:構(gòu)建百萬級別并發(fā)的Web應(yīng)用
- C# Multithreaded and Parallel Programming
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- App Inventor 2 Essentials
- Learning Splunk Web Framework
- Learning Android Application Testing
- Web編程基礎(chǔ):HTML5、CSS3、JavaScript(第2版)
- Java自然語言處理(原書第2版)
- 計(jì)算機(jī)程序的構(gòu)造和解釋(JavaScript版)
- Raspberry Pi Robotic Projects