简体   繁体   English

使用python和spacy文本摘要

[英]Using python and spacy text summarization

Basically i am trying to do text summarize using spacy and nltk in python.基本上我正在尝试使用 python 中的 spacy 和 nltk 进行文本总结。 Now i want to summarize the normal 6-7 lines text and show the summarized text on the localhost:xxxx so whenever i run that python file it will show on the localhost .现在我想总结正常的 6-7 行文本并在localhost:xxxx上显示总结文本,所以每当我运行该 python 文件时,它都会显示在localhost

Can anyone tell is it possible or not and if it is possible how to do this.任何人都可以告诉它是否可能以及是否有可能如何做到这一点。 Since there would be no databse involved.因为不涉及数据库。

You have to create a RESTFUL Api using FLASK or DJAngo with some UI elements and call your model.您必须使用带有一些 UI 元素的 FLASK 或 DJAngo 创建一个 RESTFUL Api 并调用您的模型。 Also you can use displacy( Spacy UI Bro) Directly on your system.您也可以直接在您的系统上使用 displacy(Spacy UI Bro)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM