-
Updated
Apr 25, 2020 - Jupyter Notebook
summarization
Here are 301 public repositories matching this topic...
-
Updated
Apr 12, 2020 - Python
-
Updated
Jun 22, 2019 - Python
-
Updated
Apr 22, 2018 - Jupyter Notebook
Need help for retraining and cross validation and see if the ROUGE score matches exactly (or better) with the numbers reported in the paper.
I just train for 500k iteration (with batch size 8) with pointer generation enabled + coverage loss disabled and next 100k iteration (with batch size 8) with pointer generation enabled + coverage loss enabled.
It would be great if someone can help re-r
-
Updated
Aug 8, 2019 - Python
Currently we can build a histogram by specifying the edges.
We can also specify a number of bins, and the edges are chosen automatically using the extrema.
It would be helpful to also have an option for specifying bin dimensions to be used uniformly, where the edges would again be chosen using the extrema.
-
Updated
Apr 16, 2019 - Python
-
Updated
May 16, 2018 - Jupyter Notebook
-
Updated
Nov 16, 2017 - Python
How to restrict summary length in pyrouge ?
The original ROUGE supports this feature [-b n-bytes|-l n-words]
Usage: ROUGE-1.5.4.pl
[-a (evaluate all systems)]
[-c cf]
[-d (print per evaluation scores)]
[-e ROUGE_EVAL_HOME]
[-h (usage)]
[-b n-bytes|-l n-words]
[-m (use Porter stemmer)]
[-n max-ngram]
-
Updated
Aug 4, 2019 - Perl
-
Updated
Oct 5, 2018 - Python
-
Updated
Apr 14, 2020 - Python
-
Updated
May 12, 2020 - Python
-
Updated
May 29, 2018
-
Updated
Sep 12, 2019 - Python
-
Updated
Mar 21, 2020 - Go
-
Updated
Oct 26, 2019 - Jupyter Notebook
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Oct 2, 2019 - Perl
-
Updated
Dec 25, 2019 - Python
-
Updated
Apr 18, 2019 - Go
-
Updated
Oct 15, 2019 - Python
-
Updated
Nov 18, 2019 - Python
-
Updated
Nov 23, 2017 - Python
-
Updated
Feb 24, 2020 - Python
Refactor the examples which show WordNet use (e.g., lemmas, synsets) to remove the TextBlob and NLTK dependencies, replacing them with:
Improve this page
Add a description, image, and links to the summarization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the summarization topic, visit your repo's landing page and select "manage topics."
I wanted to use pytextrank together with spacy_udpipe to get keywords from texts in other languages (see https://stackoverflow.com/questions/59824405/spacy-udpipe-with-pytextrank-to-extract-keywords-from-non-english-text) but I realized, that udpipe-spacy somehow "overrides" the original spacy's pipeline so the noun_chunks are not generated (btw: the noun_chunks are created in lang/en/syntax_itera