6a1bfd6270
This wasn't actually hooked in anywhere. Removing the dependency and code. If it turns out we need madvise in the future, we'll re-introducde it.
21 lines
759 B
Markdown
21 lines
759 B
Markdown
# 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
|
|
* [RDRPosTagger](rdrpostagger/) - GPL3
|
|
* [PorterStemmer](porterstemmer/) - LGPL3
|
|
* [OpenZIM](openzim/) - GPL-2.0+
|
|
* [Commons Codec](commons-codec/) - Apache 2.0
|
|
* [encylopedia.marginalia.nu](encyclopedia-marginalia-nu/) - GPL 2.0+
|
|
|
|
### Repackaged
|
|
* [SymSpell](symspell/) - LGPL-3.0
|
|
* [Count-Min-Sketch](count-min-sketch/) - Apache 2.0
|
|
|
|
### Monkey Patched
|
|
* [Stanford OpenNLP](monkey-patch-opennlp/) - Apache-2.0
|
|
* [GSON](monkey-patch-gson/) - Apache-2.0 |