Text-GCN and GCN-Text-Classification

These two tools are competitors, as both are PyTorch implementations aiming to classify text using Graph Convolutional Networks, specifically in the context of the "Graph Convolutional Networks for Text Classification" (AAAI 2019) paper.

Text-GCN
46
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 20/25
Maintenance 0/25
Adoption 7/25
Maturity 16/25
Community 13/25
Stars: 129
Forks: 25
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 25
Forks: 4
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About Text-GCN

kenqgu/Text-GCN

A PyTorch implementation of "Graph Convolutional Networks for Text Classification." (AAAI 2019)

This project helps you categorize text documents quickly and accurately, even with limited training data. You provide a collection of documents and their assigned categories (or some of them), and it outputs a model that can predict categories for new documents. It also generates meaningful representations for your words and documents. This is ideal for data scientists, NLP practitioners, or researchers needing robust text classification.

document-classification natural-language-processing sentiment-analysis topic-modeling text-categorization

About GCN-Text-Classification

berksudan/GCN-Text-Classification

Text Classification using Graph Convolutional Neural Networks and Natural Language Processing Techniques

This project helps quickly categorize large collections of text documents, such as news articles, movie reviews, or scientific abstracts, into predefined topics or labels. You input a dataset of text documents, and it outputs a trained model that can classify new documents, along with performance metrics like accuracy, precision, and recall. This is ideal for data scientists or researchers who need to automatically organize and understand document corpora.

text-categorization document-analysis information-retrieval natural-language-processing data-science

Scores updated daily from GitHub, PyPI, and npm data. How scores work