Statistics
| Revision:

root / tmp / org.txm.treetagger.files.feature / feature.xml @ 2459

History | View | Annotate | Download (3.1 kB)

1 835 mdecorde
<?xml version="1.0" encoding="UTF-8"?>
2 835 mdecorde
<feature
3 1203 mdecorde
      id="org.txm.treetagger.models.feature"
4 1203 mdecorde
      label="TreeTagger models"
5 835 mdecorde
      version="1.0.0.qualifier"
6 835 mdecorde
      provider-name="Textometrie.org">
7 835 mdecorde
8 835 mdecorde
   <description>
9 1205 mdecorde
      FR and EN TreeTagger models / Modèles FR et EN de TreeTagger
10 835 mdecorde
   </description>
11 835 mdecorde
12 835 mdecorde
   <copyright url="http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/">
13 835 mdecorde
      See: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/
14 835 mdecorde
   </copyright>
15 835 mdecorde
16 835 mdecorde
   <license url="http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/Tagger-Licence">
17 2459 mdecorde
      TreeTagger User Agreement
18 835 mdecorde
19 835 mdecorde
1. The Institut fuer maschinelle Sprachverarbeitung, Universitaet
20 835 mdecorde
   Stuttgart, subsequently called ``the licenser&apos;&apos;, grants you (the
21 835 mdecorde
   licensee) the rights to use the TreeTagger software subsequently
22 835 mdecorde
   called ``the system&apos;&apos; for evaluation, research and teaching
23 835 mdecorde
   purposes. **Any other usage of the system (in particular for
24 835 mdecorde
   commercial purposes) is forbidden**.
25 835 mdecorde
26 835 mdecorde
2. The licensee has no right to give or sell the system to third
27 835 mdecorde
   parties without written permission from the licenser.
28 835 mdecorde
29 835 mdecorde
3. The licenser has no obligation to maintain the system.
30 835 mdecorde
   Nevertheless the licensee is encouraged to report to the licenser
31 835 mdecorde
   any problems with or suggestions for improvement of the system.
32 835 mdecorde
33 835 mdecorde
4. The licenser has no obligation to make new releases available to the
34 835 mdecorde
   licensee, but where such updates are supplied they shall be governed by
35 835 mdecorde
   the terms of this agreement.
36 835 mdecorde
37 835 mdecorde
      NO WARRANTY
38 835 mdecorde
39 835 mdecorde
5. BECAUSE THE SYSTEM IS LICENSED FREE OF CHARGE, WE PROVIDE
40 835 mdecorde
ABSOLUTELY NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE
41 835 mdecorde
LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE LICENSER PROVIDES THE
42 835 mdecorde
SYSTEM &quot;AS IS&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
43 835 mdecorde
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
44 835 mdecorde
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK
45 835 mdecorde
AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH THE LICENSEE.
46 835 mdecorde
SHOULD THE SYSTEM PROVE DEFECTIVE, THE LICENSEE ASSUMES THE COST OF
47 835 mdecorde
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
48 835 mdecorde
49 835 mdecorde
6. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL THE LICENSER BE
50 835 mdecorde
LIABLE TO THE LICENSEE FOR DAMAGES, INCLUDING ANY LOST PROFITS, LOST
51 835 mdecorde
MONIES, OR OTHER SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
52 835 mdecorde
OUT OF THE USE OR INABILITY TO USE (INCLUDING BUT NOT LIMITED TO LOSS
53 835 mdecorde
OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY THIRD
54 835 mdecorde
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAM)
55 835 mdecorde
THE PROGRAM, EVEN IF THE LICENSEE HAS BEEN ADVISED OF THE POSSIBILITY
56 835 mdecorde
OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
57 835 mdecorde
58 835 mdecorde
59 835 mdecorde
Contact Adress:
60 835 mdecorde
61 835 mdecorde
Helmut Schmid
62 835 mdecorde
Institut fuer maschinelle Sprachverarbeitung (IMS)
63 835 mdecorde
Universitaet Stuttgart
64 835 mdecorde
Azenbergstr. 12
65 835 mdecorde
D-70174 Stuttgart, Germany
66 835 mdecorde
67 835 mdecorde
Helmut.Schmid@ims.uni-stuttgart.de
68 835 mdecorde
   </license>
69 835 mdecorde
70 835 mdecorde
   <requires>
71 835 mdecorde
      <import plugin="org.txm.treetagger.core" version="1.0.0" match="greaterOrEqual"/>
72 1488 mdecorde
      <import feature="org.txm.treetagger.binaries.feature" version="1.0.0.qualifier"/>
73 835 mdecorde
   </requires>
74 835 mdecorde
75 835 mdecorde
   <plugin
76 835 mdecorde
         id="org.txm.treetagger.core.models"
77 835 mdecorde
         download-size="0"
78 835 mdecorde
         install-size="0"
79 835 mdecorde
         version="0.0.0"
80 835 mdecorde
         fragment="true"/>
81 835 mdecorde
82 835 mdecorde
</feature>