CatgirlIntelligenceAgency/code/features-convert/summary-extraction
2023-03-18 10:21:41 +01:00
..
src Clean up summary extractor module. 2023-03-18 10:21:41 +01:00
build.gradle Yet more restructuring. Improved search result ranking. 2023-03-16 21:35:54 +01:00
readme.md Yet more restructuring. Improved search result ranking. 2023-03-16 21:35:54 +01:00

Summary Extraction

This feature attempts to find a descriptive passage of text that summarizes what a search result "is about". It's the text you see below a search result.

It uses several naive heuristics to try to find something that makes sense, and there is probably room for improvement.

There are many good techniques for doing this, but they've sadly not proved particularly fast. Whatever solution is used needs to be able to summarize of order of a 100,000,000 documents with a time budget of a couple of hours.

Central Classes