Skip to content

Commit

Permalink
made conll local for parsing to save to drive
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed May 24, 2024
1 parent c36099c commit 0811d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parsing.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ function getParsedData(parse_data_id) {
addFilenameToHtmlElements('Untitled.conllx');
getTree(treesArray[0]);

isConlluLocal = true;

})
.catch(error => console.log('error', error));

Expand Down

0 comments on commit 0811d7c

Please sign in to comment.