Skip to content

Commit

Permalink
Add UD-2.12 models to the REST service web form.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Aug 20, 2023
1 parent 8ea9013 commit 421c399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/lindat-service/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ function updateModels() {
<div class="form-group row">
<label class="col-sm-2 control-label">Model:</label>
<div class="col-sm-10">
<label class="radio-inline" data-udpipe="2"><input name="family" type="radio" value="-ud-2.10-" onchange="updateModels()" checked />UD 2.10 (<a href="http://ufal.mff.cuni.cz/udpipe/2/models#universal_dependencies_210_models">description</a>)</label>
<label class="radio-inline" data-udpipe="2"><input name="family" type="radio" value="-ud-2.12-" onchange="updateModels()" checked />UD 2.12 (<a href="http://ufal.mff.cuni.cz/udpipe/2/models#universal_dependencies_212_models">description</a>)</label>
<label class="radio-inline" data-udpipe="2"><input name="family" type="radio" value="-ud-2.10-" onchange="updateModels()" />UD 2.10 (<a href="http://ufal.mff.cuni.cz/udpipe/2/models#universal_dependencies_210_models">description</a>)</label>
<label class="radio-inline" data-udpipe="2"><input name="family" type="radio" value="-ud-2.6-" onchange="updateModels()" />UD 2.6 (<a href="http://ufal.mff.cuni.cz/udpipe/2/models#universal_dependencies_26_models">description</a>)</label>
<label class="radio-inline" data-udpipe="2"><input name="family" type="radio" value="-evalatin20-" onchange="updateModels()" />EvaLatin20 (<a href="http://ufal.mff.cuni.cz/udpipe/2/models#evalatin20_models">description</a>)</label>
<label class="radio-inline" data-udpipe="1" style="display: none"><input name="family" type="radio" value="-ud-2.5-" onchange="updateModels()" />UD 2.5 (<a href="http://ufal.mff.cuni.cz/udpipe/1/models#universal_dependencies_25_models">description</a>)</label>
Expand Down

0 comments on commit 421c399

Please sign in to comment.