-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
616 lines (485 loc) · 24.1 KB
/
index.html
File metadata and controls
616 lines (485 loc) · 24.1 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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>
TermSuite
</title>
<meta name="description" content="TermSuite is a toolbox for <strong>terminology extraction</strong> and <strong>multilingual term alignment</strong>." />
<meta name="robots" content="index,follow" />
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="/css/bootstrap.min.css" >
<!-- Font awesome -->
<link rel="stylesheet" href="/css/font-awesome.min.css" >
<!-- Optional theme -->
<!-- Theme saved here: https://gist.github.com/00f325b64a30d6e4c008 -->
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/css/bootstrap-formhelpers.min.css" >
<link rel="canonical" href="http://termsuite.github.io/">
<link rel="stylesheet" href="/css/main.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/bootstrap-formhelpers.min.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
</head>
<body>
<div id="wrap">
<a href="https://github.com/termsuite/termsuite-core">
<img
style="position: absolute; top: 0; left: 0; border: 0;z-index: 2;"
title="Fork TermSuite on GitHub."
src="/img/forkme.png"
alt="Fork TermSuite on GitHub."></a>
<header>
<nav class="navbar navbar-default">
<ul class="nav navbar-nav navbar-right navright">
<li class="" >
<a class="" href="/contact">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> Newsletter
</a>
</li>
</ul>
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img alt="Brand" height="87" src="/img/logo-termsuite-txt.png">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class=""><a href="/getting-started">Getting Started</a></li>
<li class=""><a href="/documentation/introduction/" >Documentation</a></li>
<li class=""><a href="/#publications" >Publications</a></li>
<li id="about" class="dropdown">
<a href="/about" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/changelog">Change log</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/documentation/support">Support</a></li>
<li role="separator" class="divider"></li>
<li><a href="https://github.com/termsuite/termsuite-core" target="blank">View on Github</a></li>
<li role="separator" class="divider"></li>
<li><a href="/about">About TermSuite</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="active" ><a href="/index.html" >
<img class="flag" src="/img/flags/United-Kingdom.png" alt="English" title="Visit site in english">
</a></li>
<li class="" ><a href="/fr/index.html" >
<img class="flag" src="/img/flags/France.png" alt="Français" title="Visiter le site en français">
</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<div id="home">
<div class="row">
<div class="container">
<div class="col-md-5 text-center">
<p class="lead">TermSuite is a toolbox for <strong>terminology extraction</strong> and <strong>multilingual term alignment</strong>. </p>
<p>
Multiword and compound term detection, morphosyntactic analysis, term variant detection,
term specificity computation, etc. <small><a href="#features">See features</a></small>
</p>
<h4 class="vspace50">Language Support</h4>
<img src="/img/flags/France.png" alt="French" title="French">
<img src="/img/flags/United-Kingdom.png" alt="English" title="English">
<img src="/img/flags/Russia.png" alt="Russian" title="Russian">
<img src="/img/flags/Italy.png" alt="Italian" title="Italian">
<img src="/img/flags/Germany.png" alt="German" title="German">
<img src="/img/flags/Spain.png" alt="Spanish" title="Spanish">
<p class="vspace50">
<a href="#command-line">Command Line</a> - <a href="#gui">Graphical User Interface</a> - <a href="#java-api">Java API</a>
</p>
</div>
<div class="col-md-1"></div>
<div class="col-md-5 text-center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Qc9ZkYZVP_0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-1"></div>
</div>
<p class="text-center"><em>Current version of TermSuite is 3.0.10 </em><a href="/changelog">See Changelog</a></p>
<div class="row greyed">
<div class="container">
<div class="col-md-4 text-center">
<h4>Get it running !</h4>
<p>Prepare your system for TermSuite, download, install and get it running on an example corpus quickly.</p>
<p><a class="btn btn-danger btn-lg" href="/getting-started" role="button">Getting Started</a></p>
</div>
<div class="col-md-4 text-center">
<h4>Documentation</h4>
<p>List of all TermSuite's features, analysis engines, and configuration parameters. Java API.</p>
<p>
<a class="btn btn-primary btn-lg" href="/documentation/introduction" role="button">User Manual</a>
<a class="btn" href="http://www.javadoc.io/doc/fr.univ-nantes.termsuite/termsuite-core/3.0.10/" role="button">Javadoc</a>
</p>
</div>
<div class="col-md-4 text-center">
<h4>Developers</h4>
<p>Build it from sources with Gradle, or use it as a maven dependency.</p>
<p><a class="btn btn-default btn-lg" href="https://github.com/termsuite/termsuite-core" role="button">View on Github</a><a class="btn" href="/documentation/developers/" role="button">Maven / Gradle</a></p>
</div>
</div>
</div>
<div id="command-line" class="row">
<div class="container">
<h3 class="text-center">Command Line</h3>
<div class="col-md-6 text-left">
<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>java -cp termsuite-core-3.0.10.jar <span class="se">\</span>
fr.univnantes.termsuite.tools.TerminologyExtractorCLI <span class="se">\</span>
-t /path/to/treetagger/ <span class="se">\</span>
-c /path/to/corpus/ <span class="se">\</span>
-l en <span class="se">\</span>
--tsv my-termino.tsv <span class="se">\</span></code></pre></div>
</div>
<div class="col-md-1"></div>
<div class="col-md-5 text-center">
<p class="lead">NLP preprocessing, terminology extraction, and multilingual alignment from command line.
<a href="/getting-started/">Getting Started</a>
[<a href="/getting-started/#docker">using Docker</a>]
</p>
<div>
<h4 class="vspace50">Download</h4>
<a class="btn btn-success"
href="http://search.maven.org/remotecontent?filepath=fr/univ-nantes/termsuite/termsuite-core/3.0.10/termsuite-core-3.0.10.jar"
target="blank" role="button">
termsuite-core-3.0.10.jar
</a>
<h4 class="vspace50">Documentation</h4>
<p>
<a href="/documentation/preprocessor-cli/">NLP Preprocessing</a>
-
<a href="/documentation/terminology-extractor-cli/">Terminology Extraction</a>
-
<a href="/documentation/aligner-cli/">Alignment</a>
</p>
</div>
</div>
</div>
</div>
<div id="java-api" class="row">
<div class="container">
<h3 class="text-center">Java API</h3>
<div class="col-md-5 text-center">
<p class="lead">Embed TermSuite in your Java application and get access to all functionalities and full control.</p>
<div>
<h4 class="vspace50">Download</h4>
<a class="btn btn-success"
href="http://search.maven.org/remotecontent?filepath=fr/univ-nantes/termsuite/termsuite-core/3.0.10/termsuite-core-3.0.10.jar"
target="blank" role="button">
termsuite-core-3.0.10.jar
</a>
<a href="/documentation/developers/"
target="blank" role="button">
Developer instructions
</a>
<h4 class="vspace50">Documentation</h4>
<p>
<a href="/documentation/java-preprocessor/">NLP Preprocessing</a>
-
<a href="/documentation/java-terminology-extractor/">Terminology Extraction</a>
-
<a href="/documentation/java-aligner/">Alignment</a>
</p>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-6 text-left">
<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">// Create the corpus object</span>
<span class="n">TXTCorpus</span> <span class="n">corpus</span> <span class="o">=</span> <span class="k">new</span> <span class="nf">TXTCorpus</span><span class="o">(</span>
<span class="n">Lang</span><span class="o">.</span><span class="na">EN</span><span class="o">,</span>
<span class="n">Paths</span><span class="o">.</span><span class="na">get</span><span class="o">(</span><span class="s">"wind-energy"</span><span class="o">,</span> <span class="s">"documents"</span><span class="o">));</span>
<span class="c1">// Do the NLP preprocessings</span>
<span class="n">IndexedCorpus</span> <span class="n">corpus</span> <span class="o">=</span> <span class="n">TermSuite</span><span class="o">.</span><span class="na">preprocessor</span><span class="o">()</span>
<span class="o">.</span><span class="na">setTaggerPath</span><span class="o">(</span><span class="n">Paths</span><span class="o">.</span><span class="na">get</span><span class="o">(</span><span class="s">"path"</span><span class="o">,</span> <span class="s">"to"</span><span class="o">,</span> <span class="s">"treetagger"</span><span class="o">))</span>
<span class="o">.</span><span class="na">toIndexedCorpus</span><span class="o">(</span><span class="n">corpus</span><span class="o">,</span> <span class="mi">500000</span><span class="o">);</span>
<span class="c1">// Extract the terminology</span>
<span class="n">TermSuite</span><span class="o">.</span><span class="na">terminoExtractor</span><span class="o">().</span><span class="na">execute</span><span class="o">(</span><span class="n">corpus</span><span class="o">);</span>
<span class="c1">// Keep only top 1000 terms by specificity with their variants</span>
<span class="n">TermSuite</span><span class="o">.</span><span class="na">terminologyFilterer</span><span class="o">()</span>
<span class="o">.</span><span class="na">by</span><span class="o">(</span><span class="n">TermProperty</span><span class="o">.</span><span class="na">SPECIFICITY</span><span class="o">)</span>
<span class="o">.</span><span class="na">keepTopN</span><span class="o">(</span><span class="mi">1000</span><span class="o">).</span><span class="na">keepVariants</span><span class="o">()</span>
<span class="o">.</span><span class="na">filter</span><span class="o">(</span><span class="n">corpus</span><span class="o">);</span>
<span class="c1">// Export the terminology to TSV</span>
<span class="n">TermSuiteFactory</span><span class="o">.</span><span class="na">createTsvExporter</span><span class="o">(</span><span class="k">new</span> <span class="nf">TsvOptions</span><span class="o">())</span>
<span class="o">.</span><span class="na">export</span><span class="o">(</span><span class="n">corpus</span><span class="o">,</span> <span class="n">Paths</span><span class="o">.</span><span class="na">get</span><span class="o">(</span><span class="s">"my-termino.tsv"</span><span class="o">));</span></code></pre></div>
</div>
</div>
</div>
<div class="col-md-1"></div>
<div id="gui" class="row">
<div class="container">
<h3 class="text-center">Graphical User Interface</h3>
<div class="col-md-6 text-center">
<a href="/documentation/gui/">
<img width=560 alt="termsuite-ui screenshot" src="/img/termsuite-ui.png" title="A screenshot of TermSuite graphical user interface">
</a>
</div>
<div class="col-md-1"></div>
<div class="col-md-5 text-center">
<p class="lead">
A graphical user interface for terminology extraction, multilingual alignment, in-context term occurrence viewer, linguistic resource editor.
</p>
<h4 class="vspace50">Download</h4>
<div class="row text-center inner-row">
<div class="col-sm-4">
<a class="btn btn-default"
href="https://dl.bintray.com/termsuite/generic/termsuite-win32-x86_64-3.0.10.zip"
target="blank" role="button">
<img src="/img/os/windows.png" alt="Windows" title="Download TermSuite Graphical User Interface for Windows" width=50>
</a>
</div>
<div class="col-sm-4">
<a class="btn btn-default"
href="https://dl.bintray.com/termsuite/generic/termsuite-macosx-cocoa-3.0.10.tar.gz"
target="blank" role="button">
<img src="/img/os/mac.png" alt="Mac OS X" title="Download TermSuite Graphical User Interface for Mac OS X" width=50>
</a>
</div>
<div class="col-sm-4">
<a class="btn btn-default"
href="https://dl.bintray.com/termsuite/generic/termsuite-linux-x86_64-3.0.10.tar.gz"
target="blank" role="button" title="Download TermSuite Graphical User Interface for Linux">
<img src="/img/os/linux.png" alt="Linux" width=50>
</a>
</div>
</div>
<p>
(<a href="https://dl.bintray.com/termsuite/generic/">click here if the link above fails</a>)
</p>
<h4 class="vspace50">Documentation</h4>
<p>
<a href="/documentation/gui/"
role="button">
Tutorial for TermSuite Graphical User Interface
</a>
</p>
</div>
</div>
</div>
<div id="publications" class="row greyed">
<div class="container">
<div class="col-md-2 text-center">
<img alt="academics" width="200" src="/img/academics.png">
</div>
<div class="col-md-1 text-center"></div>
<div class="col-md-9">
<div>
<h2 >Publications</h2>
<table class="table">
<tbody>
<tr>
<td class="lead">ACL2016</td>
<td>
<p>
<span>Damien Cram and Béatrice Daille.</span><br>
<span class=""><em>Terminology Extraction with Term Variant Detection.</em></span><br>
<span>Proceedings of ACL-2016 System Demonstrations.</span><br>
<a href="https://aclweb.org/anthology/P/P16/P16-4003.pdf" >
<span class="lead glyphicon glyphicon-download-alt" aria-hidden="true"></span> PDF
</a>
</p>
</td>
</tr>
<tr>
<td class="lead">IJCNLP2011</td>
<td>
<p>
<span>Jérôme Rocheteau and Béatrice Daille.</span><br>
<span class=""><em>TTC TermSuite: A UIMA Application for Multilingual Terminology Extraction from Comparable Corpora.</em></span><br>
<span>Proceedings of the 5th International Joint Conference on Natural Language Processing.</span><br>
<a href="https://hal.archives-ouvertes.fr/hal-00819025/document" >
<span class="lead glyphicon glyphicon-download-alt" aria-hidden="true"></span> PDF
</a>
</p>
</td>
</tr>
<tr>
<td class="lead">BENJAMINS2017</td>
<td>
<p>
<span>Béatrice Daille.</span><br>
<span class=""><em>Term Variation in Specialised Corpora: Characterisation, automatic discovery and applications.</em></span><br>
<span>Vol. 19. John Benjamins Publishing Company.</span><br>
<a href="https://benjamins.com/#catalog/books/tlrp.19" >
URL
</a>
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="container">
<h2 id="features" class="text-center">Features Overview</h2>
<div id="features-block" class="">
<table class="table table-bordered">
<tbody>
<tr>
<td>Word tokenization</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>POS Tagging (3rd party: with TreeTagger or Mate)</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Lemmatization (3rd party: with TreeTagger or Mate)</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Stemming (Snowball)</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Terminology extraction</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Efficient multiword term detection</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Term morphology extraction</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Term syntactic variants detection</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Term graphic variants detection</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Variant detection based on term derivations and term prefixation</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Term semantic variants detection</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Term morphosyntactic variants detection</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Term specificity (Weirdness Ratio) computing and other term measures: WR log, term frequency, etc</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Term alignment (distributional and compositional, multilingual and monolingual)</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
<tr>
<td>Terminology export in multiple formats: `json`, `tsv`, `tbx`</td>
<td><span class="glyphicon glyphicon-ok text-ok" aria-hidden="true"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row logo">
<div class="col-md-3 text-center">
<a href="http://www.cnrs.fr/">
<img title="CNRS" alt="CNRS" width="150" src="/img/cnrs.png" target="blank">
</a>
</div>
<div class="col-md-3 text-center">
<a href="http://www.univ-nantes.fr/">
<img title="University of Nantes" width="200" alt="University of Nantes" src="/img/univ-nantes.svg" target="blank">
</a>
</div>
<div class="col-md-3 text-center">
<a href="http://www.istex.fr/le-projet/">
<img title="ISTEX" alt="ISTEX" width="200" src="/img/istex.png" target="blank">
</a>
</div>
<div class="col-md-3 text-center">
<a href="http://www.ls2n.fr/">
<img title="LS2N" alt="LS2N" width="300" src="/img/ls2n.png" target="blank">
</a>
</div>
</div>
</div>
</div>
<div id="footer">
<footer>
<hr />
<div class="container">
<div class="row">
<div class="col-sm-3">
<h4>About</h4>
<p>TermSuite is a toolbox for <strong>terminology extraction</strong> and <strong>multilingual term alignment</strong>.</p>
</div>
<div class="col-sm-1"></div>
<div class="col-sm-4">
<h4>
<a href="/contact">Contact</a>
</h4>
<p class="text-center">
<a href="mailto:termsuite@univ-nantes.fr">termsuite@univ-nantes.fr</a>
</p>
Team
<ul>
<li><a href="https://github.com/dcram"><p>Damien Cram</p>
</a></li>
<li><a href="http://bdaille.com/"><p>Béatrice Daille</p>
</a></li>
</ul>
</div>
<div class="col-sm-1"></div>
<div class="col-sm-3">
<h4>Links</h4>
<ul>
<li>
<a href="/contact">Newsletter</a>
</li>
<li>
<a href="https://github.com/termsuite/termsuite-core">Github</a>
</li>
<li>
<a href="https://bintray.com/termsuite/generic/termsuite-ui">Bintray</a>
</li>
<li>
<a href="https://github.com/termsuite/termsuite-core/issues">Github issues</a>
</li>
<li>
<a href="http://www.javadoc.io/doc/fr.univ-nantes.termsuite/termsuite-core/3.0.10/">Javadoc</a>
</li>
<li>
<a href="https://repo1.maven.org/maven2/fr/univ-nantes/termsuite/termsuite-core/3.0.10/">Maven</a>
</li>
</ul>
</div>
</div>
<div id="copyright" class="row">
<p class="text-center">© University of Nantes 2015-2017</p>
</div>
</div>
</footer>
</div>
</body>
</html>