sumy — Easy Playground
Automatic text summarization: LSA, LexRank, TextRank, etc.
Getting started with sumyRun locally
Install
pip install sumyPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: sumy)
sumy is a third-party package. Automatic text summarization: LSA, LexRank, TextRank, etc.. Install with: pip install sumy
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?