ns

所属分类:collect
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2017-05-14 22:58:33
上 传 者sh-1993
说明:  自动新闻摘要生成器,
(An automatic news summary generator,)

文件列表:
.idea/ (0, 2017-05-14)
.idea/dataSources.xml (499, 2017-05-14)
.idea/encodings.xml (159, 2017-05-14)
.idea/misc.xml (711, 2017-05-14)
.idea/modules.xml (256, 2017-05-14)
.idea/ns.iml (696, 2017-05-14)
.idea/vcs.xml (180, 2017-05-14)
.vscode/ (0, 2017-05-14)
.vscode/settings.json (79, 2017-05-14)
LICENSE (1060, 2017-05-14)
Procfile (91, 2017-05-14)
database.py (675, 2017-05-14)
nltk_data/ (0, 2017-05-14)
nltk_data/corpora/ (0, 2017-05-14)
nltk_data/corpora/stopwords.zip (8684, 2017-05-14)
nltk_data/corpora/stopwords/ (0, 2017-05-14)
nltk_data/corpora/stopwords/danish (424, 2017-05-14)
nltk_data/corpora/stopwords/dutch (453, 2017-05-14)
nltk_data/corpora/stopwords/english (623, 2017-05-14)
nltk_data/corpora/stopwords/finnish (1579, 2017-05-14)
nltk_data/corpora/stopwords/french (805, 2017-05-14)
nltk_data/corpora/stopwords/german (1349, 2017-05-14)
nltk_data/corpora/stopwords/hungarian (1227, 2017-05-14)
nltk_data/corpora/stopwords/italian (1654, 2017-05-14)
nltk_data/corpora/stopwords/norwegian (851, 2017-05-14)
nltk_data/corpora/stopwords/portuguese (1267, 2017-05-14)
nltk_data/corpora/stopwords/russian (1235, 2017-05-14)
nltk_data/corpora/stopwords/spanish (2178, 2017-05-14)
nltk_data/corpora/stopwords/swedish (559, 2017-05-14)
nltk_data/corpora/stopwords/turkish (260, 2017-05-14)
nltk_data/corpora/wordnet.zip (10775600, 2017-05-14)
nltk_data/corpora/wordnet/ (0, 2017-05-14)
nltk_data/corpora/wordnet/LICENSE (1625, 2017-05-14)
nltk_data/corpora/wordnet/adj.exc (23019, 2017-05-14)
nltk_data/corpora/wordnet/adv.exc (85, 2017-05-14)
nltk_data/corpora/wordnet/citation.bib (212, 2017-05-14)
... ...

NS is an automatic multi-source news summarizer #Demo http://ns.apps.xiamx.me/ ![sample run](https://raw.github.com/xiamx/ns/master/samplerun.png) # FAQ ## What is this? An automatic news summary generator ## How does it work? Using Bing cognitive service api, we get a list of urls of multiple news sources from a given keyword. We then extract the article text from the webpages. SumBasic (Nenkova and Vanderwende 2005) algorithm is used to generate a summary. ## The summary does not make sense, why? NS can only summarize news events, the input keywords needs to be a news. In addition, try to be narrow and specific with your topic, it should give better results. ## There are bugs! I had to implement SubBasic for my NLP course assignment, I then built this just for fun. Please feel free to submit pull requests!

近期下载者

相关文件


收藏者