awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
liuhuanyong avatar

liuhuanyong/ComplexEventExtraction

0
View on GitHub↗
1,225 Stars·282 Forks·Python·2 Aufrufe

ComplexEventExtraction

A concept and obvious expression pattern collection of Chinese compound event extraction which then be evolved into ComplexEventGraph,本项目提出了中文复合事件的概念与显式模式,包括条件事件、因果事件、顺承事件、反转事件等事件抽取,并形成事理图谱。

Features

  • Event Extraction - Chinese event extraction tools.
  • Information Extraction - Extraction of complex events and construction of event graphs.

Star-Verlauf

Star-Verlauf für liuhuanyong/complexeventextractionStar-Verlauf für liuhuanyong/complexeventextraction

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu ComplexEventExtraction

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit ComplexEventExtraction.
  • varunshenoy/graphgptAvatar von varunshenoy

    varunshenoy/GraphGPT

    4,429Auf GitHub ansehen↗

    GraphGPT is an LLM knowledge graph generator that extracts entities and relationships from unstructured text to create visual knowledge graphs. It functions as a natural language graph interface and an unstructured data extraction pipeline, transforming raw text into structured triples for mapping complex information networks. The system enables dynamic knowledge mapping by allowing users to build and update network visualizations through conversational queries and text-based instructions. This allows for the conversion of unstructured data into visual graphs to identify patterns and connecti

    JavaScript
    Auf GitHub ansehen↗4,429
  • thunlp/opennreAvatar von thunlp

    thunlp/OpenNRE

    4,466Auf GitHub ansehen↗

    OpenNRE is a natural language processing library and neural relation extraction framework designed to transform unstructured text into structured relational data. It serves as a toolkit for identifying relationship types between entities and generating entity-relation-entity triples to populate and expand knowledge bases. The framework provides tools for both supervised and distantly supervised relation extraction, allowing neural models to be trained on labeled datasets or via automated pipelines that align knowledge base triples with raw text. The project covers a full information extracti

    Pythonrelation-extraction
    Auf GitHub ansehen↗4,466
  • yuanxiaosc/entity-relation-extractionAvatar von yuanxiaosc

    yuanxiaosc/Entity-Relation-Extraction

    1,231Auf GitHub ansehen↗

    Entity-Relation-Extraction is a machine learning framework designed to identify entities and their logical connections within unstructured text. It functions as a pipeline that transforms raw documents into structured knowledge graphs by utilizing deep learning models and transformer architectures. The project distinguishes itself through a schema-driven approach, which maps extracted information to predefined relational templates to ensure output consistency. It employs a multi-stage process that combines sequence-labeling token classification with contextual encoding to delineate entity bou

    Pythonbert-modelcompetition-codeentity-extraction
    Auf GitHub ansehen↗1,231
  • baptisteblouin/eventextractionpapersAvatar von BaptisteBlouin

    BaptisteBlouin/EventExtractionPapers

    580Auf GitHub ansehen↗

    A list of NLP resources focused on event extraction task

    Auf GitHub ansehen↗580
Alle 30 Alternativen zu ComplexEventExtraction anzeigen→

Häufig gestellte Fragen

Was macht liuhuanyong/complexeventextraction?

A concept and obvious expression pattern collection of Chinese compound event extraction which then be evolved into ComplexEventGraph,本项目提出了中文复合事件的概念与显式模式,包括条件事件、因果事件、顺承事件、反转事件等事件抽取,并形成事理图谱。

Was sind die Hauptfunktionen von liuhuanyong/complexeventextraction?

Die Hauptfunktionen von liuhuanyong/complexeventextraction sind: Event Extraction, Information Extraction.

Welche Open-Source-Alternativen gibt es zu liuhuanyong/complexeventextraction?

Open-Source-Alternativen zu liuhuanyong/complexeventextraction sind unter anderem: thunlp/opennre — OpenNRE is a natural language processing library and neural relation extraction framework designed to transform… varunshenoy/graphgpt — GraphGPT is an LLM knowledge graph generator that extracts entities and relationships from unstructured text to create… yuanxiaosc/entity-relation-extraction — Entity-Relation-Extraction is a machine learning framework designed to identify entities and their logical connections… baptisteblouin/eventextractionpapers — A list of NLP resources focused on event extraction task. crownpku/information-extraction-chinese — Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取. coopercoppers/pfn — This repository contains codes of the official implementation for the paper A Partition Filter Network for Joint…