1
1
mirror of https://github.com/MarginaliaSearch/MarginaliaSearch.git synced 2025-10-05 21:22:39 +02:00

(query) Remove obsolete code

This commit is contained in:
Viktor Lofgren
2025-09-24 15:03:08 +02:00
parent 5a75dd8093
commit 17a78a7b7e

View File

@@ -175,9 +175,6 @@ public class QueryExpansion {
Set<List<String>> constraints = new HashSet<>();
Set<NgramLexicon.SentenceSegment> bestSegmentation =
findBestSegmentation(allSegments);
for (var segment : allSegments) {
int start = segment.start();