# search-engine **Repository Path**: t-k-/search-engine ## Basic Information - **Project Name**: search-engine - **Description**: 针对 math.stackexchange.com (支持数学公式)的搜索引擎 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://api.travis-ci.org/approach0/search-engine.svg) [![GitHub release](https://img.shields.io/github/release/approach0/search-engine.svg?maxAge=2592000)]() ![](https://raw.githubusercontent.com/approach0/search-engine-docs-eng/master/logo.png) Approach0 is a math-aware search engine. Math search can be helpful in math Q&A websites: Assume you are doing a tough question on your math homework, you type in search box the exact question from your textbook, after a second (maybe too much) you get all the similar questions that somebody has already asked about, they are perhaps answered! ## Online demo Please visit [https://approach0.xyz/demo](https://approach0.xyz/demo) for a WEB demo. ![](https://github.com/approach0/search-engine-docs-eng/raw/master/img/clip.gif) ## A little history The author has been doing a [math-only search engine prototype](https://github.com/t-k-/opmes) during his graduate research. Shortly after that prototype is implemented, this project is created. Its mission is to combine both math-search and fulltext search. Now I am happy this goal is achieved too! The next step is continuously develop this project and focus on improving effectiveness and efficiency. Technically, this search engine is still based on previously existing and established fulltext search methods. On top of these, it adds new ideas and algorithms to handle structural content (see paper [1](https://github.com/tkhost/tkhost.github.io/raw/master/opmes/thesis-ref.pdf) and [2](https://github.com/tkhost/tkhost.github.io/raw/master/opmes/ecir2016.pdf)) For now only math-aware search is implemented, but this idea can be generally applied to other structural text search such as code, chemistry formula and more. ## Documentation Please check out our documentation for technical details: [https://approach0.xyz/docs](https://approach0.xyz/docs) ## License MIT ## Contact zhongwei@udel.edu