【修改】静态资源文件

This commit is contained in:
Valuebai 2021-05-14 14:59:47 +08:00
parent 29cb8b574c
commit ea3126fb4d
6 changed files with 27 additions and 27 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
<head>
<title>文章摘要自动生成</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="./static/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./static/css/pro2.css">
<link rel=icon href=./static/images/pika.ico>
@ -140,15 +140,14 @@
<!-- 加载javascript -->
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="./static/js/jquery.min.js"></script>
<script src="./static/js/bootstrap.min.js"></script>
<script src="./static/js/d3.v3.min.js" charset="utf-8"></script>
<script src="./static/js/d3.min.js"></script>
<script src="./static/js/d3-legend.min.js"></script>
<script type="text/javascript" src="./static/js/pro2.js"></script>
<script type="text/javascript" src="https://robot.ownthink.com/bot/js/robot.js?appid=634888b0d26ebd5b4457d2abf2dfaefa"></script>
</body>
</html>

View File

@ -270,25 +270,3 @@ jieba.initialize()
## 参考的页面
- https://github.com/MustAndy/AI_for_NLP/tree/master/Assi5/Project1_NLP_Become_human/code
一开始参考里面的js, html布局前后端的交互
- https://github.com/zhangxu999/opinon_extraction
- http://39.100.3.165:8421/index.html
Amazing4 zhangxu1573@qq.com
主页的模板套得很好看学习里面的jquery
- https://github.com/4keyboardman/StandpointExtract
- http://39.100.3.165:8871/
左右的布局很好看还有的loading加载的学习
- http://39.100.3.165:8567/
主页UI不好看但是具体提取页面和生成树形图学习了
有言论提取,文章摘要,情感分析