Skip to content

Zhujunnan/nlp_sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-document summarization

Library and command line utility for generating summary from docment set. The package also contains simple evaluation framework for text summaries.

Requirement

Make sure you have python 2.7+ and jieba, nltk, pulp, GLPK, docopt

Usage

$ 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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages