blog-2024-02-01

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

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<A, B>, which manages two mappings: forward: Map<A, List<B>> and backward: Map<B, List<A>>. 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

source


Thursday, February 1, 2024, 11:21:48 PM Central European Standard Time by stefs

Text normalization

For pepperino search. i'll also add bigrams and trigrams

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

Random links of the day

source


Thursday, February 1, 2024, 11:20:06 PM Central European Standard Time by stefs

Text normalization

For pepperino search. i'll also add bigrams and trigrams

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

Random links of the day

source


Thursday, February 1, 2024, 12:10:33 PM Central European Standard Time by stefs

Text normalization

For pepperino search. i'll also add bigrams and trigrams

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

Random links of the day

source


Thursday, February 1, 2024, 12:09:56 PM Central European Standard Time by stefs

Text normalization

For pepperino search

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

Random links of the day

source


Thursday, February 1, 2024, 10:45:37 AM Central European Standard Time by stefs

Text normalization

For pepperino search

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

source


view