Library and command line utility for generating summary from docment set. The package also contains simple evaluation framework for text summaries.
Make sure you have python 2.7+ and jieba, nltk, pulp, GLPK, docopt
$ python -m nlp_sum submodular --length 200 --language english --stem --output ~/Desktop/out --file ~/Desktop/all
$ python -m nlp_sum lexrank --query summarization --length 200 --language english --stem --output ~/Desktop/out --file ~/Desktop/all
$ python -m nlp_sum --help # for more info
$ docker pull zjn1993/nlp_sum # pull image
$ cd nlp_sum/docker && docker build .