plato icon indicating copy to clipboard operation
plato copied to clipboard

Dictionary: Use the same headword comparison and transformation functions as dictfmt

Open baskerville opened this issue 4 years ago • 0 comments

  • The transformation that was applied by dictfmt on the original headwords needs to be applied to the query. We're already transforming the query but we need to check that the transformation is exactly the same.
  • The non fuzzy strategy is binary search, so the index should stay the same if sorted using Rust's string comparison function. We want to check that assumption.

baskerville avatar Jun 27 '20 08:06 baskerville