-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeed.xml
More file actions
344 lines (234 loc) · 19.8 KB
/
feed.xml
File metadata and controls
344 lines (234 loc) · 19.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>site.title</title>
<description>site.description</description>
<link>http://termsuite.github.io/</link>
<atom:link href="http://termsuite.github.io/feed.xml" rel="self" type="application/rss+xml" />
<pubDate>Thu, 31 Aug 2017 16:51:07 +0200</pubDate>
<lastBuildDate>Thu, 31 Aug 2017 16:51:07 +0200</lastBuildDate>
<generator>Jekyll v2.4.0</generator>
<item>
<title>Release : TermSuite 3.0</title>
<description><p>TermSuite is a software for terminology extraction and multilingual term alignment. TermSuite is developped by <a href="http://ls2n.fr/">LS2N group</a> at <a href="http://www.univ-nantes.fr/">University of Nantes</a>, and is currently supported by the French National Research Agency (CNRS) under grant ANR-10-IDEX-0004-02 and contributes to the project <a href="http://www.istex.fr/">ISTEX</a>, led by INIST.</p>
<p>Latest version of TermSuite (currently 3.0.10) and its documentation are accessible on the official site:</p>
<p><a href="http://termsuite.github.io/">http://termsuite.github.io/</a></p>
<p>Major changes in version 3.0 are:</p>
<ul>
<li>detection of semantic (mainly synonymic) term variants,</li>
<li>improved detection of term variants on longer terms, (variation inference)</li>
<li>italian support,</li>
<li>a new graph-based terminology data model,</li>
<li>a new Java API,</li>
<li>a better coverage of TermSuite’s features by command line API,</li>
<li>an improved post-processing of extracted terminologies based on graph-based algorithm,</li>
<li>documentation improved (theoritical information, better output format documentation…)</li>
</ul>
<p>Any issue with TermSuite should be reported at <a href="https://github.com/termsuite/termsuite-core/issues">https://github.com/termsuite/termsuite-core/issues</a> (preferred) or by email termsuite@univ-nantes.fr. Any question related to TermSuite can be addressed to termsuite@univ-nantes.fr.</p>
<p>Damien Cram and Béatrice Daille<br />
<a href="http://ls2n.fr/">LS2N</a> / CNRS - University of Nantes</p>
</description>
<pubDate>Thu, 31 Aug 2017 00:00:00 +0200</pubDate>
<link>http://termsuite.github.io/_i18n/en/news/release-3.0.html</link>
<guid isPermaLink="true">http://termsuite.github.io/_i18n/en/news/release-3.0.html</guid>
<category>_i18n</category>
<category>en</category>
<category>news</category>
</item>
<item>
<title>Release : TermSuite 2.3</title>
<description>
</description>
<pubDate>Mon, 03 Oct 2016 00:00:00 +0200</pubDate>
<link>http://termsuite.github.io/_i18n/en/news/release-2.3.html</link>
<guid isPermaLink="true">http://termsuite.github.io/_i18n/en/news/release-2.3.html</guid>
<category>_i18n</category>
<category>en</category>
<category>news</category>
</item>
<item>
<title>Release : TermSuite 2.2</title>
<description><p>TermSuite 2.2 has been released. Major enhancement of 2.2 is the detection of term derivates, and term variation gathering on prefixes and derivates.</p>
<p>Example of prefix variations in french: (TermSuite support for language <code>en</code> will come in Sep. 2016)</p>
<pre><code>machine synchrone
- machine asynchrone
contrôle direct
- contrôle indirect
</code></pre>
<pre><code>génération d'électricité
- génération électrique
étude de l'environnement
- étude environnementale
pâle grivée
- givrage de pâle.
</code></pre>
<p>See <a href="/changelog/">TermSuite Changelog</a> for an exhaustive list of TermSuite 2.2 changes.</p>
<p>TermSuite’s sources are available at <a href="https://github.com/termsuite/termsuite-core">Github</a>. You can also use TermSuite as a Maven dependency :</p>
<div class="highlight">
<pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
<span class="nt">&lt;groupId&gt;</span>fr.univ-nantes.termsuite<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>termsuite-core<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>2.2<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span></code></pre>
</div>
<p>If you encounter a problem with TermSuite or have any question, please leave an issue on <a href="https://github.com/termsuite/termsuite-core/issues">Github Issues</a> or address your message directly to Damien Cram or Béatrice Daille (firstname.lastname@univ-nantes.fr).</p>
<h3 id="agenda-termsuite-30">Agenda: TermSuite 3.0</h3>
<p>TermSuite 3.0 is planned for december 2016. New expected features are:</p>
<ul>
<li>migration to Java 8 (Java 7 will be abandonned),</li>
<li>support for term semantic variations (synonyms, antonyms, etc),</li>
<li>built-in POS tagging support (no need for an external tagger anymore, which will ease the installation).</li>
<li>Extension of linguistic specification for derivates and prefix variation to <code>en</code> and all languages</li>
</ul>
</description>
<pubDate>Thu, 28 Jul 2016 00:00:00 +0200</pubDate>
<link>http://termsuite.github.io/_i18n/en/news/release-2.2.html</link>
<guid isPermaLink="true">http://termsuite.github.io/_i18n/en/news/release-2.2.html</guid>
<category>_i18n</category>
<category>en</category>
<category>news</category>
</item>
<item>
<title>Release : TermSuite 2.1</title>
<description><p>TermSuite 2.1 has been released. Major enhancement of 2.1 is the new Graphical User Interface. See the demo screencast:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Qc9ZkYZVP_0" frameborder="0" allowfullscreen=""></iframe>
<h3 id="changelog">Changelog</h3>
<p>Main features introduced in TermSuite 2.1 are:</p>
<ul>
<li>Graphical User Interface</li>
<li>Observable pipelines</li>
<li>uima profiler dependency removed</li>
<li>Added a streaming-API (beta)</li>
<li>Exportable annotations to JSON</li>
<li>Support for compositional and semi-distributional aligner back</li>
<li>Morphosyntactic analysis: added lemmatization of components</li>
<li>Allow the capping of terminology from TermSuiteTerminoCLI with options <code>periodic-filter-property</code> <code>periodic-filter-max-size</code>.</li>
<li>Scalabilty : can now handle big corpus with MongoDB</li>
<li>Changed the IO API. See JsonTermIndexIO class</li>
<li>Removed term index measures</li>
<li>Added <code>specificity</code> term property</li>
<li>Added <code>rank</code> term property</li>
<li>Added ranker AE</li>
<li>Added Merger AE</li>
<li>Added Scorer AE (scores variations)</li>
</ul>
<p>See <a href="/changelog/">TermSuite Changelog</a> for an exhaustive list of changes.</p>
<h3 id="public-access-github-maven">Public access, Github, Maven</h3>
<p>TermSuite’s sources are available at <a href="https://github.com/termsuite/termsuite-core">Github</a>.</p>
<p>You can also use TermSuite as a Maven dependency :</p>
<div class="highlight">
<pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
<span class="nt">&lt;groupId&gt;</span>fr.univ-nantes.termsuite<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>termsuite-core<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>2.1<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span></code></pre>
</div>
<h3 id="using-the-graphical-user-interface">Using the Graphical User Interface</h3>
<p>You can download the <a href="">graphical user interface</a>. Using the GUI still requires an <a href="">external POS tagger</a> to be installed on your system.</p>
<h3 id="support">Support</h3>
<p>If you encounter a problem with TermSuite or have any question, please leave an issue on <a href="https://github.com/termsuite/termsuite-core/issues">Github Issues</a> or address your message directly to Damien Cram or Béatrice Daille (firstname.lastname@univ-nantes.fr).</p>
<h3 id="agenda-termsuite-22">Agenda: TermSuite 2.2</h3>
<p>TermSuite 2.2 is planned for september 2016. TermSuite 2.2 will implement:</p>
<ul>
<li>derivational variant detection,</li>
<li>compositional alignment (bilingual translation + semantical).</li>
</ul>
</description>
<pubDate>Fri, 03 Jun 2016 00:00:00 +0200</pubDate>
<link>http://termsuite.github.io/_i18n/en/news/release-2-1.html</link>
<guid isPermaLink="true">http://termsuite.github.io/_i18n/en/news/release-2-1.html</guid>
<category>_i18n</category>
<category>en</category>
<category>news</category>
</item>
<item>
<title>Need for TermSuite 3.0</title>
<description><h1 id="termsuite-2x-limitations">TermSuite 2.x limitations</h1>
<h2 id="lots-of-useless-ae">Lots of useless AE</h2>
<p>primary occurrence detector, term class, etc</p>
<h2 id="needs-for-multi-threading-during-uima-pipeline">Needs for multi-threading during UIMA pipeline</h2>
<h2 id="separate-service-methods-from-data-model">Separate service methods from data model</h2>
<p>Needs Java beans in model</p>
<p>Ex: Term#addTermVariation</p>
<h2 id="export-and-import-term-indexes-without-needing-a-uima-ae">Export and import term indexes without needing a UIMA AE</h2>
<h2 id="separate-token-spotting-uima-from-terminology-extraction">Separate Token spotting (UIMA) from terminology extraction</h2>
<p>Needs to create a separate framework for Terminology processing.</p>
<h1 id="new-features-and-service-required-in-3x">New features and service required in 3.x</h1>
<h2 id="specification-of-terminology-data-model-emf-">Specification of Terminology data model (EMF ?)</h2>
<h2 id="specification-of-modular-service-oeriented-architecture">Specification of modular service-oeriented architecture</h2>
<ul>
<li>Model service and maybe some core service to edit the term index</li>
<li>all termino AE must be a separate plugin, contributing to the pipeline</li>
</ul>
<h2 id="easy-io-from-xmi-and-json-for-uima-tokens">Easy I/O from xmi and json for UIMA tokens</h2>
<h2 id="easy-io-json-for-tbx-for-terminologies">Easy I/O json for tbx for terminologies</h2>
<h2 id="needs-for-ability-to-work-with-persitant-termindex-mongodb">Needs for ability to work with persitant TermIndex (MongoDB)</h2>
<h2 id="needs-for-ability-to-have-only-incremental-ae-in-the-termino-pipeline">Needs for ability to have only incremental AE in the Termino Pipeline</h2>
<h2 id="needs-for-a-complete-end-user-api-for-loading-corpus-and-documents-to-the-pipeline">Needs for a complete end-user API for loading corpus and documents to the pipeline.</h2>
<h2 id="allow-easy-term-refiltering-and-ranking">Allow easy term refiltering and ranking</h2>
<p>Needs an API for multiple successive filtering/ranking with a #getRank method<br />
Needs the concept of TerminologyView</p>
</description>
<pubDate>Tue, 19 Apr 2016 00:00:00 +0200</pubDate>
<link>http://termsuite.github.io/_i18n/en/news/need-for-refactoring.html</link>
<guid isPermaLink="true">http://termsuite.github.io/_i18n/en/news/need-for-refactoring.html</guid>
<category>_i18n</category>
<category>en</category>
<category>news</category>
</item>
<item>
<title>TermSuite 2.0 is out !</title>
<description><p>TermSuite 2.0 has been released. 2.0 is a major version of TermSuite. TermSuite is now supported by project <a href="http://www.istex.fr/">ISTEX</a>.</p>
<h3 id="refactoring-of-termsuite-15-and-16">Refactoring of TermSuite 1.5 and 1.6</h3>
<p>Last version of TermSuite (1.6) was a very partial refactoring of TermSuite 1.5, i.e the final version as the end of project TTC. The version 2.0 is a full refactoring of internal data model, Java API and command line API. TermSuite is now completely based on UIMAfit and has no XML component configuration file anymore.</p>
<p>TermSuite 1.x used to come with three aggregate engines: the spotter, the indexer, and the aligner. Now in 2.0, <strong>the spotter and the indexer have been merged into a single AE, the terminology extractor</strong>. As a consequence, the two main components of TermSuite left are:</p>
<ul>
<li>the <a href="/documentation/java-api/#terminology-extraction">terminology extraction</a>,</li>
<li>the <a href="/documentation/java-api/#run-bilingual-alignment-bilingualaligner">multilingual alignment</a>.</li>
</ul>
<p>TermSuite supports five languages with good performances: french, english, german, spanish, and russian. Partial support for latvian, chinese and danish is inherited from TermSuite 1.5 and project TTC. TermSuite 2.0 refactoring improved quantitative performances thanks to its new data model. Qualitative performances have also inscreased due to the new.</p>
<h3 id="new-features">New features</h3>
<p>Main features introduced in TermSuite 2.0 are:</p>
<ul>
<li>Morphology analysis and morphosyntactic variant detection (<em>chemotherapy</em> and <em>chemohormonal therapy</em>),</li>
<li>Graphical variant gathering now supports multiword terms,</li>
<li>Convenient <a href="/documentation/java-api/">Java API</a> with class <code>TermSuitePipeline</code>,</li>
<li>TermSuite’s resources are now packages in a different file, (see <a href="/documentation/resources/">Resource documentation</a>)</li>
<li>Significant linguistic improvements for syntactic and morphosyntactic variant gathering in five languages: <code>fr</code>, <code>en</code>, <code>de</code>, <code>ru</code>, and <code>es</code>.</li>
<li>Configurable TSV export for terminologies, (see <a href="/documentation/command-line-api/#export">export options</a>)</li>
<li>New human readable format for syntactic and morphosyntactic variant resources,</li>
<li>Exportation/importation to/from human readable json (TermSuite’s new native serialization format for terminologies).</li>
</ul>
<p>See <a href="/changelog/">TermSuite Changelog</a> for an exhaustive list of changes.</p>
<h3 id="public-access-github-maven">Public access, Github, Maven</h3>
<p>TermSuite 2.0 now has a <a href="/">public website</a> with an <a href="/documentation">online documentation</a>.</p>
<p>TermSuite’s source code has moved to <a href="https://github.com/termsuite/termsuite-core">Github</a> in order to make contributions to TermSuite easier. It is also now possible to embed TermSuite in your application thanks to its Maven dependency:</p>
<div class="highlight">
<pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
<span class="nt">&lt;groupId&gt;</span>fr.univ-nantes.termsuite<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>termsuite-core<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>3.0.10<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span></code></pre>
</div>
<h3 id="graphical-user-interface">Graphical User Interface</h3>
<p>Due to the refactoring of the data model. The old TermSuite GUI is now broken. A new GUI based on Eclipse RCP is under development and will be released with TermSuite 2.1.</p>
<h3 id="support">Support</h3>
<p>If you encounter a problem with TermSuite or have any question, please leave an issue on <a href="https://github.com/termsuite/termsuite-core/issues">Github Issues</a> or address your message directly to Damien Cram or Béatrice Daille (firstname.lastname@univ-nantes.fr).</p>
<h3 id="agenda-termsuite-21">Agenda: TermSuite 2.1</h3>
<p>TermSuite 2.1 is planned for mars 2016. TermSuite 2.1 will implement:</p>
<ul>
<li>derivational variant detection,</li>
<li>graphical user Interface,</li>
<li>compositional alignment (bilingual translation + semantical),</li>
<li>improved post-processing of extracted terminology.</li>
</ul>
</description>
<pubDate>Fri, 27 Nov 2015 00:00:00 +0100</pubDate>
<link>http://termsuite.github.io/_i18n/en/news/release-2.html</link>
<guid isPermaLink="true">http://termsuite.github.io/_i18n/en/news/release-2.html</guid>
<category>_i18n</category>
<category>en</category>
<category>news</category>
</item>
</channel>
</rss>