Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #32 from perseids-project/PonteIneptique-patch-1
Browse files Browse the repository at this point in the history
Add Lyon's Latin and Greek Format
balmas authored May 2, 2017
2 parents 2785cc2 + e3e04ea commit 96e59a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/templates/treebank/enter.html
Original file line number Diff line number Diff line change
@@ -166,6 +166,18 @@
<input type="radio" id="format-persian" name="format" value="persian"/>
</div>
</div>
<div class="row">
<label class="columns large-8 small-8" for="format-lyonlat">{{ _('Lyon Latin (Beta)') }}</label>
<div class="columns large-4 small-4">
<input type="radio" id="format-lyonlat" name="format" value="lyonLatin"/>
</div>
</div>
<div class="row">
<label class="columns large-8 small-8" for="format-lyongrec">{{ _('Lyon Grec (Beta)') }}</label>
<div class="columns large-4 small-4">
<input type="radio" id="format-lyongrec" name="format" value="lyonGrec"/>
</div>
</div>
</fieldset>
<div class="row">
<label class="columns large-8" for="attachtoroot">{{ _('Attach unannotated tokens to root:') }}</label>

0 comments on commit 96e59a2

Please sign in to comment.