Coder Social home page Coder Social logo

django_demo's Introduction

django_demo

本项目基于django的版权信息检索页面设计

主要功能包括

1.前端提供搜索接口 , 接受用户传递的参数
2.从sphinx建立好的索引文件中 , 查询相关参数的oid , 再拿这些oid从mysql中直接读取 , 在前端显示
3.分页
4.登录验证

2017-04-29 根据关键词对词库进行更新

使用者可以在关键词的list中添加指定的关键词,比如我专业查询领域是明星,歌手,我把这个两个关键词添加到key_word中

#备选词库,关键词相关,可手动添加
key_word = ["明星","歌手"]

之后直接在目录下python get_dict.py即可从搜狗官网更新所有相关的词库到原生的词库中

同时,其会生成两个文件夹:

/index_update/sougou/  保存了所有下载到本地的词典,格式为.scel,每次更新都是直接覆盖原先的文件
/usr/local/mmseg3/bak/  保存上一次的词典相关文件:unigram.txt / uni.lib

2017-05-05 1300万qq音乐版权信息更新

本项目网址为: tingyun版权搜索

由于暂时是测试版,只显示前20条关联性最大的数据,之后会再继续优化新的内容展示以及对新内容的抓取

有什么意见和建议,欢迎随时向博主留言.

django_demo's People

Contributors

tingyunsay avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.