Spaces:
Runtime error
Runtime error
Commit ·
20ba1ec
1
Parent(s): 508f353
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,7 +99,7 @@ def texttoSign(text):
|
|
| 99 |
|
| 100 |
text=text+" "
|
| 101 |
text=text.lower()
|
| 102 |
-
text=apply_lemma_to_string(text)
|
| 103 |
text=re.sub('[^a-z]+', ' ', text)
|
| 104 |
framescount=0
|
| 105 |
listofwords=parse_string(text,VideosNames)
|
|
|
|
| 99 |
|
| 100 |
text=text+" "
|
| 101 |
text=text.lower()
|
| 102 |
+
#text=apply_lemma_to_string(text)
|
| 103 |
text=re.sub('[^a-z]+', ' ', text)
|
| 104 |
framescount=0
|
| 105 |
listofwords=parse_string(text,VideosNames)
|