Named entity recognition is a natural language processing library that implements statistical and neural sequence labeling models to extract entities from text. The toolkit provides implementations for hidden Markov models, conditional random fields, and bidirectional recurrent neural networks combined with conditional random field layers. The library supports training machine learning models on annotated training corpora using maximum likelihood estimation for parameter and transition structure estimation. It includes ensemble majority voting consensus strategies to combine independent outpu
This project is a named entity recognition framework and TensorFlow-based natural language processing model. It provides a pipeline for adapting pre-trained language models to specific entity recognition and text classification tasks. The system implements a sequence labeling architecture that combines transformer-based embeddings with bidirectional sequence modeling and conditional random field decoding. It includes tools for fine-tuning model weights and training the network to identify and categorize entities within unstructured text. The framework also includes a client-server architectu
Duckling is a deterministic named entity recognizer and natural language entity extractor. It transforms unstructured text into machine-readable data by mapping language-specific input strings to universal structured formats. The system utilizes a rule-based engine and composable language rules to resolve entities without relying on probabilistic models. It supports multilingual text parsing across various regional locales, employing a logic-driven approach to normalize diverse natural language expressions into standardized numeric values. The project covers the extraction and normalization
KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for cognitive intelligence and artificial intelligence systems. It primarily consists of large-scale Chinese knowledge graph datasets, including entity-relation data and NLP training sets used to drive semantic understanding and automated question answering. The project focuses on the construction and export of massive entity-attribute-value graphs, organizing knowledge into portable formats. It provides specialized domain partitioning to tailor information retrieval for professional
Entity-Relation-Extraction 是一个机器学习框架,旨在识别非结构化文本中的实体及其逻辑连接。它作为一个管道,通过利用深度学习模型和 Transformer 架构,将原始文档转换为结构化知识图谱。
yuanxiaosc/entity-relation-extraction 的主要功能包括:Entity and Relation Extraction, Natural Language Entity Extraction, Knowledge Graph Construction, Schema-Driven Mappings, Transformer Encoders, Information Extraction, BERT Fine-Tuning, Graph Schema Extractions。
yuanxiaosc/entity-relation-extraction 的开源替代品包括: luopeixiang/named_entity_recognition — Named entity recognition is a natural language processing library that implements statistical and neural sequence… macanv/bert-bilstm-crf-ner — This project is a named entity recognition framework and TensorFlow-based natural language processing model. It… facebook/duckling — Duckling is a deterministic named entity recognizer and natural language entity extractor. It transforms unstructured… ownthink/knowledgegraphdata — KnowledgeGraphData is a collection of structured datasets and corpora designed to provide a foundational layer for… thunlp/opennre — OpenNRE is a natural language processing library and neural relation extraction framework designed to transform… bojone/bert4keras — bert4keras is a lightweight reimplementation of the BERT transformer architecture for the Keras deep learning…