All Projects → gaetangate → Text Summarizer

gaetangate / Text Summarizer

Licence: gpl-3.0
Python Framework for Extractive Text Summarization

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Text Summarizer

Bagofconcepts
Python implementation of bag-of-concepts
Stars: ✭ 18 (-81.25%)
Mutual labels:  unsupervised-learning, word2vec, clustering
Gemsec
The TensorFlow reference implementation of 'GEMSEC: Graph Embedding with Self Clustering' (ASONAM 2019).
Stars: ✭ 210 (+118.75%)
Mutual labels:  unsupervised-learning, word2vec, clustering
Danmf
A sparsity aware implementation of "Deep Autoencoder-like Nonnegative Matrix Factorization for Community Detection" (CIKM 2018).
Stars: ✭ 161 (+67.71%)
Mutual labels:  unsupervised-learning, word2vec, clustering
Unsupervised Classification
SCAN: Learning to Classify Images without Labels (ECCV 2020), incl. SimCLR.
Stars: ✭ 605 (+530.21%)
Mutual labels:  unsupervised-learning, clustering
Wego
Word Embeddings (e.g. Word2Vec) in Go!
Stars: ✭ 336 (+250%)
Mutual labels:  word2vec, word-embeddings
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (+273.96%)
Mutual labels:  word2vec, text-summarization
Graph2vec
A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
Stars: ✭ 605 (+530.21%)
Mutual labels:  unsupervised-learning, word2vec
Text2vec
Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
Stars: ✭ 715 (+644.79%)
Mutual labels:  word2vec, word-embeddings
Minisom
🔴 MiniSom is a minimalistic implementation of the Self Organizing Maps
Stars: ✭ 801 (+734.38%)
Mutual labels:  unsupervised-learning, clustering
Dict2vec
Dict2vec is a framework to learn word embeddings using lexical dictionaries.
Stars: ✭ 91 (-5.21%)
Mutual labels:  word2vec, word-embeddings
Tadw
An implementation of "Network Representation Learning with Rich Text Information" (IJCAI '15).
Stars: ✭ 43 (-55.21%)
Mutual labels:  unsupervised-learning, word2vec
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+1079.17%)
Mutual labels:  text-summarization, clustering
L2c
Learning to Cluster. A deep clustering strategy.
Stars: ✭ 262 (+172.92%)
Mutual labels:  unsupervised-learning, clustering
dti-clustering
(NeurIPS 2020 oral) Code for "Deep Transformation-Invariant Clustering" paper
Stars: ✭ 60 (-37.5%)
Mutual labels:  clustering, unsupervised-learning
Deep learning nlp
Keras, PyTorch, and NumPy Implementations of Deep Learning Architectures for NLP
Stars: ✭ 407 (+323.96%)
Mutual labels:  word2vec, word-embeddings
altair
Assessing Source Code Semantic Similarity with Unsupervised Learning
Stars: ✭ 42 (-56.25%)
Mutual labels:  word2vec, unsupervised-learning
Text-Analysis
Explaining textual analysis tools in Python. Including Preprocessing, Skip Gram (word2vec), and Topic Modelling.
Stars: ✭ 48 (-50%)
Mutual labels:  word2vec, word-embeddings
Glove As A Tensorflow Embedding Layer
Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
Stars: ✭ 85 (-11.46%)
Mutual labels:  word2vec, word-embeddings
MVGL
TCyb 2018: Graph learning for multiview clustering
Stars: ✭ 26 (-72.92%)
Mutual labels:  clustering, unsupervised-learning
ML2017FALL
Machine Learning (EE 5184) in NTU
Stars: ✭ 66 (-31.25%)
Mutual labels:  clustering, unsupervised-learning

Python Framework for Extractive Text Summarization

Implementation based on our paper "Centroid-based Text Summarization through Compositionality of Word Embeddings" accepted at MultiLing Workshop in EACL 2017. http://www.aclweb.org/anthology/W17-1003

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].