Hi Walter,

okay I was not aware of the fact that the models are not deleted on a
'mvn clean'. You are right and those model files should not have been
in the release.

This means, we have to roll back and create a RC4.

Thanks for checking!

Am 20. März 2012 10:56 schrieb Rupert Westenthaler
<[email protected]>:
> Hi Walter, Fabian
>
> Such files are downloaded to "{module}/src/main/resources/" during the
> build process.
>
> This has the advantage that such files are not downloaded again on
> every single build. But only if such files are updated. However this
> also means that such files are NOT deleted by a mvn clean and MUST
> therefore be manually excluded. For the SVN this is handled via
> svn:ignore. For the source release this must be done manually.
>
> As an alternative we could also change the location of the downloaded
> OpenNLP model files to "{module}/target/classes/". This would force
> users to re-download the models after each mvn clean, but would ensure
> that there are no OpenNLP modles copied to {module}/source.
>
> I would prefer to keep the current version for trunk, but we might
> want to change this in the 0.9.0-incubating branch.
>
> best
> Rupert
>
>
> On Tue, Mar 20, 2012 at 10:20 AM, Walter Kasper <[email protected]> wrote:
>> Hi Fabian,
>>
>> What then are all these files I found in
>> http://people.apache.org/~fchrist/apache-stanbol-0.9.0-incubating-RC3/stanbol-stack-0.9.0-incubating-source-release.zip?
>>
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/da/src/main/resources/org/apache/stanbol/data/opennlp/da-pos-perceptron.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/da/src/main/resources/org/apache/stanbol/data/opennlp/da-sent.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/de/src/main/resources/org/apache/stanbol/data/opennlp/de-pos-perceptron.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/de/src/main/resources/org/apache/stanbol/data/opennlp/de-sent.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/en/src/main/resources/org/apache/stanbol/data/opennlp/en-chunker.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/en/src/main/resources/org/apache/stanbol/data/opennlp/en-pos-perceptron.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/en/src/main/resources/org/apache/stanbol/data/opennlp/en-sent.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/en/src/main/resources/org/apache/stanbol/data/opennlp/en-token.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/nl/src/main/resources/org/apache/stanbol/data/opennlp/nl-pos-perceptron.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/nl/src/main/resources/org/apache/stanbol/data/opennlp/nl-sent.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/nl/src/main/resources/org/apache/stanbol/data/opennlp/nl-token.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/pt/src/main/resources/org/apache/stanbol/data/opennlp/pt-pos-perceptron.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/pt/src/main/resources/org/apache/stanbol/data/opennlp/pt-sent.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/pt/src/main/resources/org/apache/stanbol/data/opennlp/pt-token.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/sv/src/main/resources/org/apache/stanbol/data/opennlp/sv-pos-perceptron.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/lang/sv/src/main/resources/org/apache/stanbol/data/opennlp/sv-sent.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/en/src/main/resources/org/apache/stanbol/data/opennlp/en-ner-location.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/en/src/main/resources/org/apache/stanbol/data/opennlp/en-ner-organization.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/en/src/main/resources/org/apache/stanbol/data/opennlp/en-ner-person.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/es/src/main/resources/org/apache/stanbol/data/opennlp/es-ner-location.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/es/src/main/resources/org/apache/stanbol/data/opennlp/es-ner-organization.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/es/src/main/resources/org/apache/stanbol/data/opennlp/es-ner-person.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/nl/src/main/resources/org/apache/stanbol/data/opennlp/nl-ner-location.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/nl/src/main/resources/org/apache/stanbol/data/opennlp/nl-ner-organization.bin
>>>
>>> stanbol-stack-0.9.0-incubating/data/opennlp/ner/nl/src/main/resources/org/apache/stanbol/data/opennlp/nl-ner-person.bin
>>
>>
>> Best regards,
>>
>> Walter
>>
>>
>> Fabian Christ wrote:
>>>
>>> Hi Walter,
>>>
>>> thanks for noticing but the OpenNLP models are not included in this
>>> release. Those models are downloaded during the build process and are
>>> not part of the source release bundle itself. This difference ensures
>>> that we are not delivering the models directly and get in any trouble
>>> with the licenses. I am not a legal expert but AFAIK our mentors
>>> agreed that this would be okay with the ASF policies.
>>>
>>> Best,
>>>  - Fabian
>>>
>>> Am 20. März 2012 09:57 schrieb Walter Kasper<[email protected]>:
>>>>
>>>> Hi Fabian,
>>>>
>>>> I  noticed that there are OpenNLP models included in the release. Has
>>>> their
>>>> license status been clarified? As far as I am aware this is still an open
>>>> issue (see e.g.
>>>> http://comments.gmane.org/gmane.comp.apache.opennlp.user/104):
>>>>
>>>>>  Katrin,
>>>>>
>>>>>  Hmm... maybe I'll be writing a fact page to go on our web-site until we
>>>>>  get this straightened out.
>>>>>
>>>>>  1)  The models at sourceforge are primarily used only for research.  No
>>>>>  commercial usage.
>>>>>  2)  Most of the corpus are heavily copyrighted and exclude all
>>>>>  commercial usage.  Mostly because they are fully copyrighted texts and
>>>>>  are treated as most books are...
>>>>>
>>>> Best,
>>>>
>>>> Walter
>>>>
>>>> --
>>>> Dr. Walter Kasper
>>>> DFKI GmbH
>>>> Stuhlsatzenhausweg 3
>>>> D-66123 Saarbrücken
>>>> Tel.:  +49-681-85775-5300
>>>> Fax:   +49-681-85775-5338
>>>> Email: [email protected]
>>>> -------------------------------------------------------------
>>>> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
>>>> Firmensitz: Trippstadter Strasse 122, D-67663 Kaiserslautern
>>>>
>>>> Geschaeftsfuehrung:
>>>> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
>>>> Dr. Walter Olthoff
>>>>
>>>> Vorsitzender des Aufsichtsrats:
>>>> Prof. Dr. h.c. Hans A. Aukes
>>>>
>>>> Amtsgericht Kaiserslautern, HRB 2313
>>>> -------------------------------------------------------------
>>>>
>>>
>>>
>>
>>
>>
>> --
>> Dr. Walter Kasper
>> DFKI GmbH
>> Stuhlsatzenhausweg 3
>> D-66123 Saarbrücken
>> Tel.:  +49-681-85775-5300
>> Fax:   +49-681-85775-5338
>> Email: [email protected]
>> -------------------------------------------------------------
>> Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
>> Firmensitz: Trippstadter Strasse 122, D-67663 Kaiserslautern
>>
>> Geschaeftsfuehrung:
>> Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
>> Dr. Walter Olthoff
>>
>> Vorsitzender des Aufsichtsrats:
>> Prof. Dr. h.c. Hans A. Aukes
>>
>> Amtsgericht Kaiserslautern, HRB 2313
>> -------------------------------------------------------------
>>
>
>
>
> --
> | Rupert Westenthaler             [email protected]
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
Fabian
http://twitter.com/fctwitt

Reply via email to