Sang Han

Results 5 comments of Sang Han

Good stuff, so here are the features that I would like to get implemented before merging this PR. # Requirements * [ ] Error page when user submits input that...

Sure. So ExplainToMe currently does 3 things. 1. Grabs HTML from Webpage 2. Extracts the main article components. 3. Generates semantic graph and computes it's centroid. Currently #1, #2 do...

Correct. Sumy provides the right framework for building document Summarizer as well as the most popular techniques implemented. My main concern about adding more languages is I can't really attest...

Awesome. Where I would start looking is under `textrank.py`. There is a function called `run_summarizer` that takes in a keyword argument language. Currently there is no function for detecting the...

Heads up I'm making some changes that will be pushed upstream maybe this or next week. It shouldn't effect any code in `textrank.py` or the original api. The code however...