Skip to content

Commit

Permalink
Merge branch 'master' of github.com:abhinavgupta/Extract-News-Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavgupta committed Oct 16, 2012
2 parents 5ca82ff + d8a1e73 commit 8ea77ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -88,9 +88,9 @@ python Extract_News_Summary.py <Number of links> <Query>
example: python Extract_News_Summary.py 50 India Pakistan Cricket


TODO: 1. Get urllib exception handling
TODO: 1. Get urllib exception handling - Exception handling added
2. Unicode-ASCII conversion is weakly handled
3. If possible better scraping
4. More complex Summarization algorithms
5. urllib2 fetching is slow
5. urllib2 fetching is slow - Used threads ti improve fetching. Twice as fast results

0 comments on commit 8ea77ce

Please sign in to comment.