Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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 = []
|