From ac4b904a6629865253a0089077c1ff09808ffd03 Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 1 Feb 2024 16:39:37 +0100 Subject: [PATCH] feat(nlp-scraper): add lable to link --- subjects/ai/nlp-scraper/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/ai/nlp-scraper/README.md b/subjects/ai/nlp-scraper/README.md index 5f9b70219..4b8b6dfb3 100644 --- a/subjects/ai/nlp-scraper/README.md +++ b/subjects/ai/nlp-scraper/README.md @@ -48,7 +48,8 @@ organizations. This information should be stored. - Detect all companies using `SpaCy NER` on the body of the text. -https://towardsdatascience.com/named-entity-recognition-with-nltk-and-spacy-8c4a7d88e7da +[Named Entity Recognition with NLTK and +SpaCy](https://towardsdatascience.com/named-entity-recognition-with-nltk-and-spacy-8c4a7d88e7da) ### **2. Topic detection:**