Sa-m commited on
Commit
b36e9af
1 Parent(s): 8a44135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def Preprocess(textParty):
101
  immediate context. It can give you a peek into how a word is being used
102
  at the sentence level and what words are used with it
103
  '''
104
- def concordance(text_Party,strng):
105
  word_tokens_party = word_tokenize(text_Party)
106
  moby = Text(word_tokens_party)
107
  resultList = []
101
  immediate context. It can give you a peek into how a word is being used
102
  at the sentence level and what words are used with it
103
  '''
104
+ def conc(text_Party,strng):
105
  word_tokens_party = word_tokenize(text_Party)
106
  moby = Text(word_tokens_party)
107
  resultList = []