Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|