Skip to content

Commit

Permalink
Merge pull request #2 from mr-Ucar/main
Browse files Browse the repository at this point in the history
Update Wikipedia-Article-SummarizerV2.py
  • Loading branch information
emreYbs authored Feb 23, 2024
2 parents 4a90051 + c3d26d7 commit a094507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Wikipedia-Article-SummarizerV2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
#emreYbs
# -*- coding: utf-8 -*-
# Wikipedia Article Summarizer(Wikipedia Article Summarizer.py) v.0.02
# This script uses NLTK library. The Natural Language Toolkit (NLTK) is a Python package for natural language processing.
# For further info, visit https://www.nltk.org/ and https://github.com/nltk/nltk

import urllib.request
import pip
import bs4 as bs
import lxml
import re
import heapq
import nltk
import nltk # pip install nltk
pip.main(['install', 'pyfiglet'])
import pyfiglet
import re
Expand Down

0 comments on commit a094507

Please sign in to comment.