CatgirlIntelligenceAgency/third_party/README.md

15 lines
733 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
2022-05-19 17:45:26 +02:00
* [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
2023-01-30 09:43:21 +01:00
* [XZ for Java](https://tukaani.org/xz/) - Public Domain
2023-01-30 10:22:28 +01:00
* [GSON](https://github.com/google/gson) - Apache-2.0
* Stanford OpenNLP - Apache-2.0
* OpenJDK - GPL-2.0 (packaged under jdkoverride)