lizongyu1293306035/CasRelPyTorch-
CasRelPytorch项目的改写版本,根据源码增添了模型预测功能以及预测结果导入neo4j图数据库的功能。
This project helps researchers and data analysts automatically identify and extract relationships between entities from Chinese text, like finding the 'singer' of a 'song'. You provide plain text files, and it outputs structured relationship triples directly into a Neo4j graph database. This is ideal for those who need to build knowledge graphs or analyze complex connections within large volumes of textual data.
No commits in the last 6 months.
Use this if you need to extract specific subject-predicate-object relationships from Chinese text and want to store them directly in a Neo4j graph database for further analysis.
Not ideal if your primary need is general text summarization, sentiment analysis, or if you work exclusively with non-Chinese text datasets.
Stars
13
Forks
—
Language
Python
License
—
Category
Last pushed
Jul 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lizongyu1293306035/CasRelPyTorch-"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs