CatgirlIntelligenceAgency/code/features/readme.md

11 lines
477 B
Markdown
Raw Normal View History

2023-03-04 17:00:49 +01:00
# Features
2023-03-06 18:32:13 +01:00
These are bits of search-engine related code that are relatively isolated pieces of business logic,
2023-03-04 17:00:49 +01:00
that benefit from the clarity of being kept separate from the rest of the
search engine code.
* [domain-ranking](domain-ranking/) contains ranking algorithms.
* [query-parser](query-parser/) contains code for parsing the user-facing query grammar.
* [screenshots](screenshots/) and [random-websites](random-websites/) contains SQL queries random
exploration mode.