A small package with no dependenices that summaries texts from news sources and articles.
- Change the parsing function so that Mr., Mrs. and similar words are not considered end of a sentence
- Weigh different words differently based on category. For example, political article should give more emphasis on political words.
- Current pip version is not available.
- Put the summarizer in your project folder
- from summarizer import summarize
- summary = summarize(title, text, no_of_sentences=10) # the default is 5
- Details added