专栏名称: 程序员大咖
为程序员提供最优质的博文、最精彩的讨论、最实用的开发资源;提供最新最全的编程学习资料:PHP、Objective-C、Java、Swift、C/C++函数库、.NET Framework类库、J2SE API等等。并不定期奉送各种福利。
目录
相关文章推荐
51好读  ›  专栏  ›  程序员大咖

使用Python自动提取内容摘要

程序员大咖  · 公众号  · 程序员  · 2018-04-25 10:24

正文

请到「今天看啥」查看全文


( most recent call last ):

  • File "D:/textteaser/test.py" , line 12 , in < module >

  • sentences = tt . summarize ( title , text )

  • File "D:textteasertextteaser__init__.py" , line 13 , in summarize

  • result = self . summarizer . summarize ( text , title , source , category )

  • File "D:textteasertextteasersummarizer.py" , line 11 , in summarize

  • sentences = self . parser . splitSentences ( text )

  • File "D:textteasertextteaserparser.py" , line 62 , in splitSentences

  • tokenizer = nltk







  • 请到「今天看啥」查看全文