update final projects

This commit is contained in:
gauthiier
2016-12-05 11:24:44 +01:00
parent 4b04072e21
commit 3c0a1450a1
2 changed files with 48 additions and 31 deletions
+3
View File
@@ -109,6 +109,9 @@
}
function update_output(tagged_text) {
console.log(tagged_text);
var text = document.getElementById('input_text').value;
var output_text = text;
for(var tagged_word of tagged_text) {