|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<feature
|
|
3 |
id="org.txm.treetagger.files.feature"
|
|
4 |
label="TreeTagger files"
|
|
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 License **
|
|
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.utils"/>
|
|
73 |
<import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/>
|
|
74 |
<import plugin="org.txm.core" version="0.8.0" match="greaterOrEqual"/>
|
|
75 |
<import plugin="org.txm.treetagger.core" version="1.0.0" match="greaterOrEqual"/>
|
|
76 |
<import plugin="org.eclipse.ui"/>
|
|
77 |
<import plugin="org.eclipse.swt"/>
|
|
78 |
<import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/>
|
|
79 |
<import plugin="org.txm.rcp" version="0.7.8" match="greaterOrEqual"/>
|
|
80 |
<import plugin="org.txm.libs.groovy-all" version="2.3.3" match="greaterOrEqual"/>
|
|
81 |
<import plugin="org.txm.utils" version="1.0.0" match="greaterOrEqual"/>
|
|
82 |
</requires>
|
|
83 |
|
|
84 |
<plugin
|
|
85 |
id="org.txm.treetagger.core"
|
|
86 |
download-size="0"
|
|
87 |
install-size="0"
|
|
88 |
version="0.0.0"
|
|
89 |
unpack="false"/>
|
|
90 |
|
|
91 |
<plugin
|
|
92 |
id="org.txm.treetagger.core.linux"
|
|
93 |
os="linux"
|
|
94 |
download-size="0"
|
|
95 |
install-size="0"
|
|
96 |
version="0.0.0"
|
|
97 |
fragment="true"/>
|
|
98 |
|
|
99 |
<plugin
|
|
100 |
id="org.txm.treetagger.core.macosx"
|
|
101 |
os="macosx"
|
|
102 |
download-size="0"
|
|
103 |
install-size="0"
|
|
104 |
version="0.0.0"
|
|
105 |
fragment="true"/>
|
|
106 |
|
|
107 |
<plugin
|
|
108 |
id="org.txm.treetagger.core.models"
|
|
109 |
download-size="0"
|
|
110 |
install-size="0"
|
|
111 |
version="0.0.0"
|
|
112 |
fragment="true"/>
|
|
113 |
|
|
114 |
<plugin
|
|
115 |
id="org.txm.treetagger.core.win32"
|
|
116 |
os="win32"
|
|
117 |
download-size="0"
|
|
118 |
install-size="0"
|
|
119 |
version="0.0.0"
|
|
120 |
fragment="true"/>
|
|
121 |
|
|
122 |
<plugin
|
|
123 |
id="org.txm.treetagger.rcp"
|
|
124 |
download-size="0"
|
|
125 |
install-size="0"
|
|
126 |
version="0.0.0"
|
|
127 |
unpack="false"/>
|
|
128 |
|
|
129 |
</feature>
|
0 |
130 |
|