alanakbik commited on
Commit
df6fb26
1 Parent(s): de370c3

Add TODO message

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -76,6 +76,7 @@ if button_clicked:
76
 
77
  # get a sentence splitter and split text into sentences
78
  splitter = SegtokSentenceSplitter()
 
79
  sentences = splitter.split(input_text)
80
 
81
  # get the model and predict
 
76
 
77
  # get a sentence splitter and split text into sentences
78
  splitter = SegtokSentenceSplitter()
79
+ # TODO: perhaps truncate input_text
80
  sentences = splitter.split(input_text)
81
 
82
  # get the model and predict