Sa-m commited on
Commit
e030268
1 Parent(s): 2a2c0dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def Preprocess(textParty):
99
  '''
100
  Using Concordance, you can see each time a word is used, along with its
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)
99
  '''
100
  Using Concordance, you can see each time a word is used, along with its
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)