Simple text LexRank text summarization in python
Stars
8
Forks
2
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Added python3 support, updated pandas calls to use updated sort_values function, squashed print statements in verbose option
3b28b49View on GitHubSimplified code a bit (actually, committing some really old changes before pushing to github)
7458c77View on GitHubSwapped out countvectorizer+tfidftransfom for tfidfvectorizer
a74916cView on GitHubSome small changes, main change was simplifying how similarity matrix is calculated. Looks like there was previously something wrong here.
ee7c103View on GitHubChanged how tfidf transformation is performed, added optional wordnet lemmatizer template code
29382feView on GitHub