text-summarization
Here are 218 public repositories matching this topic...
-
Updated
May 3, 2020
-
Updated
Jun 22, 2019 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
Apr 29, 2020 - Python
-
Updated
Nov 19, 2018 - Python
-
Updated
Jun 12, 2020
-
Updated
Nov 15, 2019 - Python
-
Updated
Mar 29, 2020 - Jupyter Notebook
Explain about result
After running about glove text summarization, i could not explain about result. Why the text summarization result is short (about 6 words) while original content has 2428 word. How to change the number of words of result?
-
Updated
May 16, 2018 - Jupyter Notebook
-
Updated
Oct 1, 2019 - Python
-
Updated
Apr 9, 2020 - Java
-
Updated
Feb 21, 2017 - Python
-
Updated
May 25, 2020 - Perl
Traceback (most recent call last):
File "", line 1, in
File "/data1/kt/work/KR-WordRank/krwordrank/word/_word.py", line 211, in extract
rank, graph = self.train(docs, beta, max_iter, vocabulary, bias)
File "/data1/kt/work/KR-WordRank/krwordrank/word/_word.py", line 319, in train
self.scan_vocabs(docs)
File "/data1/kt/work/KR-WordRank/krwordrank/word/_word.py",
-
Updated
Jun 3, 2020 - Python
-
Updated
May 13, 2019 - Python
-
Updated
Oct 6, 2019 - Python
-
Updated
Jan 28, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Apr 25, 2020 - Python
-
Updated
Sep 21, 2018 - Python
-
Updated
Mar 11, 2019
-
Updated
Jun 22, 2014 - JavaScript
-
Updated
Jan 20, 2017 - Python
-
Updated
Oct 22, 2018 - Python
-
Updated
Oct 9, 2018
-
Updated
Nov 14, 2016 - Python
-
Updated
Jun 15, 2020 - Python
Improve this page
Add a description, image, and links to the text-summarization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-summarization topic, visit your repo's landing page and select "manage topics."
This is also on page 356.
from nltk.corpus import sentiwordnet as swn
good = swn.senti_synsets('good', 'n')[0]
Traceback (most recent call last):
File "", line 1, in
TypeError: 'filter' object is not subscriptable