summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-10-30 18:50:51 +0100
committerPatrick Simianer <p@simianer.de>2015-10-30 18:50:51 +0100
commit50fcce8314c07dc13d65da47c8fc6fdd16491495 (patch)
treea0089ef1def7f91f03dcadf831ed531856b561bb /index.php
parenta2f47cce2000cb491b7d7e0a2f1513c176e7f48c (diff)
better OOV handling
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 30d8993..1123b02 100644
--- a/index.php
+++ b/index.php
@@ -25,6 +25,7 @@
<p>Beta test:
<select class="small">
<option value="beta_test_A" onclick="document.getElementById('key').value=this.value;">A</option>
+ <option value="product/de-en/beta/A" onclick="document.getElementById('key').value=this.value;">A [new]</option>
<option value="beta_test_A_nolearn" onclick="document.getElementById('key').value=this.value;">A (no learning)</option>
<option value="beta_test_A_nomt" onclick="document.getElementById('key').value=this.value;">A (no MT)</option>
<option value="beta_test_A_sparse" onclick="document.getElementById('key').value=this.value;">A (sparse)</option>