BilalSardar commited on
Commit
20ba1ec
1 Parent(s): 508f353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)