This package uses a small number of GPL/lGPL dependencies/sub-dependencies.
My understanding is that this means that the MIT license of this package is invalid, as GPL is a viral/copyleft license.
Packages are:
- language-tool-python
- FuzzyTM
- gensim
- num2words
According to python-license-checker:
FuzzyTM (2.0.5): ['GNU General Public License v3.0']
dependencies:
FuzzyTM << gensim << bpemb << flair << textattack
FuzzyTM << gensim << flair
gensim (4.3.0): ['LGPL-2.1-only']
dependencies:
gensim << bpemb << flair << textattack
gensim << flair
language-tool-python (2.7.1): ['GNU GPL']
dependency:
language-tool-python << textattack
num2words (0.5.12): ['GNU Library or Lesser General Public License (LGPL)']
dependency:
num2words << textattack
This package uses a small number of GPL/lGPL dependencies/sub-dependencies.
My understanding is that this means that the MIT license of this package is invalid, as GPL is a viral/copyleft license.
Packages are:
According to python-license-checker: