【修改】静态资源文件
This commit is contained in:
parent
29cb8b574c
commit
ea3126fb4d
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
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>文章摘要自动生成</title>
|
<title>文章摘要自动生成</title>
|
||||||
<meta charset="utf-8">
|
<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="stylesheet" type="text/css" href="./static/css/pro2.css">
|
||||||
<link rel=icon href=./static/images/pika.ico>
|
<link rel=icon href=./static/images/pika.ico>
|
||||||
|
|
||||||
|
@ -140,15 +140,14 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- 加载javascript -->
|
<!-- 加载javascript -->
|
||||||
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
|
<script src="./static/js/jquery.min.js"></script>
|
||||||
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
<script src="./static/js/bootstrap.min.js"></script>
|
||||||
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></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.min.js"></script>
|
||||||
<script src="./static/js/d3-legend.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="./static/js/pro2.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript" src="https://robot.ownthink.com/bot/js/robot.js?appid=634888b0d26ebd5b4457d2abf2dfaefa"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
22
README.md
22
README.md
|
@ -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不好看,但是具体提取页面和生成树形图,学习了
|
|
||||||
|
|
||||||
有言论提取,文章摘要,情感分析
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue