CatgirlIntelligenceAgency/third-party/README.md

20 lines
717 B
Markdown
Raw Normal View History

2022-05-19 17:45:26 +02: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,
2023-01-30 10:22:28 +01:00
or lack an artifact, or to override some default that is inappropriate for the type of data Marginalia throws at the library.
2022-05-19 17:45:26 +02:00
## Sources and Licenses
2023-01-30 10:22:28 +01:00
2023-03-06 18:32:13 +01:00
### 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
2023-03-06 18:32:13 +01:00
### Monkey Patched
* [Stanford OpenNLP](monkey-patch-opennlp/) - Apache-2.0