From 4f1c1b41acde92874202737dbf16760cd166741c Mon Sep 17 00:00:00 2001 From: Felix Hamborg Date: Fri, 1 Sep 2023 20:19:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0d55fd..e14e43ca 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ news-please is an open source, easy-to-use news crawler that extracts structured news-please also features a library mode, which allows Python developers to use the crawling and extraction functionality within their own program. Moreover, news-please allows to conveniently [crawl and extract articles](/newsplease/examples/commoncrawl.py) from the (very) large news archive at commoncrawl.org. -If you want to [contribute](#contributions) to news-please, please first read [here](#contributions-and-custom-features). +If you want to contribute to news-please, please first read [here](#contributions-and-custom-features). ## Announcements 03/23/2021: If you're interested in sentiment classification in news articles, check out our large-scale dataset for target-dependent sentiment classification. We also publish an easy-to-use neural model that achieves state-of-the-art performance. Visit the project [here](https://github.com/fhamborg/NewsMTSC).