|
56 | 56 | <!-- <a id="news" class="anchor" href="#news" aria-hidden="true"><span class="octicon octicon-link"></span></a>News</h2> -->
|
57 | 57 | <!-- <p>A new version of the toolkit has been released with several improvements and new features: -->
|
58 | 58 | <!-- <ul> -->
|
59 |
| -<!-- <li>Ability to force translations for specific phrases of the source sentence</li> --> |
60 |
| -<!-- <li>Capability to access language and translation models from disk</li> --> |
61 |
| -<!-- <li>Added functionality to use multiple language and translation models</li> --> |
62 |
| -<!-- <li>Added tool to create empty models useful to perform online learning from scratch</li> --> |
63 |
| -<!-- <li>Portability increased</li> --> |
64 |
| -<!-- <li>The Thot manual has been extended and revised</li> --> |
| 59 | +<!-- <li>TBD</li> --> |
65 | 60 | <!-- </ul> -->
|
66 | 61 |
|
67 | 62 | <h2>
|
|
71 | 66 |
|
72 | 67 | <ul>
|
73 | 68 | <li>Definition of complex programs composed of several processes.</li>
|
74 |
| -<li>Framework to define programs and processes using Bash shell scripting.</li> |
| 69 | +<li>Framework to define programs and processes using Bash shell scripting or other languages.</li> |
75 | 70 | <li>Concurrent execution of processes depending on detailed process dependencies.</li>
|
76 | 71 | <li>Reexecution of only those processes that are pending or whose execution failed.</li>
|
77 | 72 | <li>Integration with workload schedulers such as Slurm.</li>
|
@@ -168,12 +163,7 @@ <h4>
|
168 | 163 |
|
169 | 164 | <!-- <pre><code> $ make installcheck</code></pre> -->
|
170 | 165 |
|
171 |
| -<!-- <p>The tests performed by the previous command involve the execution of --> |
172 |
| -<!-- the main tasks present in a typical SMT pipeline, including training and --> |
173 |
| -<!-- tuning of model parameters as well as generating translations using the --> |
174 |
| -<!-- estimated models (see more on this in the Thot manual). The command --> |
175 |
| -<!-- internally uses the toy corpus provided with the Thot package to carry --> |
176 |
| -<!-- out the checkings.</p> --> |
| 166 | +<!-- <p>TBD</p> --> |
177 | 167 |
|
178 | 168 | <h4>
|
179 | 169 | <a id="third-party-software" class="anchor" href="#third-party-software"
|
|
0 commit comments