pencoa/PCNN
A neural architecture for relation extraction task implemented in Tensorflow.
This project helps natural language processing engineers and researchers extract relationships between entities from sentences. It takes a collection of sentences as input and identifies the specific relationships that exist between named entities within those sentences, such as "founder of" or "located in." This is useful for building knowledge graphs or populating databases with structured information derived from unstructured text.
No commits in the last 6 months.
Use this if you need to identify and categorize relationships between entities within text for tasks like knowledge graph construction or information extraction.
Not ideal if you are looking for a general-purpose text classification tool or if your primary goal is sentiment analysis.
Stars
93
Forks
36
Language
Python
License
Apache-2.0
Last pushed
Jun 01, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/pencoa/PCNN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch