CatgirlIntelligenceAgency/third-party
Viktor Lofgren 52a0255814 (*) Add flag for disabling ASCII flattening
The production configuration assumes all content of interest is 7 bit ASCII, and makes a series of optimizations based on this.  This assumption holds poorly in the wild.

Adding an **experimental** system property 'system.noFlattenUnicode', that when set to TRUE, will disable this behavior.

IMPORTANT!! The index needs to be re-constructed when this flag is changed, as different hash functions are selected for the keyword->identifier mappings.
2024-01-31 11:50:59 +01:00
..
commons-codec (*) Add flag for disabling ASCII flattening 2024-01-31 11:50:59 +01:00
count-min-sketch (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
encyclopedia-marginalia-nu (control) Fully automatic conversion 2024-01-22 13:03:24 +01:00
monkey-patch-gson (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
monkey-patch-opennlp (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
openzim (control) Fully automatic conversion 2024-01-22 13:03:24 +01:00
parquet-floor (crawling-model) Implement a parquet format for crawl data 2023-12-13 16:22:19 +01:00
porterstemmer (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
rdrpostagger (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
symspell (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
README.md (array) Remove unused 'madvise' code and 3rd party dependency on 'uppend' 2024-01-22 13:01:57 +01:00

Third Party Code

This is a mix of code from other projects, that has either been aggressively modified to suite the needs of the project, or lack an artifact, or to override some default that is inappropriate for the type of data Marginalia throws at the library.

Sources and Licenses

Modified

Repackaged

Monkey Patched