NILC-ICMC-USP commited on
Commit
0acff23
·
verified ·
1 Parent(s): 80e6e3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def make_sentences(path_raw_text, path_text):
37
 
38
  def make_conllu(path_text, path_empty_conllu):
39
  try:
40
- outcome = os.system(f'python ./src/portTokenizer/portTok.py -o {path_empty_conllu} -m -s S0000 {path_text}')
41
  return 'T'+str(outcome)
42
  except Exception as e:
43
  return str(e)
 
37
 
38
  def make_conllu(path_text, path_empty_conllu):
39
  try:
40
+ outcome = os.system(f'python ./src/portTokenizer/portTok.py -o {path_empty_conllu} -m -s S000000 {path_text}')
41
  return 'T'+str(outcome)
42
  except Exception as e:
43
  return str(e)