root / tmp / org.txm.textsbalance.feature / feature.xml @ 21
History | View | Annotate | Download (5.6 kB)
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<feature
|
3 |
id="TextBalanceFeature" |
4 |
label="Texts Balance" |
5 |
version="1.0.0.qualifier" |
6 |
provider-name="TXM"> |
7 |
|
8 |
<description url="http://www.example.com/description"> |
9 |
Additional TextBalance command to build a radar representation of text metadata values. |
10 |
</description>
|
11 |
|
12 |
<copyright url="http://www.example.com/copyright"> |
13 |
Copyright © 2010-2015 ENS de Lyon. |
14 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
15 |
Lyon 2, University of Franche-Comté, University of Nice |
16 |
Sophia Antipolis, University of Paris 3. |
17 |
The TXM platform is free software: you can redistribute it |
18 |
and/or modify it under the terms of the GNU General Public |
19 |
License as published by the Free Software Foundation, |
20 |
either version 2 of the License, or (at your option) any |
21 |
later version. |
22 |
The TXM platform is distributed in the hope that it will be |
23 |
useful, but WITHOUT ANY WARRANTY; without even the implied |
24 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR |
25 |
PURPOSE. See the GNU General Public License for more |
26 |
details. |
27 |
You should have received a copy of the GNU General |
28 |
Public License along with the TXM platform. If not, see |
29 |
http://www.gnu.org/licenses |
30 |
</copyright>
|
31 |
|
32 |
<license url=""> |
33 |
<TXM Software User Agreement> |
34 |
|
35 |
TXM 0.7.8 Copyright © 2010-2016 ENS de Lyon, University of Franche-Comté, CNRS |
36 |
|
37 |
<English version below> |
38 |
|
39 |
EN ACCEPTANT CETTE MISE À JOUR ET EN UTILISANT TXM, VOUS VOUS ENGAGEZ À CITER L'ARTICLE DE RÉFÉRENCE DE LA PLATEFORME* DANS VOS PUBLICATIONS DE RÉSULTATS OBTENUS À PARTIR D'ELLE. CELA EST ESSENTIEL POUR NOUS PERMETTRE DE JUSTIFIER LE BESOIN DE PÉRENNISATION DE CET INSTRUMENT DE TRAVAIL POUR LA COMMUNAUTÉ SCIENTIFIQUE. |
40 |
|
41 |
Le logiciel TXM est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier suivant les termes de la Licence publique générale GNU telle que publiée par la Free Software Foundation, soit la version 2 de cette License, soit une version ultérieure. |
42 |
|
43 |
Le logiciel TXM est distribué dans l'espoir qu'il sera utile, mais sans aucune garantie, y compris mais non de façon limitative les garanties implicites de qualité marchande et de convenance à un usage particulier. Consultez la version 2 et la version 3 de la Licence publique générale GNU pour plus de détails. |
44 |
|
45 |
Vous devriez avoir reçu une copie de la Licence publique générale GNU en accompagnement du logiciel TXM ; si ce n'est pas le cas, veuillez consulter la page http://www.gnu.org/licenses/gpl-2.0.html.
|
46 |
_______________ |
47 |
* Serge Heiden, Jean-Philippe Magué, Bénédicte Pincemin. |
48 |
TXM : Une plateforme logicielle open-source pour la textométrie - conception et développement. Sergio Bolasco, Isabella Chiari, Luca Giuliano. 10th International Conference on the Statistical Analysis of Textual Data - JADT 2010, Jun 2010, Rome, Italie. |
49 |
Edizioni Universitarie di Lettere Economia Diritto, 2 (3), pp.1021-1032, 2010. <halshs-00549779> |
50 |
|
51 |
|
52 |
ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH |
53 |
|
54 |
|
55 |
By accepting this update and by using TXM, you agree to cite the TXM platform reference article** in your publications of results obtained from it. That is essential for us to justify the need for sustainability of this instrument for the scientific community. |
56 |
|
57 |
The TXM platform is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. |
58 |
|
59 |
The TXM platform is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
60 |
|
61 |
You should have received a copy of the GNU General Public License along with the TXM platform. If not, see http://www.gnu.org/licenses/gpl-2.0.html. |
62 |
_______________ |
63 |
** Serge Heiden. The TXM Platform: Building Open-Source Textual |
64 |
Analysis Software Compatible with the TEI Encoding Scheme. Ryo Otoguro, Kiyoshi Ishikawa, Hiroshi Umemoto, Kei Yoshimoto and Yasunari Harada. 24th Pacific Asia Conference on Language, Information and Computation, Nov 2010, Sendai, Japan. Institute for Digital Enhancement of Cognitive Development, Waseda University, pp.389-398, 2010. <halshs-00549764> |
65 |
</license>
|
66 |
|
67 |
<requires>
|
68 |
<import plugin="org.eclipse.jface.text"/> |
69 |
<import plugin="org.eclipse.ui.editors"/> |
70 |
<import plugin="org.txm.rcpapplication" version="0.7.7" match="greaterOrEqual"/> |
71 |
<import plugin="org.txm.toolbox" version="0.7.0" match="greaterOrEqual"/> |
72 |
<import plugin="org.txm.rcp.chartsengine.jfreechart" version="1.0.0" match="greaterOrEqual"/> |
73 |
<import plugin="org.txm.tbx.partition.chartsengine.r" version="1.0.0" match="greaterOrEqual"/> |
74 |
<import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/> |
75 |
<import plugin="org.eclipse.ui" version="3.106.1" match="greaterOrEqual"/> |
76 |
<import plugin="org.txm.tbx.chartsengine.r"/> |
77 |
<import plugin="org.eclipse.core.expressions" version="3.4.600" match="greaterOrEqual"/> |
78 |
<import plugin="org.txm.textsbalance.tbx" version="1.0.0" match="greaterOrEqual"/> |
79 |
<import plugin="org.txm.rcp.chartsengine.r" version="1.0.0" match="greaterOrEqual"/> |
80 |
</requires>
|
81 |
|
82 |
<plugin
|
83 |
id="org.txm.textsbalance.rcp" |
84 |
download-size="0" |
85 |
install-size="0" |
86 |
version="0.0.0" |
87 |
unpack="false"/> |
88 |
|
89 |
<plugin
|
90 |
id="org.txm.textsbalance.tbx" |
91 |
download-size="0" |
92 |
install-size="0" |
93 |
version="0.0.0" |
94 |
unpack="false"/> |
95 |
|
96 |
</feature>
|