All Projects → 01joy → News Search Engine

01joy / News Search Engine

新闻搜索引擎

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to News Search Engine

Flask Ponywhoosh
A Flask full-text search engine
Stars: ✭ 76 (-70.08%)
Mutual labels:  search-engine, flask
Smart Contract Search Engine
Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract
Stars: ✭ 265 (+4.33%)
Mutual labels:  search-engine, flask
Whoogle Search
A self-hosted, ad-free, privacy-respecting metasearch engine
Stars: ✭ 4,645 (+1728.74%)
Mutual labels:  search-engine, flask
Sis
Simple image search engine
Stars: ✭ 438 (+72.44%)
Mutual labels:  search-engine, flask
Scout
RESTful search server written in Python, powered by SQLite.
Stars: ✭ 213 (-16.14%)
Mutual labels:  search-engine, flask
JASSv2
Experimental search engine in C/C++17 - still in early development.
Stars: ✭ 22 (-91.34%)
Mutual labels:  search-engine
Yuno
Yuno is context based search engine for anime.
Stars: ✭ 320 (+25.98%)
Mutual labels:  search-engine
Kotlin-Coroutine-Flow
Search engine functionality using Kotlin Coroutines and Flow
Stars: ✭ 25 (-90.16%)
Mutual labels:  search-engine
james
Fast and extendable modern launcher for Windows
Stars: ✭ 32 (-87.4%)
Mutual labels:  search-engine
SauceKudasai
Get Anime info by image or URL (uses trace.moe and Anilist for animeinfo)
Stars: ✭ 50 (-80.31%)
Mutual labels:  search-engine
OpenNews
A Chrome Extension blocking paywalls on many popular News Sites.
Stars: ✭ 29 (-88.58%)
Mutual labels:  news
php-search
A Lucene-inspired PHP Search engine library
Stars: ✭ 16 (-93.7%)
Mutual labels:  search-engine
app-search-flask-app
This is an example of a Python Flask app with Elasticsearch/ Elastic App Search with respective Python Clients
Stars: ✭ 17 (-93.31%)
Mutual labels:  search-engine
v2ray
V2ray看新闻,自动抓取可用节点,以V2ray的机制上网看新闻
Stars: ✭ 44 (-82.68%)
Mutual labels:  news
elliotforwater.com
Webapp which run the https://elliotforwater.com/ website
Stars: ✭ 15 (-94.09%)
Mutual labels:  search-engine
nano
API Documentation for Nano.to
Stars: ✭ 65 (-74.41%)
Mutual labels:  search-engine
pastpages.org
The news homepage archive
Stars: ✭ 81 (-68.11%)
Mutual labels:  news
indieweb-search
Source code for the IndieWeb search engine.
Stars: ✭ 16 (-93.7%)
Mutual labels:  search-engine
sofie-core
Sofie: The Modern TV News Studio Automation System (Server Core)
Stars: ✭ 70 (-72.44%)
Mutual labels:  news
fastmorph
Fast corpus search engine originally made for the Corpus of Written Tatar language
Stars: ✭ 14 (-94.49%)
Mutual labels:  search-engine

新闻搜索引擎

使用方法

  1. 安装python 3.4+环境(推荐AnacondaMiniconda
  2. 安装lxml html解析器,命令为pip install lxml
  3. 安装jieba分词组件,命令为pip install jieba
  4. 安装Flask Web框架,命令为pip install Flask
  5. 进入web文件夹,运行main.py文件
  6. 打开浏览器,访问http://127.0.0.1:5000/ 输入关键词开始测试

如果想抓取最新新闻数据并构建索引,一键运行./code/setup.py,再按上面的方法测试。

2020.4.5:新增抓取中国新闻网的爬虫程序。先运行./code/spider.chinanews.com.py爬取最近5天新闻(约2500条);然后注释./code/setup.py第38行并运行,自动构建索引。

项目介绍

  1. 和我一起构建搜索引擎(一)简介
  2. 和我一起构建搜索引擎(二)网络爬虫
  3. 和我一起构建搜索引擎(三)构建索引
  4. 和我一起构建搜索引擎(四)检索模型
  5. 和我一起构建搜索引擎(五)推荐阅读
  6. 和我一起构建搜索引擎(六)系统展示
  7. 和我一起构建搜索引擎(七)总结展望
  8. 和我一起构建搜索引擎(八)更新爬虫&修改打分&线上部署

感谢

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].