To run spacy: pip install spacy python -m spacy download en
forked from kashgupta/textsummarization
-
Notifications
You must be signed in to change notification settings - Fork 0
Extractive Text Summarization. Trained on 200k+ CNN and Daily Mail News Articles. Outputs ~3 sentence summaries to match the provided gold summaries, necessary for testing. Uses SpaCy for NER/POS tagging, and implements QR Matrix Decomposition, a semi-supervised model, and word-frequency calculator to determine summary sentences.
License
shivasuri/textsummarization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Extractive Text Summarization. Trained on 200k+ CNN and Daily Mail News Articles. Outputs ~3 sentence summaries to match the provided gold summaries, necessary for testing. Uses SpaCy for NER/POS tagging, and implements QR Matrix Decomposition, a semi-supervised model, and word-frequency calculator to determine summary sentences.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 69.4%
- Gherkin 30.6%