update final projects
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user