Spaces:
Running
Running
Add TODO message
Browse files
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
|