Redenormalisation: Building a search index, the other way
Summary
Redenormalisation explores building a search index that uses redenormalisation to handle linguistic variations and plural forms without duplicating work. It shows how combining a normalised index with a denormalisation table enables both exact and flexible querying, including multilingual support and a token playground for experimentation.