Skip to content

Commit

Permalink
Merge pull request #18 from opensource-spraakherkenning-nl/skip-norm-…
Browse files Browse the repository at this point in the history
…interf

Testing skip normalization in interface
  • Loading branch information
greenw0lf authored Nov 17, 2023
2 parents 8489409 + b08506c commit 751a43e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ASR_NL_benchmark/templates/select_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ <h1> Select Hypothese and Reference files or folders </h1>
<input type="text" class="form-control" id="kind" name="kind" placeholder="Name of speech recognizer">
<label>Path to hypothesis file or folder</label>
<input type="text" class="form-control" id="hyp" name="hyp" placeholder="Hyp File or folder">
<input type="checkbox" id="skip-hyp-norm">
<p>Skip the normalization step for the hyp file(s)</p>
<label>Path to reference file or folder</label>
<input type="text" class="form-control" id="ref" name="ref" placeholder="Ref File or folder"><button type="submit" class="btn btn-primary" >Submit</button>
<input type="text" class="form-control" id="ref" name="ref" placeholder="Ref File or folder">
<input type="checkbox" id="skip-ref-norm">
<p>Skip the normalization step for the ref file(s)</p>
<button type="submit" class="btn btn-primary" >Submit</button>
</form>
</div>
</div>
Expand Down

0 comments on commit 751a43e

Please sign in to comment.