Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 519 Bytes

File metadata and controls

30 lines (19 loc) · 519 Bytes

NLP

TextUrlSummaryTransformer

➡️ Code

➡️ Description

Extract text from URL and summarizes it

➡️ Inputs

  • single text column which contains URLs of pages to summarize

➡️ Outputs

  • single text column URLSummary which contains summary of pages from input column

➡️ Environment expectation

No limitations

➡️ Dependenencies

  • gensim
  • beautifulsoup4

Name of recipe 2

...