Hi all,
> On 09.08.2017, at 15:46, Philip Ogren <
phi...@ogren.info> wrote:
>
> ClearTK is released under the BSD in most cases. Some of the sub-modules are released under GPL to be consistent with the third party licensing requirements of the dependencies required by that sub-module. If cleartk-ml-crfsuite has a GPL license attached to it, then it is probably correct and it is probably because crfsuite is also released under GPL. Let me know if that is not the case.
If I remember correctly, that code was contributed by Martin Riedl while
he was working in Darmstadt. Looking at the class, I see no reason why
this code should be GPL-licensed. The crfsuite binary is called as an
external process, so it's license should not encumber the Java wrapper.
In any case, crfsuite is licensed under a modified BSD license.
The header says something about "cleartk-syntax-berkeley"... the Berkele
module is surely GPL. It appears to me that the GPL header in that file
is a copy/paste relict...
I set Martin CC - maybe he has additional insight.
Cheers,
-- Richard