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