blog-2024-02-01

## Text normalization

For [pepperino] search. i'm also planning to add bigrams and trigrams, which should be simple.

https://nlp.stanford.edu/IR-book/html/htmledition/normalization-equivalence-classing-of-terms-1.html

at the core of pepperino search is the `ReverseLookupMap`, which manages two mappings: `forward: Map>` and `backward: Map>`. adding(A, (1, 2, 3) to forward also adds 1 to A, 2 to A and 3 to A in the backwards map.



## Random links of the day

* https://www.strongerbyscience.com/pros-cons-caffeine/
* https://logicmag.io/policy/why-everyone-hates-the-electronic-medical-record/ ^[HN](https://news.ycombinator.com/item?id=39186252)^



edited by: stefs at Friday, February 2, 2024, 8:28:12 PM Central European Standard Time


view