WebTextAnalytics.ML
This simple experiment scraps web page to Text Analytics its content to extract Key Phrases, Topics & Named Entities.
This simple experiment scraps web pages to Text Analytics its content extracting Key Phrases, Topics & Named Entities.
Input parameters are DocId, Url.
The web scraping is straightforward and use [BS4][1] Check out the first Python script.
The Text Analytics is identical to my previous shared experiment [TextAnalytics.ML][2]
[1]: https://www.crummy.com/software/BeautifulSoup/bs4/doc/
[2]: https://gallery.azure.ai/Experiment/TextAnalytics-ML