We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a08532 commit 8b81d41Copy full SHA for 8b81d41
1 file changed
README.md
@@ -124,12 +124,12 @@ from sumy.nlp.stemmers import Stemmer
124
from sumy.utils import get_stop_words
125
126
127
-LANGUAGE = "czech"
+LANGUAGE = "english"
128
SENTENCES_COUNT = 10
129
130
131
if __name__ == "__main__":
132
- url = "http://www.zsstritezuct.estranky.cz/clanky/predmety/cteni/jak-naucit-dite-spravne-cist.html"
+ url = "https://en.wikipedia.org/wiki/Automatic_summarization"
133
parser = HtmlParser.from_url(url, Tokenizer(LANGUAGE))
134
# or for plain text files
135
# parser = PlaintextParser.from_file("document.txt", Tokenizer(LANGUAGE))
0 commit comments