Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def _lematise_text(text):
|
|
| 69 |
|
| 70 |
new_text = new_text + " " + token.lemma_
|
| 71 |
|
| 72 |
-
|
| 73 |
return text_out
|
| 74 |
|
| 75 |
def sigmoid(x):
|
|
|
|
| 69 |
|
| 70 |
new_text = new_text + " " + token.lemma_
|
| 71 |
|
| 72 |
+
text_out.append( new_text )
|
| 73 |
return text_out
|
| 74 |
|
| 75 |
def sigmoid(x):
|