Update 3rd party readme

This commit is contained in:
Viktor Lofgren 2023-01-30 10:22:28 +01:00
parent 9320a457a5
commit d5df3268b3

View File

@ -1,12 +1,15 @@
# 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 lack an artifact, or to override some default that is inappropriate for the type of data Marginalia throws at the library.
## Sources and Licenses
* [RDRPosTagger](https://github.com/datquocnguyen/RDRPOSTagger) - GPL3
* [PorterStemmer](https://github.com/caarmen/porter-stemmer) - LGPL3
* [Uppend](https://github.com/upserve/uppend) - MIT
* [OpenZIM](https://github.com/openzim/libzim) - GPL-2.0
* [XZ for Java](https://tukaani.org/xz/) - Public Domain
* [GSON](https://github.com/google/gson) - Apache-2.0
* Stanford OpenNLP - Apache-2.0
* OpenJDK - GPL-2.0 (packaged under jdkoverride)