Chinese named entity recognition method, device, computer equipment and storage medium
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- BEIJING UNIV OF POSTS & TELECOMM
- Publication Date
- 2020-11-13
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the field of information processing, in particular to a Chinese named entity recognition method, device, computer equipment and storage medium. Background technique
[0002] Named Entity Recognition (NER for short), also known as "proper name recognition", refers to the recognition of entities with specific meanings in text, mainly including names of people, places, institutions, and proper nouns. Named entity recognition is a basic task in natural language processing tasks, and its effects will directly affect tasks such as entity linking, machine translation, and relationship extraction.
[0003] Since Chinese does not have a natural separator to segment each word, character-based Chinese named entity recognition is a better choice than word-based methods. Commonly used named entity recognition methods include BiLSTM (Bi-directional Long Short-Term Memory, two-way long-term short-term memory) combined with CRF (Con...